Template:Faction: Difference between revisions

From Velthuryn
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 19: Line 19:
| {{#if: {{{overview|}}}
| {{#if: {{{overview|}}}
   | [[Has overview::{{{overview}}}]]
   | [[Has overview::{{{overview}}}]]
  |
}}
|-
! Ideology
| {{#if: {{{ideology|}}}
  | [[Has ideology::{{{ideology}}}]]
   |
   |
}}
}}
Line 31: Line 37:
| {{#if: {{{locations|}}}
| {{#if: {{{locations|}}}
   | {{#arraymap:{{{locations}}}|,|@@|
   | {{#arraymap:{{{locations}}}|,|@@|
       [[Has location::@@]]<br />
       [[Has location::@@]]
     }}
     }}
   |
   |
}}
}}
|}
|}
<!-- Semantic annotation -->
[[Has entity type::Faction| ]]


[[Category:Factions]]
{{#if: {{{nocat|}}} || [[Category:Factions]]}}
</includeonly><noinclude>
</includeonly><noinclude>
== Template:Faction ==
== Template:Faction ==
Line 46: Line 54:
* <code>faction_type</code>
* <code>faction_type</code>
* <code>faction_size</code>
* <code>faction_size</code>
* <code>ideology</code>
* <code>overview</code>
* <code>overview</code>
* <code>motivations_tactics</code>
* <code>motivations_tactics</code>
Line 56: Line 65:
| faction_type = Religious / Mystical
| faction_type = Religious / Mystical
| faction_size = Medium; cult-like cells connected by ritual
| faction_size = Medium; cult-like cells connected by ritual
| ideology = Whatever
| overview = ...
| overview = ...
| motivations_tactics = ...
| motivations_tactics = ...

Latest revision as of 13:14, 14 January 2026

Template:Faction

Use this template to create a faction page and store semantic properties.

Parameters

  • name
  • faction_type
  • faction_size
  • ideology
  • overview
  • motivations_tactics
  • locations (comma-separated)

Example

{{Faction
| name = The Griefbound Communion
| faction_type = Religious / Mystical
| faction_size = Medium; cult-like cells connected by ritual
| ideology = Whatever
| overview = ...
| motivations_tactics = ...
| locations = Myrrun Hollow, Sunlash, Ohlai, Nokhul Vale
}}