===== Lumo Duo System =====

<table ?on "Planet" ?s "Zone" ?t "Type" ?p "Production">
?s is a: zone
?s is a: developed
?s System [ref]: ic::Lumo Duo System
?s Description [wiki]: ?d
?s On [ref] : ?on
?s Type [rule] : ?t
optional {
  ?s Production [wiki]: ?p
}
sort {
 ?p(desc)
}
ui {
  Planet {
    filter:select
  }
  Zone {
    filter:select
  }
  Type{
    filter:select
  }
  Production {
    filter:text
  }
}
</table>

