Help:Images: Difference between revisions

m (Reverted edits by TheMgame (Talk) to last version by DavidJCobb)
Line 17: Line 17:
<pre><nowiki>[[Image:D-Halo.jpg]]</nowiki></pre>
<pre><nowiki>[[Image:D-Halo.jpg]]</nowiki></pre>


==Standard Image Format==
==[[File:Carter.png]]Standard Image Format==


However the above code offers no formatting options and so all images should follow the [[Wikipedia:Extended image syntax|Wiki image markup language]]. The wiki markup language will only work if no capital letters are used. Most images on Halopedia should follow this Wiki format:
However the above code offers no formatting options and so all images should follow the [[Wikipedia:Extended image syntax|Wiki image markup language]]. The wiki markup language will only work if no capital letters are used. Most images on Halopedia should follow this Wiki format:


<pre><nowiki>[[Image:D-Halo.jpg|thumb|right|Example image caption.]]</nowiki></pre>
<pre><nowiki>[[Image:D-Halo.jpg|thumb|right|Example image caption.]]</nowiki></pre>
[[Image:D-Halo.jpg|thumb|right|Example image caption.]]
[[Image:D-Halo.jpg|thumb|right|Example image caption.]]
This code will create the image to the right.   Looking at the code above we can see that:
This code will create the image to the right. Looking at the code above we can see that:


*[[:Image:D-Halo.jpg|D-Halo.jpg]] is the image file name. When you upload a file a different name will be given to when you use this page to [[Special:Upload|upload]] a file
*[[:Image:D-Halo.jpg|D-Halo.jpg]] is the image file name. When you upload a file a different name will be given to when you use this page to [[Special:Upload|upload]] a file
*'''thumb''': Using "thumb" forces the creation of a thumbnail or smaller picture.
*'''thumb''': Using "thumb" forces the creation of a thumbnail or smaller picture.
*'''Location''' : 'right', 'left', 'center' or 'none'. Determines placement of the image on the page.
*'''Location''' : 'right', 'left', 'center' or 'none'. Determines placement of the image on the page.
Anonymous user