Jump to content

Module:User info 2024

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Robertsky (talk | contribs) at 09:34, 4 August 2024 (14 revisions imported from meta:Module:User_info_2024). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
-- Functions needed in [[Template:User info 2024]]

local p = {}

-- Formats a Babel parser function call from a list of comma-separated language codes. 
function p.babel( frame )
	return frame:callParserFunction('#babel', mw.text.split(string.gsub(frame.args[1]," ",""),',',plain))
end

return p