Help:Images: Difference between revisions

m
Text replacement - "[[Wikipedia:" to "[[wikipedia:"
No edit summary
m (Text replacement - "[[Wikipedia:" to "[[wikipedia:")
Line 17: Line 17:


===Standard image format===
===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>[[File:Grunt Ultra H3.jpg|thumb|right|Example image caption.]]</nowiki></pre>
<pre><nowiki>[[File:Grunt Ultra H3.jpg|thumb|right|Example image caption.]]</nowiki></pre>
Line 42: Line 42:
; <tt>none</tt>
; <tt>none</tt>
: The image is put at the left, and...[[File:Grunt Ultra H3.jpg|none|70px|]]the text following does not float to the right (or to the left, obviously), and starts below it: <tt><nowiki>[[File:Grunt Ultra H3.jpg|none|70px|]]</nowiki></tt> (shown above).
: The image is put at the left, and...[[File:Grunt Ultra H3.jpg|none|70px|]]the text following does not float to the right (or to the left, obviously), and starts below it: <tt><nowiki>[[File:Grunt Ultra H3.jpg|none|70px|]]</nowiki></tt> (shown above).
: [[File:Grunt Ultra H3.jpg|right|50px|]]This option renders a version of the image that's ''[size]'' pixels wide (e.g. <tt><nowiki>[[File:Grunt Ultra H3.jpg|right|50px|]]</nowiki></tt> shown on the right). Height is computed to keep [[Wikipedia:aspect ratio (image)|aspect ratio]] (i.e. the shape of the image). You can also constrain both dimensions by typing something like ''100x100px''.
: [[File:Grunt Ultra H3.jpg|right|50px|]]This option renders a version of the image that's ''[size]'' pixels wide (e.g. <tt><nowiki>[[File:Grunt Ultra H3.jpg|right|50px|]]</nowiki></tt> shown on the right). Height is computed to keep [[wikipedia:aspect ratio (image)|aspect ratio]] (i.e. the shape of the image). You can also constrain both dimensions by typing something like ''100x100px''.
; <tt>''size''px</tt>
; <tt>''size''px</tt>