Module:Pipe escape: Revision history

From Vigyanwiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 July 2023

30 June 2023

  • curprev 13:0413:04, 30 June 2023alpha>Indicwiki 193 bytes +193 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.concat( out, '|'..."