Module:Contains: Revision history

Jump to navigation Jump to search

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.

6 June 2021

  • curprev 20:5020:50, 6 June 2021Imahero talk contribs 164 bytes +164 Created page with "local p = {} --p stands for package function p.value(frame) if string.find(frame.args.haystack, frame.args.needle) then return 1 end return 0 end return p"