Ns828:InfoboxPlanet: Difference between revisions

From TSCM Encylopedia Galatica
Jump to navigation Jump to search
Created page with "local p = {} function p.main(frame) local args = frame.args local rows = {} local function row(label, value) if value and value ~= "" then table.insert(rows, string.format("|-\n! %s\n| %s", label, value) ) end end row("Galaxy", args.galaxy) row("Radius", args.radius) row("Location", args.location) row("Stargate", args.stargate) local image = "" if args.image then i..."
 
No edit summary
 
Diffs are not supported for content model unknown.

Latest revision as of 03:12, 29 December 2025

Warning: Content model unknown is not supported on this wiki.