Is there a way to make images uploaded into the wiki from one page available to any other pages?
Thank you for your assistance.
Is there a way to make images uploaded into the wiki from one page available to any other pages?
Thank you for your assistance.
Do you mean with other wiki pages or in another site external of the wiki?
You can use a Path to specify the location of common images. For example, the following wiki markup:
[imageauto|Sample Png Image|/images/SampleImage.png]
would display the "SampleImage.png" image file located in the "/images" folder off the web site root folder. "Sample Png Image" is the caption footer, which you could leave blank.
Check the wiki help page at WikiMarkup Reference for more details.
Instead of specifying the server path (something that most admins would not or should not know), you just need to specify the page the image is "attached" to:
[imageauto||{UP(<namespace>.<pagename>)}image.jpg]
Where <namespace>
and <pagename>
are replaced as required.
If you a referencing an attachment in the <root>
namespace, omit the namespace and dot entirely:
[imageauto||{UP(<pagename>)}image.in.root.jpg]
Unlike like cross-namespace linking, where a ++
is required, no such addition is required to reference attachments.