- This wiki is out of date, use the continuation of this wiki instead
Template:Image
From FenixWiki
(Difference between revisions)
Revision as of 22:18, 12 September 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Revision as of 22:28, 13 September 2007 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
Line 4: | Line 4: | ||
Shows a certain image with a certain caption. | Shows a certain image with a certain caption. | ||
- | </ | + | |
- | {| border="1" celpadding="0" margin="0" style="border-collapse: collapse; background:#FFFAF0; font-size: 90%;" | + | Variables: |
+ | <pre> | ||
+ | image, | ||
+ | caption, | ||
+ | </pre> | ||
+ | </noinclude>{| border="1" celpadding="0" margin="0" style="border-collapse: collapse; background:#FFFAF0; font-size: 90%;" | ||
| [[Image:{{{image}}}]] | | [[Image:{{{image}}}]] | ||
{{#if:{{{caption|}}}| | {{#if:{{{caption|}}}| | ||
:''{{{caption}}}'' | :''{{{caption}}}'' | ||
}} | }} | ||
- | |} | + | |}<noinclude> |
- | <noinclude> | + | |
== Example == | == Example == | ||
{| style="width: 100%" | {| style="width: 100%" |
Revision as of 22:28, 13 September 2007
Template
Image template.
Shows a certain image with a certain caption.
Variables:
image, caption,
[[Image:{{{image}}}]] |
Example
{{Image | image = New_map.png | caption = A newly created map using [[new_map]](). }} |
|