Module:Sandbox/User:Microbrews/Variants: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
Microbrews (talk | contribs) No edit summary |
Microbrews (talk | contribs) No edit summary |
||
Line 40: | Line 40: | ||
local name = entry['page'] |
local name = entry['page'] |
||
local variant_name = name:gsub(main_variant, '', 1) |
local variant_name = name:gsub(main_variant, '', 1) |
||
table.insert(formatted, |
table.insert(formatted, variant_name) |
||
end |
end |
||
contents = table.concat(formatted, ' • ') |
contents = table.concat(formatted, ' • ') |