~~NOCACHE~~
====== Voting Worlds ======

A list of all voting worlds.

===== Normal Vote =====
//See also [[cba#Basic Vote Template]]//
<list ?l>
?l is a: union_member
union {
  {
    ?l Status [rule]: Inner World
  }
  {
    ?l Status [rule]: Minor World
  }
}
</list>


===== Union Election =====
<list ?l>
?l is a: union_member
union {
  {
    ?l Status [rule]: Inner World
  }
  {
    ?l Status [rule]: Minor World
  }
  {
    ?l Status [rule]: Core World
  }
}
</list>