Module:Variants: Difference between revisions
m
spaces to tabs
(Do not error when Variant name isn't defined) |
m (spaces to tabs) |
||
Line 12:
local variant_name = args.variant or mw.title.getCurrentTitle().fullText
local query = {
}
local smw_data = mw.smw.ask(query)
if not smw_data then
Line 35:
local contents
if smw_data then
end
contents = table.concat(formatted, ' • ')
else
|