====== Planet Gallery ======

===== Planets & Moons =====
<view ?subject>
union {
  {
    ?subject is a: planet
  }
  {
    ?subject is a: moon
  }
}

?subject Image [image]: ?image

?image != ic:noworldimage.png

template {
 tile
}
</view>

===== Stars =====
<view ?subject>
    ?subject is a: star

template {
 tile
}
</view>