Template:Faction: Difference between revisions
From Velthuryn
Created page with "<includeonly> {{#vardefine:pn|{{PAGENAME}}}} {| class="infobox faction" style="width: 100%; max-width: 520px;" |- ! colspan="2" style="text-align:center; font-size:120%;" | {{{name|{{PAGENAME}}}}} |- ! Faction Type | {{#if: {{{faction_type|}}} | [[Has faction type::{{{faction_type}}}]] | }} |- ! Faction Size | {{#if: {{{faction_size|}}} | [[Has faction size::{{{faction_size}}}]] | }} |- ! Overview | {{#if: {{{overview|}}} | [[Has overview::{{{overview}}}]]..." |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox faction" style="width: 100%; max-width: 520px;" | {| class="infobox faction" style="width: 100%; max-width: 520px;" | ||
|- | |- | ||
| Line 21: | Line 19: | ||
| {{#if: {{{overview|}}} | | {{#if: {{{overview|}}} | ||
| [[Has overview::{{{overview}}}]] | | [[Has overview::{{{overview}}}]] | ||
| | |||
}} | |||
|- | |||
! Ideology | |||
| {{#if: {{{ideology|}}} | |||
| [[Has ideology::{{{ideology}}}]] | |||
| | | | ||
}} | }} | ||
| Line 33: | Line 37: | ||
| {{#if: {{{locations|}}} | | {{#if: {{{locations|}}} | ||
| {{#arraymap:{{{locations}}}|,|@@| | | {{#arraymap:{{{locations}}}|,|@@| | ||
[[Has location::@@]] | [[Has location::@@]] | ||
}} | }} | ||
| | | | ||
}} | }} | ||
|} | |} | ||
<!-- Semantic annotation --> | |||
[[Has entity type::Faction| ]] | |||
[[Category:Factions]] | {{#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
}}

