Revision history of "Module:ParserFunctions"

Jump to: navigation, search

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 22:47, 18 March 2015CommanderC (talk | contribs). . (215 bytes) (+215). . (Created page with "local p = {} function p.If(frame) function notBlank(x) return not tostring(x):find("^%s*$") end if notBlank(frame.args[1]) then return frame.args[2] else ...")