Main public logs

Jump to navigation Jump to search

This is a combined display of all logs except the patrol, review, tag and thanks logs: :Who performed the action – enter their name without prefix under "Performer". :The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".

Logs
  • 11:45, 1 February 2022 Tachyony talk contribs created page Module:POTD transcluder (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...")