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".
- 02:39, 20 January 2022 Tachyony talk contribs created page Module:Flag (Created page with "local p = {} function p._main(frame, name, mode, check) local categories = { Flagicon = 'Category:Flagicons with missing country data templates', Flagdeco = 'Category:Flagdeco with missing country data templates', } local args={} if require('Module:Yesno')(frame.args['getParent']) then for k,v in pairs(frame:getParent().args) do if (v or '') ~= '' then args[k] = v end end end for k,v in pairs(frame.args) do if (v or '') ~= '' then...")