Template:Feature: Difference between revisions

From Velthuryn
m 1 revision imported
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox feature" style="width:300px; float:right; margin:0 0 1em 1em;"
{| class="infobox feature"
|-
|-
! colspan="2" style="text-align:center; font-size:120%;" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="text-align:center; font-size:120%;" | {{{name|{{PAGENAME}}}}}
|-
|-
{{#if:{{{state|}}}|
! State
! State
| [[{{{state}}}]]
| {{#if: {{{state|}}}
    | [[Located in state::{{{state}}}|{{{state}}}]]
    |
  }}
 
|-
|-
}}
{{#if:{{{region|}}}|
! Region
! Region
| [[{{{region}}}]]
| {{#if: {{{region|}}}
    | [[Located in region::{{{region}}}|{{{region}}}]]
    |
  }}
 
|-
|-
}}
! Feature type
{{#if:{{{type|}}}|
| {{#if: {{{type|}}}
! Type
    | [[Has feature type::{{{type}}}|{{{type}}}]]
| {{{type}}}
    |
  }}
 
|-
|-
}}
{{#if:{{{settlements|}}}|
! Nearby Settlements
! Nearby Settlements
| {{{settlements}}}
| {{#if: {{{settlements|}}}
    | {{{settlements}}}
    |
  }}
 
|-
|-
}}
{{#if:{{{coords|}}}|
! Coordinates
! Coordinates
| {{{coords}}}
| {{#if: {{{coords|}}}
|-
    | [[Has coordinates::{{{coords}}}|{{{coords}}}]]
}}
    |
  }}
 
|}
|}


<!-- Semantic annotations -->
<!-- Semantic annotation -->
[[Has entity type::Feature]]
[[Has entity type::Feature| ]]
{{#if:{{{state|}}}|[[Located in state::{{{state}}}]]}}
{{#if:{{{region|}}}|[[Located in region::{{{region}}}]]}}
{{#if:{{{type|}}}|[[Has feature type::{{{type}}}]]}}
{{#if:{{{settlements|}}}|[[Has settlements::{{{settlements}}}]]}}
{{#if:{{{coords|}}}|[[Has coordinates::{{{coords}}}]]}}


{{#if:{{{nocat|}}}||[[Category:Features]]}}
{{#if: {{{nocat|}}} || [[Category:Features]]}}
</includeonly>
</includeonly>


Line 46: Line 50:
Minimal Feature template for Velthuryn.
Minimal Feature template for Velthuryn.
</noinclude>
</noinclude>
     

Latest revision as of 22:05, 20 November 2025


Minimal Feature template for Velthuryn.