Template:Town Infobox: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<div id="right-sidebar">
<div id="right-sidebar">
<table class="infobox" style="width:300px; max-width:300px;">
<table class="infobox infobox--town" style="width:300px; max-width:300px;">
<tr>
<tr>
<th class="infobox-header" id="top-header" colspan="2">{{{ name }}}</th>
<th class="infobox__header" colspan="2">{{{ name }}}</th>
</tr>
</tr>
<!--<tr>
<tr>
<td colspan="2" style="padding:0em;">
<td class="infobox__images" colspan="2" style="padding:0em;">
[[File:{{{image|Screenshot needed.png}}}|{{{imagewidth|250px}}}|center]]
[[File:{{{image|Screenshot needed.png}}}|250px|center]]
[[File:{{{image|Screenshot needed.png}}}|{{{imagewidth|250px}}}|center]]  
</td>
</td>
</tr>-->
</tr>
<!--
<!--


Line 15: Line 14:


--><tr>
--><tr>
<th class="infobox-header" colspan="2">Basic Information</th>
<th class="infobox__header" colspan="2">Basic Information</th>
</tr>
</tr>
<tr>
{{#if:{{{founded|}}}<tr>
<td class="infobox-label">Founded</td>
<td class="infobox__label">Founded</td>
<td>{{{founded}}}</td>
<td>{{{founded}}}</td>
</tr>
</tr>}}
<tr>
{{#if:{{{mayor|}}}<tr>
<td class="infobox-label">Mayor</td>
<td class="infobox__label">Mayor</td>
<td>{{{mayor}}}</td>
<td>{{{mayor}}}</td>
</tr>
</tr>}}
<tr>
{{#if:{{{population}}}<tr>
<td class="infobox-label">Population</td>
<td class="infobox__label">Population</td>
<td class="infobox-data">{{{population}}}}</td></tr>
<td class="infobox__data">{{{population}}}}</td></tr>
</tr>
</tr>}}
<tr>
<tr>
<td class="infobox-label">Status</td>
<td class="infobox__label">Status</td>
<td class="infobox-data">{{{status}}}</td>
<td class="infobox__data">{{{status}}}</td>
</tr>
</tr>
<tr>
<tr>
<th class="infobox-header" colspan="2">Location</th>
<th class="infobox__header" colspan="2">Location</th>
</tr>
</tr>
<tr>
<tr>
<td class="infobox-label">Coordinates</td>
<td class="infobox__label">Coordinates</td>
<td class="infobox-data">{{{coordinates}}}</td>
<td class="infobox__data">{{{coordinates}}}</td>
</tr>
</tr>
<tr>
<tr>
<td class="infobox-data" colspan="2">[{{{dynmap}}} Dynmap Link]</td>
<td class="infobox__data" colspan="2">[{{{dynmap}}} Dynmap Link]</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<onlyinclude>
[[Category:Towns]]
</onlyinclude>


{{documentation}}
{{documentation}}

Revision as of 17:07, 26 September 2019


Template documentation[view][edit][history][purge]
This documentation is transcluded from Template:Town Infobox/doc. Changes can be proposed in the talk page.