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".
- 03:29, 20 January 2022 Tachyony talk contribs created page Module:Road data/size (Created page with "local p = {} require('Module:No globals') local getArgs = require('Module:Arguments').getArgs local format = mw.ustring.format local function main(args) local style = args.style if style == 'infobox' then return '70px' elseif style == 'small' then return '40px' elseif style == 'list' then return '25px' elseif style == 'jcttest' then return '20' else return '20px' end end function p._size(args) return main(args) end function p.size(frame) local args =...")