======NPCs stats======

<table ?npc ?ti "Taxable Income" ?tu "Taxes to Union">
?npc is a: npc_economy
?npc Taxable Income: ?ti
?npc Taxes to Union: ?tu
</table>

^Union member^Income Turn 50^Taxes payd^Income Turn 100^Taxes Payed^Total growth^
|Astai Republic	| | |1464(:tax)|242(:tax+out)||
|Hiocan Society	| | |605(:tax) |90(:tax+out)||
|Inter-System Charter Company | | |760(:tax)|114(:tax+out)||
|IO Protocol	| | |400(:tax) |60(:tax+out)||
|Praetorian Empire|1049|109 (:tax)|2223(:tax) |394(:tax+out)|1174|
|Stellarian Triad Federation| | |1524(:tax) |254(:tax+out)||
|Sundarian Federation	|1890|278|1908(:tax)|331(:tax+out)|18|
|Teprogrenaian Consensus| | |927(:tax)|139(:tax+out)||
|Unified Republic of Darya|2155|331 (:tax)|2634(:tax)|490(:tax+out)|479|
|Veolian Commonwealth	|1004|100 (:tax)|1110(:tax)|172(:tax+out)|168|

====== Population Overview ======

//Total population: {{list> ?n@sum | ?p is a: population; optional { ?p On [ref]: ?on } optional{ ?p Race [ref]: ?race } ?p Number: ?n; group { } consider{ ?on; ?race; } }} (:pop)//

<table ?faction ?number@sum ?races@unique ?type@unique>
?p is a: population
?p Faction [ref]: ?faction
?p Number: ?number
?p Race [ref]: ?races

optional {
  ?p On [ref]: ?on
}

optional {
  ?faction Type [rule]: ?type
}

group {
  ?faction
}

consider {
  ?on
}

ui {
  filter: none
  Races {
    filter: select
  }
  Faction {
    filter: text
  }
  Type {
    filter: select
  }
}
</table>