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
(nowiki's)
(Updated parameters)
Line 6: Line 6:
{{!}} '''First appearance'''
{{!}} '''First appearance'''
{{!}} {{{first_appearance}}}
{{!}} {{{first_appearance}}}
{{!}}-
|}}
|}}<nowiki/>
|-style="vertical-align:top"
{{#if:{{{latest_appearance|}}}|{{!}}-style="background:#beffbe"
{{#if:{{{latest_appearance|}}}|{{!}}-style="background:#beffbe"
{{!}} '''Latest appearance'''
{{!}} '''Latest appearance'''
{{!}} {{{latest_appearance}}}
{{!}} {{{latest_appearance}}}
{{!}}-
|}}
|}}<nowiki/>
|-style="vertical-align:top"
{{#if:{{{location|}}}|{{!}}-style="background:#beffbe"
{{#if:{{{location|}}}|{{!}}-style="background:#beffbe"
{{!}} '''Greater location'''
{{!}} '''Greater location'''
{{!}} {{{location}}}
{{!}} {{{location}}}
{{!}}-
|}}
|}}<nowiki/>
|-style="vertical-align:top"
{{#if:{{{capital|}}}|{{!}}-style="background:#beffbe"
{{!}} '''Capital'''
{{!}} {{{capital}}}
|}}
|-style="vertical-align:top"
{{#if:{{{ruler|}}}|{{!}}-style="background:#beffbe"
{{!}} '''Ruler'''
{{!}} {{{ruler}}}
|}}
|-style="vertical-align:top"
{{#if:{{{owner|}}}|{{!}}-style="background:#beffbe"
{{!}} '''Owner(s)'''
{{!}} {{{owner}}}
|}}
|-style="vertical-align:top"
{{#if:{{{inhabitants|}}}|{{!}}-style="background:#beffbe"
{{#if:{{{inhabitants|}}}|{{!}}-style="background:#beffbe"
{{!}} '''Inhabitant(s)'''
{{!}} '''Inhabitant(s)'''
{{!}} {{{inhabitants}}}
{{!}} {{{inhabitants}}}
{{!}}-
|}}
|}}<nowiki/>
|-style="vertical-align:top"
{{#if:{{{bgm|}}}|{{!}}-style="background:#beffbe"
{{#if:{{{bgm|}}}|{{!}}-style="background:#beffbe"
{{!}} '''Background music'''
{{!}} '''Background music'''
Line 29: Line 44:
|}<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 =
|location=The overall area where the location is found in
|location =  
|capital=The capital of the area (rarely applicable)
|inhabitants =  
|ruler=The current/latest ruler
|bgm =  
|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.
</pre>
|bgm = The background music of the location
}}</pre>
[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Revision as of 22:49, February 5, 2022

Location infobox

Usage

{{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
|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
}}