Open main menu
Home
Random
Log in
Settings
About MyWikiBiz
Disclaimers
MyWikiBiz
Search
Changes
Module:Pipe escape
(view source)
Revision as of 05:18, 16 July 2021
193 bytes added
,
05:18, 16 July 2021
Pywikibot 6.4.0
local p = {}
function p.pipe( f )
local out = {}
for _, arg in ipairs( f:getParent().args ) do
table.insert( out, arg )
end
return mw.text.trim( table.concat( out, '|' ) )
end
return p
Zoran
Bureaucrats
,
Interface administrators
,
Administrators
10,082
edits