Template:Location: Difference between revisions
(Created page with "== Location == A template of info box for maps and levels, as well as planets, cities, etc. which are seen in JO/JA and respective modifications. <onlyinclude> {| class="info...") |
m (Streamlined to focus on game content.) |
||
Line 3: | Line 3: | ||
<onlyinclude> | <onlyinclude> | ||
<table class="infobox" style="display: block;"> | |||
<!-- name (mandatory) --> | |||
<tr> | |||
<td colspan="2" style="text-align: center; font-size: 125%; font-weight: bold;">{{{name|}}}</td> | |||
</tr> | |||
<!-- image, if available --> | |||
{{#if:{{{image|}}}| | |||
<tr> | |||
<td colspan="2" style="text-align: center;">{{{image}}}</td> | |||
</tr> | |||
}} | |||
<tr> | |||
<td colspan="2" style="text-align: center; font-weight: bold; background:#bfccd9;">Details</td> | |||
</tr> | |||
<tr> | |||
<!-- region, if available --> | |||
{{#if:{{{region|}}}| | |||
<tr> | |||
<th scope="row">Region</th> | |||
<td>{{{region|}}}</td> | |||
</tr> | |||
}} | |||
<!-- system, if available --> | |||
{{#if:{{{system|}}}| | |||
<tr> | |||
<th scope="row">System</th> | |||
<td>{{{system|}}}</td> | |||
</tr> | |||
}} | |||
<!-- interests, if available --> | |||
{{#if:{{{interests|}}}| | |||
<tr> | |||
<th scope="row">Places of interest</th> | |||
<td>{{{interests|}}}</td> | |||
</tr> | |||
}} | |||
<!-- affiliation, if available --> | |||
{{#if:{{{affiliation|}}}| | |||
<tr> | |||
<th scope="row">Affiliation</th> | |||
<td>{{{affiliation|}}}</td> | |||
</tr> | |||
}} | |||
<!-- game, if available --> | |||
{{#if:{{{appears|}}}| | |||
<tr> | |||
<th scope="row">Game(s)</th> | |||
<td>{{{appears|}}}</td> | |||
</tr> | |||
}} | |||
</table> | |||
</onlyinclude> | </onlyinclude> | ||
Line 39: | Line 69: | ||
|region= | |region= | ||
|system= | |system= | ||
|interests= | |interests= | ||
|affiliation= | |affiliation= | ||
Line 49: | Line 74: | ||
}} | }} | ||
<pre> | <pre> | ||
{{Location | {{Location | ||
|image= | |image= | ||
Line 54: | Line 80: | ||
|region= | |region= | ||
|system= | |system= | ||
|interests= | |interests= | ||
|affiliation= | |affiliation= |
Revision as of 16:19, 4 March 2020
Location
A template of info box for maps and levels, as well as planets, cities, etc. which are seen in JO/JA and respective modifications.
Details | |
Usage
Just copy the text code and fill in the necessary graphs. If no information, then fill n/a (not available).
Details | |
{{Location |image= |name= |region= |system= |interests= |affiliation= |appears= }}