Module:Pipe escape
Revision as of 10:57, 27 August 2017 by Wikipedia>LR Guanzon (←Created page with '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.co...')
Implements {{pipe escape}}