Module:category tree/topic/Nature: Difference between revisions

No edit summary
No edit summary
 
Line 791: Line 791:
labels["moons of " .. planet] = {
labels["moons of " .. planet] = {
type = "name",
type = "name",
description = ("=[[wikt:moon|moon]]s that orbit [[wikt:%s|%s]]"):format(planet),
description = ("=[[wikt:moon|moon]]s that orbit [[wikt:%s|%s]]"):format(planet, planet),
parents = {"moons"},
parents = {"moons"},
}
}