Module: User info 2025
Tag: Official DCW staff edit |
m tweaks Tag: Official DCW staff edit |
||
| Line 1: | Line 1: | ||
-- Functions needed in [[Template:User info | -- Functions needed in [[Template:User info 2025]] | ||
local p = {} | local p = {} | ||
Latest revision as of 18:46, 24 January 2025
Documentation for this module may be created at Module:User info 2025/doc
-- Functions needed in [[Template:User info 2025]]
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