Revision history of "Module:POTD transcluder"

Jump to navigation Jump to 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.

  • curprev 11:45, 1 February 2022Tachyony talk contribs 785 bytes +785 Created page with "local p = {} function p.transclude( frame ) local page = frame.args[1] or error( 'No page was specified' ) local wikitext = mw.title.new( page ):getContent() if wikitext == nil then return '' .. page .. ' does not exist' end local n = string.match( wikitext, '^{{POTD/%d%d%d%d%-%d%d%-%d%d/{{#invoke:random|number|(%d+)}}|{{{1|{{{style|default}}}}}}}}' ) if n == nil then n = string.match( wikitext, '^{{POTD protected/%d%d%d%d%-%d%d%-%d%d/{{#invoke:random|n..."