Difference between revisions of "Template:Blackbox"
From Twilight Heroes Wiki
(oops) |
|||
Line 2: | Line 2: | ||
|- style="background-color: black;" | |- style="background-color: black;" | ||
| [[image:{{{1}}}|200px]] | | [[image:{{{1}}}|200px]] | ||
+ | {{#if:{{{2|}}}| | ||
+ | {{!}}- align=center style="background-color: white;" | ||
+ | ! {{{2}}}}} | ||
+ | |{{ | ||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
Places a 200px image within a black box to the right of the screen. | Places a 200px image within a black box to the right of the screen. | ||
+ | |||
+ | Alternatively, static a third variable adds a description. | ||
===Usage=== | ===Usage=== | ||
Line 9: | Line 15: | ||
{{blackbox|dodo.jpg}} | {{blackbox|dodo.jpg}} | ||
+ | |||
+ | <nowiki>{{blackbox|dodo.jpg|A very distinct Dodo}}</nowiki> results in: | ||
+ | |||
+ | {{blackbox|dodo.jpg|A very distinct Dodo}} | ||
[[Category:Standardization Templates]]</noinclude> | [[Category:Standardization Templates]]</noinclude> |
Revision as of 01:28, 25 November 2009
Places a 200px image within a black box to the right of the screen.
Alternatively, static a third variable adds a description.
Usage
{{blackbox|dodo.jpg}} results in:
{{blackbox|dodo.jpg|A very distinct Dodo}} results in:
A very distinct Dodo |
---|