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:50, 22 August 2022 Couchor talk contribs created page Module:TestSquad (Created page with "local Squad = {} function Squad.header(self) local makeHeader = function(wikiText) local headerCell = mw.html.create('th') if wikiText == nil then return headerCell end return headerCell:wikitext(wikiText):addClass('divCell') end local headerRow = mw.html.create('tr'):addClass('HeaderRow') headerRow :node(makeHeader('ID')) :node(makeHeader()) :node(makeHeader('Name')) :node(makeHeader('Position')) :node(makeHeader('Join Date')) if...")