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
  • 03:39, 20 January 2022 Tachyony talk contribs created page Module:Jcon (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local data = mw.loadData('Module:Jcon/data') -- Generate the wikitext for the shield local function shieldWikitext(route, roadInfo, args) local size = args.size or '20px' -- Image size local fileName local titleObj if roadInfo.prefix == 'Ontario' and (tonumber(({route:gsub('%D', '')})[1]) or 0) >= 500 then -- Exception for secondary and tertiary highways fileN...")