Check out the community portal for ways in which you can help the Wiki of Mana! Also, keep in mind that this wiki contains unmarked spoilers.

Difference between revisions of "Template:Location infobox"

From the Wiki of Mana, the Mana encyclopedia
Jump to navigationJump to search
(Added field for background music)
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="infobox" style="background:#FFF"
{| class="infobox blue" style="width:300px"
! colspan="2" style="background-color:#8AFA8A;font-size:125%"| {{{name|{{PAGENAME}}}}}
! colspan="2" style="font-size:125%;background:DodgerBlue;color:white" | ''{{{name|{{PAGENAME}}}}}''
|-
|-
| style="text-align:center" colspan="2" | {{{image|}}}
| colspan="2" style="text-align:center" | {{{image|}}}
|- style="vertical-align: top"
|-
{{#if:{{{first_appearance|}}}|{{!}}-style="background:#beffbe"
{{#if:{{{first_appearance|}}}|{{!}}-
{{!}} '''First appearance'''
{{!}} '''First appearance'''
{{!}} {{{first_appearance}}}
{{!}} {{{first_appearance}}}
|}}
|}}
|- style="vertical-align: top"
|-style="vertical-align:top"
{{#if:{{{latest_appearance|}}}|{{!}}-style="background:#beffbe"
{{#if:{{{latest_appearance|}}}|{{!}}-
{{!}} '''Latest appearance'''
{{!}} '''Latest appearance'''
{{!}} {{{latest_appearance}}}
{{!}} {{{latest_appearance}}}
|}}
|}}
|- style="vertical-align: top;"
|-style="vertical-align:top"
{{#if:{{{location|}}}|{{!}}-style="background:#beffbe"
{{#if:{{{artifact|}}}|{{!}}-
{{!}} '''Tranforms from'''
{{!}} {{{artifact}}}
|}}
|-style="vertical-align:top"
{{#if:{{{demonym|}}}|{{!}}-
{{!}} '''Demonym'''
{{!}} {{{demonym}}}
|}}
|-style="vertical-align:top"
{{#if:{{{location|}}}|{{!}}-
{{!}} '''Greater location'''
{{!}} '''Greater location'''
{{!}} {{{location}}}
{{!}} {{{location}}}
|}}
|}}
|- style="vertical-align: top"
|-style="vertical-align:top"
{{#if:{{{inhabitants|}}}|{{!}}-style="background:#beffbe"
{{#if:{{{capital|}}}|{{!}}-
{{!}} '''Capital'''
{{!}} {{{capital}}}
|}}
|-style="vertical-align:top"
{{#if:{{{ruler|}}}|{{!}}-
{{!}} '''Ruler'''
{{!}} {{{ruler}}}
|}}
|-style="vertical-align:top"
{{#if:{{{owner|}}}|{{!}}-
{{!}} '''Owner(s)'''
{{!}} {{{owner}}}
|}}
|-style="vertical-align:top"
{{#if:{{{inhabitants|}}}|{{!}}-
{{!}} '''Inhabitant(s)'''
{{!}} '''Inhabitant(s)'''
{{!}} {{{inhabitants}}}
{{!}} {{{inhabitants}}}
{{#if:{{{bgm|}}}|{{!}}-style="background:#beffbe"
|}}
{{!}} '''BGM'''
|-style="vertical-align:top"
{{#if:{{{bgm|}}}|{{!}}-
{{!}} '''Background music'''
{{!}} {{{bgm}}}
{{!}} {{{bgm}}}
|}}
|}}
|}<noinclude>
|}<noinclude>
==Usage==
==Usage==
<pre>
<pre>{{Location infobox
{{Location infobox
|name=Changes the name in the infobox to remove title identifiers
|name =
|image=An image of the location
|image =
|first_appearance=The game it first debuted in and the date in parentheses
|first_appearance =  
|latest_appearance=The game it last was shown in and the date in parentheses
|latest_appearance =
|demonym=The name used to call its inhabitants
|location =  
|artifact=the artifact needed to create the land (''Legend of Mana'' only)
|inhabitants =  
|location=The overall area where the location is found in
}}
|capital=The capital of the area (rarely applicable)
</pre>
|ruler=The current/latest ruler
|owner=Alternative parameter for "ruler" used for houses, businesses, and other forms of property where the term "ruler" is unfitting
|inhabitants=Meaning species. There can be multiple types of inhabitants.
|bgm = The background music of the location
}}</pre>
[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 20:16, June 24, 2022

Location infobox

Usage[edit]

{{Location infobox
|name=Changes the name in the infobox to remove title identifiers
|image=An image of the location
|first_appearance=The game it first debuted in and the date in parentheses
|latest_appearance=The game it last was shown in and the date in parentheses
|demonym=The name used to call its inhabitants
|artifact=the artifact needed to create the land (''Legend of Mana'' only)
|location=The overall area where the location is found in
|capital=The capital of the area (rarely applicable)
|ruler=The current/latest ruler
|owner=Alternative parameter for "ruler" used for houses, businesses, and other forms of property where the term "ruler" is unfitting
|inhabitants=Meaning species. There can be multiple types of inhabitants.
|bgm = The background music of the location
}}