Template:Faction: Difference between revisions
From Velthuryn
No edit summary |
No edit summary |
||
| (2 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::@@]] | [[Has location::@@]] | ||
}} | }} | ||
| | | | ||
| Line 39: | Line 45: | ||
[[Has entity type::Faction| ]] | [[Has entity type::Faction| ]] | ||
{{#if: {{{nocat|}}} || [[Category: | {{#if: {{{nocat|}}} || [[Category:Factions]]}} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
== Template:Faction == | == Template:Faction == | ||
| Line 48: | 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 58: | 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
namefaction_typefaction_sizeideologyoverviewmotivations_tacticslocations(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
}}

