Template:LocationInfobox: Difference between revisions

From Legendary Hardcore Wiki
Jump to navigation Jump to search
Created page with "<includeonly> {| align="right" style="margin:0 0 0.5em 1em; border:1px solid #A2A9B1; background-color:#F8F9FA; border-collapse: separate; border-spacing: 5px; width:300px; font-size:90%" |- ! colspan="4" style="font-size:125%; text-align:center; background-color:#CBE0D5; color:black; padding: 10px;" | {{{PAGENAME}}} |- | colspan="4" align="center" | Location |- {{#if: {{{image|}}} | | style="display: none;" }} | colspan="4" align="center" | Ima..."
 
m Added map parameter
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
{| align="right" style="margin:0 0 0.5em 1em; border:1px solid #A2A9B1; background-color:#F8F9FA; border-collapse: separate; border-spacing: 5px; width:300px; font-size:90%"
{| align="right" style="margin:0 0 0.5em 1em; border:1px solid #A2A9B1; background-color:#F8F9FA; border-collapse: separate; border-spacing: 5px; width:300px; font-size:90%"
|-
|-
! colspan="4" style="font-size:125%; text-align:center; background-color:#CBE0D5; color:black; padding: 10px;" | {{{PAGENAME}}}
! colspan="4" style="font-size:125%; text-align:center; background-color:#CBE0D5; color:black; padding: 10px;" | {{PAGENAME}}
|-
|-
| colspan="4" align="center" | [[:Category:Locations|Location]]
| colspan="4" align="center" | [[:Category:Locations|Location]]
|- {{#if: {{{image|}}} | | style="display: none;" }}
|- {{#if: {{{image|}}} | | style="display: none;" }}
| colspan="4" align="center" | [[Image:{{{image}}}{{!}}140px]]
| colspan="4" align="center" | [[Image:{{{image}}}{{!}}240px]]
|- {{#if: {{{location_type|}}} | | style="display: none;" }}
|- {{#if: {{{location_type|}}} | | style="display: none;" }}
! colspan="1" style="text-align:left; width:30%" | Type
! colspan="1" style="text-align:left; width:30%" | Type
Line 13: Line 13:
! colspan="1" style="text-align:left; width:30%" | Location
! colspan="1" style="text-align:left; width:30%" | Location
| colspan="3" | {{{location}}}
| colspan="3" | {{{location}}}
|- {{#if: {{{map|}}} | | style="display: none;" }}
| colspan="4" align="center" | [[Image:{{{map}}}{{!}}240px]]
|- {{#if: {{{coords|}}} | | style="display: none;" }}
|- {{#if: {{{coords|}}} | | style="display: none;" }}
! colspan="1" style="text-align:left; width:30%" | Coordinates
! colspan="1" style="text-align:left; width:30%" | Coordinates
Line 38: Line 40:
! colspan="1" style="text-align:left; width: 20%;" | Cause
! colspan="1" style="text-align:left; width: 20%;" | Cause
| colspan="3" | {{{abandoned_cause}}}
| colspan="3" | {{{abandoned_cause}}}
|}{{#switch: {{lc:{{{status|}}}}}
|}{{#switch: {{lc:{{{location_type|}}}}}
| abandoned = [[Category:Abandoned Locations]]
| settlement = [[Category:Settlements]]
| active = [[Category:Active Locations]]
| structure = [[Category:Structures]]
}}</includeonly><noinclude>
| landmark = [[Category:Landmarks]]
| infrastructure = [[Category:Infrastructure]]
| establishment = [[Category:Establishments]]
| region = [[Category:Regions]]
| grave = [[Category:Graves]]
| [[Category:Locations]]
}}
[[Category:Locations]]</includeonly><noinclude>
== Usage ==
== Usage ==
<pre>
<pre>
Line 48: Line 57:
|image =  
|image =  
|location_type =  
|location_type =  
|location =  
|location =
|map =  
|coords =  
|coords =  
|population =  
|population =  

Latest revision as of 14:38, 1 March 2026

Usage

{{LocationInfobox
|name = 
|image = 
|location_type = 
|location =
|map = 
|coords = 
|population = 
|status = 
|established_date = 
|founder = 
|abandoned_date = 
|abandoned_cause = 
}}