Template:World Infobox: Difference between revisions

From Blockate Wiki
Content added Content deleted
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#css:Mediawiki:Mainpage.css}}
{| class="wikitable"
{| class="wikitable infobox"
! colspan="2" style="background-color:#006CB0;" | {{{title|{{PAGENAME}}}}}
! colspan="2" style="background-color: #ff5959;" | {{{title|{{PAGENAME}}}}}
|- {{#if: {{{image|}}}||style="display: none"}}
|- {{#if: {{{image|}}}||style="display: none"}}
! colspan="2" | [[File:{{{image}}}|200px]]
! colspan="2" | [[File:{{{image}}}|200px]]
Line 39: Line 40:
}}
}}
</pre>
</pre>
[[Category:Templates]][[Category:Infobox Templates]]
</noinclude>
</noinclude>

Latest revision as of 13:11, 26 October 2022

World Infobox
[[File:{{{image}}}|200px]]
{{{caption}}}
Creator {{{creator}}}
ID {{{id}}}
Earnings {{{earning}}}
Unique Visits {{{u_visit}}}
Blocks {{{block}}}
Max Players {{{max_player}}}


Example usage:

{{World Infobox
|title=Example
|image=Example
|caption=Example
|creator=Example
|id=Example
|earning=Example
|u_visit=Example
|block=Example
|max_player=Example
}}