Difference between revisions of "Template:Blackbox"
From Twilight Heroes Wiki
(New page: <includeonly>{| align=right cellpadding="3" |- style="background-color: black;" | [[image:{{{1}}}|200px]] |}<includeonly><noinclude> Places a 200px image within a black box to the right of...) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>{| align=right cellpadding="3" | + | <includeonly>{| align=right cellpadding="3" width=200 |
|- style="background-color: black;" | |- style="background-color: black;" | ||
| [[image:{{{1}}}|200px]] | | [[image:{{{1}}}|200px]] | ||
− | |}<includeonly><noinclude> | + | {{#if:{{{2|}}}| |
+ | {{!}}- align=center style="background-color: white;" | ||
+ | ! {{{2}}}}} | ||
+ | |}</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=== | ||
− | <nowiki>{{blackbox| | + | <nowiki>{{blackbox|dodo.jpg}}</nowiki> results in: |
+ | |||
+ | {{blackbox|dodo.jpg}} | ||
+ | |||
+ | <br clear=all> | ||
+ | <nowiki>{{blackbox|dodo.jpg|A very distinct Dodo}}</nowiki> results in: | ||
− | {{blackbox| | + | {{blackbox|dodo.jpg|A very distinct Dodo}} |
− | [[Category:Standardization Templates]]</noinclude> | + | [[Category:Standardization Templates|{{PAGENAME}}]]</noinclude> |
Latest revision as of 17:17, 22 November 2010
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 |
---|