All public logs

Combined display of all available logs of TwogPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:32, 31 August 2022 Couchor talk contribs created page Module:Infobox/Widget/Role (Created page with "local Role = {} function Role.make(rowName, value, game) value = string.upper(value) local container = mw.html.create('div') :addClass('ib-row') local name = mw.html.create('div') :addClass('ib-rowName') :wikitext(rowName .. ': ') local valueNode = mw.html.create('div') -- If no game then return value without link if game == nil then return container:node(name):node(valueNode:wikitext(value)) end local catName,visibleName if value == 'COACH'...")