More actions
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude>{{#cargo_declare:_table=Factions | ||
{{#cargo_declare:_table=Factions | |||
| Codename=String | | Codename=String | ||
| Allies=String | | Allies=String | ||
Line 9: | Line 8: | ||
| Leader_4=String | | Leader_4=String | ||
| Leader_5=String | | Leader_5=String | ||
}} | }}</noinclude><includeonly>{{#cargo_store:_table=Factions}}== Information == | ||
</noinclude> | |||
<includeonly> | |||
{{#cargo_store:_table=Factions}} | |||
== Information == | |||
{{{Desc}}} | {{{Desc}}} | ||
Line 22: | Line 17: | ||
|join on = Zones.Faction = Factions.Codename | |join on = Zones.Faction = Factions.Codename | ||
|where=Factions.Codename='{{{Codename}}}' | |where=Factions.Codename='{{{Codename}}}' | ||
|format=table | |||
|headers=yes | |||
}} | |||
== Bounties == | |||
{{#cargo_query: | |||
|tables=CharacterBounty, Spawners, Factions | |||
|fields=Spawners._pageName=Name, Factions._pageName=Faction, CharacterBounty.Value | |||
|where=CharacterBounty.FactionCodename='{{{Codename}}}' | |||
|join on=Spawners.Codename=CharacterBounty.CharacterCodename, Factions.Codename=Spawners.Faction | |||
|format=table | |format=table | ||
|headers=yes | |headers=yes | ||
Line 38: | Line 43: | ||
|headers=yes | |headers=yes | ||
}} | }} | ||
== Enemies == | == Enemies == | ||
Line 54: | Line 56: | ||
|headers=yes | |headers=yes | ||
}} | }} | ||
</includeonly> | </includeonly> |
Latest revision as of 00:22, 9 November 2024
This template defines the table "Factions". View table.