Want to contribute? Join the Discord and ask for the editor role.
Template:Town Infobox: Difference between revisions
Template page
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div id="right-sidebar"><table class="infobox item-infobox {{{type|item}}}-{{#ifeq:{{lc:{{{game|}}}}}|tfc|tfc-}}infobox" style="width:300px; max-width:300px; {{lang incomplete|ar=float:left; margin: 0.5em 1 0.5em 0em;}}"> | <div id="right-sidebar"> | ||
<table class="infobox item-infobox {{{type|item}}}-{{#ifeq:{{lc:{{{game|}}}}}|tfc|tfc-}}infobox" style="width:300px; max-width:300px; {{lang incomplete|ar=float:left; margin: 0.5em 1 0.5em 0em;}}"> | |||
<tr> | |||
<th class="infobox-header" id="top-header" colspan="2" style="background:#F3A957;">{{ name }}</th> | |||
</tr> | |||
<tr> | |||
<td colspan="2" style="padding:0em;"> | |||
[[File:{{{image|Screenshot needed.png}}}|{{{imagewidth|250px}}}|center]] | |||
[[File:{{{image|Screenshot needed.png}}}|{{{imagewidth|250px}}}|center]] | |||
</td> | |||
</tr> | |||
<!-- | |||
// Basic Information | |||
--><tr> | |||
<th class="infobox-header" colspan="2">{{lang | |||
| ar = معلومات أساسية | |||
| cs = Základní informace | |||
| da = Information | |||
| de = Informationen | |||
| en = Basic Information | |||
| es = Información básica | |||
| fi = Perustiedot | |||
| fr = Informations de base | |||
| hu = Alapvető információk | |||
| it = Informazioni di Base | |||
| ja = インフォメーション | |||
| ko = 기본 정보 | |||
| nl = Basisinformatie | |||
| no = Grunnleggende informasjon | |||
| pl = Podstawowe informacje | |||
| pt = Informações Básicas | |||
| pt-br = Informações básicas | |||
| ro = Informaţii de bază | |||
| ru = Информация | |||
| sv = Grundläggande Information | |||
| tr = Temel Bilgiler | |||
| zh-hans = 基本信息 | |||
| zh-hant = 資訊 | |||
}} | |||
</th> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">Founded</td> | |||
<td>{{{founded}}}</td> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">Mayor</td> | |||
<td>{{{mayor}}}</td> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">Population</td> | |||
<td class="infobox-data">{{{population}}}}</td></tr> | |||
</tr> | |||
</table> | <tr> | ||
<td class="infobox-label">Status</td> | |||
<td class="infobox-data">{{{status}}}</td> | |||
</tr> | |||
<tr> | |||
<th class="infobox-header" colspan="2">Location</th> | |||
</tr> | |||
<tr> | |||
<td class="infobox-label">Coordinates</td> | |||
<td class="infobox-data">{{{coordinates}}}</td> | |||
</tr> | |||
<tr> | |||
<td class="infobox-data" colspan="2">[{{{dynmap}}} Dynmap Link]</td> | |||
</tr> | |||
</table> | |||
</div> | </div> |