Difference between revisions of "Template:Infobox-Example"
From Ogame Wiki - Preview (mw1.22)
[checked revision] | [checked revision] |
Francolino (Talk | contribs) |
|||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <div class="infobox infobox-example"> | |
− | + | <div class="infobox-title">{{#trans:Infobox-Example-Title}}</div> | |
+ | <div class="infobox-text"> | ||
+ | {| | ||
+ | | {{{1| }}} | ||
|- | |- | ||
− | + | | {{{2| }}} | |
|- | |- | ||
− | | | + | | {{{3| }}} |
− | |}<noinclude> | + | |- |
+ | | {{{4| }}} | ||
+ | |- | ||
+ | | {{{5| }}} | ||
+ | |- | ||
+ | | {{{6| }}} | ||
+ | |- | ||
+ | | {{{7| }}} | ||
+ | |- | ||
+ | | {{{8| }}} | ||
+ | |} | ||
+ | </div> | ||
+ | <div class="infobox-footer"></div> | ||
+ | </div><noinclude> | ||
− | Usage | + | Usage: Every Line could be empty - use &nbsp; to force empty lines |
− | <nowiki> | + | <pre><nowiki> |
− | {{Infobox-Example| | + | {{Infobox-Example| Description of this formula in italic (could be empty) |
− | + | | Line 1 | |
− | | | + | | Line 2 |
− | + | | Line 3 | |
+ | | Line 4 | ||
+ | | Line 5 | ||
+ | | Line 6 | ||
+ | | Line 7 | ||
}} | }} | ||
− | </nowiki></noinclude> | + | </nowiki></pre> |
+ | </noinclude> |
Latest revision as of 14:07, 16 September 2012
For example:
Usage: Every Line could be empty - use to force empty lines
{{Infobox-Example| Description of this formula in italic (could be empty) | Line 1 | Line 2 | Line 3 | Line 4 | Line 5 | Line 6 | Line 7 }}