Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:EmpireRelations: Difference between revisions

Template page
Arin Mara (talk | contribs)
Added Caldari, Gallente and Minmatar allys, enemies and neutrals
m Make Relation Type case insensitive.
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{#switch: {{{faction}}}
<includeonly>{{#switch: {{lc:{{{empire}}} }}
  | Amarr
  | amarr
  | Amarr Empire = {{#switch: {{{relation}}}
  | amarr empire = {{#switch: {{lc:{{{relation}}} }}
  | ally    = Caldari
  | ally    = Caldari
  | enemy  = Minmatar
  | enemy  = Minmatar
  | neutral = Gallente
  | neutral = Gallente
| #default = <span style="color:red">Unknown Faction Relation</span>
}}
}}
  | Caldari
  | caldari
  | Caldari State = {{#switch: {{{relation}}}
  | caldari state = {{#switch: {{lc:{{{relation}}} }}
  | ally    = Amarr
  | ally    = Amarr
  | enemy  = Gallente
  | enemy  = Gallente
  | neutral = Minmatar
  | neutral = Minmatar
| #default = <span style="color:red">Unknown Faction Relation</span>
}}
}}
  | Gallente
  | gallente
  | Gallente Federation = {{#switch: {{{relation}}}
  | gallente federation = {{#switch: {{lc:{{{relation}}} }}
  | ally    = Minmatar
  | ally    = Minmatar
  | enemy  = Caldari
  | enemy  = Caldari
  | neutral = Amarr
  | neutral = Amarr
| #default = <span style="color:red">Unknown Faction Relation</span>
}}
}}
  | Minmatar
  | minmatar
  | Minmatar Republic = {{#switch: {{{relation}}}
  | minmatar republic = {{#switch: {{lc:{{{relation}}} }}
  | ally    = Gallente
  | ally    = Gallente
  | enemy  = Amarr
  | enemy  = Amarr
  | neutral = Caldari
  | neutral = Caldari
| #default = <span style="color:red">Unknown Faction Relation</span>
}}
}}
}}
| #default = <span style="color:red">Unknown Empire</span>
}}</includeonly><noinclude>
{{documentation}}
</noinclude>