View source for Module:Element List
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = {}
function p.main(frame)
local args = frame.args
local argsc = {}
for i, v in pairs(args) do
if v~="" then argsc[i] = v end
end
local sep = argsc["s"]
argsc["s"] = nil
return table.concat(argsc," " .. sep .. " ")
end
return p
000
1:0
Template used on this page:
Return to Module:Element List.