Help:ImagesFrom AirgunArenaThis page explains the image syntax when editing the wiki. Before using images in your page, your wiki must have file uploads enabled.
SyntaxThe full syntax for displaying an image is: [[Image:{filename}|{options}]]
Where options can be zero or more of the following, separated by pipes:
The options can be given in any order. If the given options conflict each other, the latter is applied, except for the format options, where the options take the priority in the order of
Gallery of imagesIt's easy to make a gallery of thumbnails only, not other images, with the <gallery>
Image:{filename}|{caption}
Image:{filename}|{caption}
{...}
</gallery>
Note that the image code is not enclosed in brackets when enclosed in gallery tags. Captions are optional, and may contain wiki links or other formatting. for example: <gallery>
Image:Example.jpg|Item 1
Image:Example.jpg|a link to [[Help:Contents]]
Image:Example.jpg
Image:Example.jpg
Image:Example.jpg| ''italic caption''
Image:Example.jpg|on page "{{PAGENAME}}"
</gallery>
is formatted as:
ParametersThe gallery tag itself takes several additional parameters: <gallery {parameters}>
{images}
</gallery>
Link to description pageIf you put a colon ( [[:Image:Example.jpg]] [[:Image:Example.jpg|Sunflowers]] results in Link directly to fileYou can use the pseudo-namespace “Media” to link directly to a file, bypassing the description page. [[Media:Example.jpg]] [[Media:Example.jpg|Sunflowers]] results in Files at other websitesYou can link to an external file using the same syntax used for linking to an external web page. [http://url.for/some/image.png] Or with different text: [http://url.for/some/image.png link text here] If it is enabled on your wiki (see {{ #ifeq: www.airgunarena.com | www.mediawiki.org | Manual:$wgAllowExternalImages | Manual:$wgAllowExternalImages }}), you can also embed external images. To do that, simply insert the image's url: http://url.for/some/image.png |
|||||||||




