Created page with "<!-- Template:Area Infobox --> <!-- Usage: {{Area Infobox | name = Area Name | image = Filename.png | released = Release date | type = Area type (e.g. Snowy Region, Jungle, Town) | requirements = Requirements to access/survive | music = Background music (if any) | teleport = How to get there }} --> <div class="flatmmo-infobox"> <div class="flatmmo-infobox-header">{{{name|{{PAGENAME}}}}}</div> {{#if:{{{image|}}}| <div class="flatmmo-infobox-image">File:{{{image}}}|200px..." |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
<!-- Template:Area Infobox --> | <!-- Template:Area Infobox --> | ||
<!-- Usage: | |||
<!-- Usage: | |||
{{Area Infobox | {{Area Infobox | ||
| name = Area Name | | name = Area Name | ||
| image = Filename.png | | image = Filename.png | ||
| type = Area type | |||
| released = Release date | | released = Release date | ||
| requirements = Requirements | |||
| requirements = Requirements | |||
| teleport = How to get there | | teleport = How to get there | ||
| music = Background music | |||
}} | }} | ||
Leave out any row you don't need — empty rows will just show "—" | |||
--> | --> | ||
{| class=“flatmmo-infobox” | |||
|- | |||
! colspan=“2” class=“flatmmo-infobox-header” | {{{name|{{PAGENAME}}}}} | |||
|- | |||
| colspan=“2” class=“flatmmo-infobox-image” | [[File:{{{image|Teleport_frostvale.png}}}|200px]] | |||
|- | |||
! class=“flatmmo-infobox-label” | Type | |||
| class=“flatmmo-infobox-value” | {{{type|—}}} | |||
|- | |||
! class=“flatmmo-infobox-label” | Released | |||
| class=“flatmmo-infobox-value” | {{{released|—}}} | |||
|- | |||
! class=“flatmmo-infobox-label” | Requirements | |||
}} | | class=“flatmmo-infobox-value” | {{{requirements|None}}} | ||
|- | |||
! class=“flatmmo-infobox-label” | Teleport | |||
| class=“flatmmo-infobox-value” | {{{teleport|—}}} | |||
|- | |||
! class=“flatmmo-infobox-label” | Music | |||
}} | | class=“flatmmo-infobox-value” | {{{music|—}}} | ||
|}<noinclude> | |||
[[Category:Templates]] | [[Category:Templates]] | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> | ||

