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).
- 21:15, 18 August 2022 Couchor talk contribs created page Module:StringUtils (Created page with "local String = {} function String.startsWith(str, start) return str:sub(1, #start) == start --str:find('^' .. start) ~= nil end function String.endsWith(str, ending) return ending == '' or str:sub(-#ending) == ending end function String.split(inputstr, sep) if inputstr ~= nil then if sep == nil then sep = '%s' end inputstr = inputstr:gsub(sep, '&') local t = {} local i = 1 for str in string.gmatch(inputstr, '([^&]+)') do t[i] = str i = i + 1...")
- 21:14, 18 August 2022 Couchor talk contribs created page Module:Squad/Row (Created page with "local Class = require('Module:Class') local Flags = require('Module:Flags') local Player = require('Module:Player') local ReferenceCleaner = require('Module:ReferenceCleaner') local String = require('Module:StringUtils') local Template = require('Module:Template') local Table = require('Module:Table') -- TODO: Decided on all valid types -- TODO: Move to dedicated module local _VALID_TYPES = {'player', 'staff'} local _DEFAULT_TYPE = 'player' local _ICON_CAPTAIN = 'im...")
- 21:14, 18 August 2022 Couchor talk contribs created page Module:Squad (Created page with "local Class = require('Module:Class') local Arguments = require('Module:Arguments') local String = require('Module:StringUtils') local Squad = Class.new() Squad.TYPE_ACTIVE = 0 Squad.TYPE_INACTIVE = 1 Squad.TYPE_FORMER = 2 Squad.TYPE_FORMER_INACTIVE = 3 function Squad:init(frame) self.frame = frame self.args = Arguments.getArgs(frame) self.root = mw.html.create('div') self.root :addClass('table-responsive') -- TODO: is this needed? :css('margin-bottom', '1...")
- 21:14, 18 August 2022 Couchor talk contribs created page Module:ReferenceCleaner (Created page with "local Class = require('Module:Class') local ReferenceCleaner = {} function ReferenceCleaner.clean(dateWithRef) if dateWithRef == nil then return '' end -- due to '-' and '?' being part of the 'magic' characters for patterns -- we have to escape them with '%' dateWithRef = dateWithRef:gsub('%-%?%?', '-01') dateWithRef = dateWithRef:gsub('%-XX', '-01') local correctDate = string.match(dateWithRef, '(%d+-%d+-%d+)') if correctDate then return correctDate end...")
- 21:13, 18 August 2022 Couchor talk contribs created page Module:Json (Created page with "local Json = {} local Arguments = require('Module:Arguments') function Json.fromArgs(frame) local args = Arguments.getArgs(frame) return Json.stringify(args) end function Json.stringify(obj, pretty) return mw.text.jsonEncode(obj, pretty == true and mw.text.JSON_PRETTY or nil) end function Json.parse(obj) local parse = function(object) return mw.text.jsonDecode(object, mw.text.JSON_TRY_FIXING) end local status, res = pcall(parse, obj); if status then return re...")
- 21:12, 18 August 2022 Couchor talk contribs created page Module:Arguments (Created page with "local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string' then val = val:match('^%s*(.-)%s*$') if val == '' then return nil else return val end else return val end end local function tidyValTrimOnly(key, val) if type(val) ==...")
- 21:10, 18 August 2022 Couchor talk contribs created page Module:Class (Created page with "local Arguments = require('Module:Arguments') local Class = {} Class.PRIVATE_FUNCTION_SPECIFIER = '_' function Class.new(base, init) local instance = {} if not init and type(base) == 'function' then init = base base = nil elseif type(base) == 'table' then for index, value in pairs(base) do instance[index] = value end instance._base = base end instance.__index = instance local metatable = {} metatable.__call = function(class_tbl, ...) local o...")
- 21:04, 18 August 2022 Couchor talk contribs created page Template:Para (Created page with "<code class="nowrap" {{#if:{{{plain|}}}|style="border:none;background-color:inherit;color:inherit;"}}>|{{#if:{{{1|}}}|{{{1}}}=}}{{{2|}}}</code><noinclude> {{Documentation}} Category:Source Wikipedia </noinclude>")
- 20:58, 18 August 2022 Couchor talk contribs created page Template:Person (Created page with "<includeonly>{{#invoke:Json|fromArgs}}<!-- -->{{#ifeq:{{NAMESPACE}}||{{#subobject:SquadPlayer_{{{link|{{{id|}}}}}}_{{#if:{{{leavedate|{{{inactivedate|}}}}}}|former_}}player_of_{{#var:squad_name|{{FULLPAGENAME}}}} |has id={{{id|}}} |has page={{{link|{{{id|}}}}}} |has team={{#var:squad_name|{{FULLPAGENAME}}}} |has team region={{#var:region|}} |has team page={{FULLPAGENAME}} |has real name={{{name|}}} |has flag={{{flag|}}} |is captain={{#if:{{{captain|}}}|true}} |has join...")
- 20:56, 18 August 2022 Couchor talk contribs created page Template:Squad (Created page with "<includeonly>{{#invoke:Squad/Custom|run}}</includeonly><noinclude>{{Documentation}}</noinclude>")
- 16:33, 18 August 2022 Couchor talk contribs created page Template:Flag/uk (Created page with "<span class="flag">United Kingdom|link=:Category:United Kingdom</span>")
- 16:32, 18 August 2022 Couchor talk contribs created page Template:Flag/us (Created page with "<span class="flag">United States|link=:Category:United States</span>")
- 16:04, 18 August 2022 Couchor talk contribs created page Template:Documentation (Created page with "<div class="documentation"> <h2><span class="mw-headline">Documentation</span> <span class="mw-editsection">([[{{{1|{{FULLPAGENAME}}/doc}}}|view]] - [{{fullurl:{{{1|{{FULLPAGENAME}}/doc}}}|action=edit}} edit])</span></h2>__NOTOC__ __NOEDITSECTION__ {{ {{{1|{{FULLPAGENAME}}/doc}}} }} </div> <noinclude>Category:Template namespace templates</noinclude>")
- 16:03, 18 August 2022 Couchor talk contribs created page Template:Tl (Created page with "{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude>Category:Templates</noinclude>")
- 16:02, 18 August 2022 Couchor talk contribs created page Template:Nowrap (Created page with "<span style="white-space:nowrap;">{{{1}}}</span><noinclude>{{documentation}}<!--interwikis/categories go inside doc--></noinclude>")
- 16:02, 18 August 2022 Couchor talk contribs created page Template:Flag/zw (Created page with "<span class="flag">Zimbabwe|link=:Category:Zimbabwe</span>")
- 16:02, 18 August 2022 Couchor talk contribs created page Template:Flag/za (Created page with "<span class="flag">South Africa|link=:Category:South Africa</span>")
- 16:02, 18 August 2022 Couchor talk contribs created page Template:Flag/world (Created page with "<span class="flag">World|link=:Category:World</span>")
- 16:01, 18 August 2022 Couchor talk contribs created page File:World.png
- 16:01, 18 August 2022 Couchor talk contribs uploaded File:World.png
- 16:01, 18 August 2022 Couchor talk contribs created page Template:Flag/vn (Created page with "<span class="flag">Vietnam|link=:Category:Vietnam</span>")
- 16:01, 18 August 2022 Couchor talk contribs created page Template:Flag/ve (Created page with "<span class="flag">Venezuela|link=:Category:Venezuela</span>")
- 16:01, 18 August 2022 Couchor talk contribs created page Template:Flag/uz (Created page with "<span class="flag">Uzbekistan|link=:Category:Uzbekistan</span>")
- 16:01, 18 August 2022 Couchor talk contribs created page Template:Flag/usuk (Created page with "<span class="flag">English Speaking</span>")
- 16:00, 18 August 2022 Couchor talk contribs created page File:UsGb.png
- 16:00, 18 August 2022 Couchor talk contribs uploaded File:UsGb.png
- 16:00, 18 August 2022 Couchor talk contribs created page Template:Flag/usa (Created page with "<span class="flag">United States|link=:Category:United States</span>")
- 16:00, 18 August 2022 Couchor talk contribs created page Template:Flag/un (Created page with "<span class="flag">United Nations|link=:Category:United Nations</span>")
- 15:59, 18 August 2022 Couchor talk contribs created page File:Un.png
- 15:59, 18 August 2022 Couchor talk contribs uploaded File:Un.png
- 15:59, 18 August 2022 Couchor talk contribs created page Template:Flag/ukwa (Created page with "<span class="flag">Wales|link=:Category:Wales</span>")
- 15:59, 18 August 2022 Couchor talk contribs created page Template:Flag/uksc (Created page with "<span class="flag">Scotland|link=:Category:Scotland</span>")
- 15:58, 18 August 2022 Couchor talk contribs created page Template:Flag/ukni (Created page with "<span class="flag">Northern Ireland|link=:Category:Northern Ireland</span>")
- 15:58, 18 August 2022 Couchor talk contribs created page Template:Flag/uken (Created page with "<span class="flag">England|link=:Category:England</span>")
- 15:57, 18 August 2022 Couchor talk contribs created page File:Gb-eng.png
- 15:57, 18 August 2022 Couchor talk contribs uploaded File:Gb-eng.png
- 15:57, 18 August 2022 Couchor talk contribs created page Template:Flag/united kingdom (Created page with "<span class="flag">United Kingdom|link=:Category:United Kingdom</span>")
- 15:57, 18 August 2022 Couchor talk contribs created page Template:Flag/ukraine (Created page with "<span class="flag">Ukraine|link=:Category:Ukraine</span>")
- 15:56, 18 August 2022 Couchor talk contribs created page Template:Flag/tt (Created page with "<span class="flag">Trinidad And Tobago|link=:Category:Trinidad And Tobago</span>")
- 15:56, 18 August 2022 Couchor talk contribs created page Template:Flag/tr (Created page with "<span class="flag">Turkey|link=:Category:Turkey</span>")
- 15:56, 18 August 2022 Couchor talk contribs created page Template:Flag/tn (Created page with "<span class="flag">Tunisia|link=:Category:Tunisia</span>")
- 15:56, 18 August 2022 Couchor talk contribs created page Template:Flag/th (Created page with "<span class="flag">Thailand|link=:Category:Thailand</span>")
- 15:55, 18 August 2022 Couchor talk contribs created page Template:Flag/taiwan (Created page with "<span class="flag">Taiwan|link=:Category:Taiwan</span>")
- 15:55, 18 August 2022 Couchor talk contribs created page File:Sv.png
- 15:55, 18 August 2022 Couchor talk contribs uploaded File:Sv.png
- 15:55, 18 August 2022 Couchor talk contribs created page Template:Flag/sv (Created page with "<span class="flag">El Salvador|link=:Category:El Salvador</span>")
- 15:54, 18 August 2022 Couchor talk contribs created page File:Zw.png
- 15:54, 18 August 2022 Couchor talk contribs uploaded File:Zw.png
- 15:53, 18 August 2022 Couchor talk contribs created page File:Gb-wls.png
- 15:53, 18 August 2022 Couchor talk contribs uploaded File:Gb-wls.png