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).
- 08:36, 10 October 2022 Couchor talk contribs created page Template:PageNews (Created page with "<includeonly>{{#invoke:PageNews|main}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 08:20, 10 October 2022 Couchor talk contribs created the Cargo table News
- 08:14, 10 October 2022 Couchor talk contribs created page Couchor (Created page with "{{DISPLAYTITLE: couch or}}")
- 07:48, 10 October 2022 Couchor talk contribs deleted page Template:Squad.css
- 06:30, 10 October 2022 Couchor talk contribs created page Category:Interviews (Created page with "{{News |{{NewsItem|date=2022-10-04 18:00|url=https://www.twoghub.com/news/4221357|title=Thorin vs. YEKINDAR|source=TwogHub|author=Dogu kan|authorlink=Dogukan|type=drama}} |{{NewsItem|date=2022-10-04|url=https://www.twoghub.com/news/4221357|title=Second article|trans_title=Translated title|source=GosuGamers|author=Divushka|lang=ru|trans_lang=usuk|translator=Kuszhor|event=Dota2/PGL/Arlington/Major|note=Random test|type=Interview}} }}")
- 06:00, 10 October 2022 Couchor talk contribs created page Category:News (Created blank page)
- 03:08, 8 October 2022 Couchor talk contribs deleted the Cargo table TeamImages
- 03:08, 8 October 2022 Couchor talk contribs deleted the Cargo table LocationImages
- 02:31, 8 October 2022 Couchor talk contribs deleted page Template:LocationImage
- 02:20, 8 October 2022 Couchor talk contribs deleted page Template:TeamImage
- 02:00, 8 October 2022 Couchor talk contribs created the Cargo table LocationLogos
- 02:00, 8 October 2022 Couchor talk contribs created page Template:LocationLogos (Created page with "<noinclude> {{#cargo_declare: _table = LocationLogos |logoLight=File |logoDark=File |logoAll=File |iconLight=File |iconDark=File |iconAll=File |start=Date |end=Date }}</noinclude><includeonly>{{#cargo_store:_table=LocationLogos}}{{#invoke:Json|fromArgs}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 01:57, 8 October 2022 Couchor talk contribs created the Cargo table TeamLogos
- 01:57, 8 October 2022 Couchor talk contribs created page Template:TeamLogos (Created page with "<noinclude> {{#cargo_declare: _table = TeamLogos |logoLight=File |logoDark=File |logoAll=File |iconLight=File |iconDark=File |iconAll=File |start=Date |end=Date }}</noinclude><includeonly>{{#cargo_store:_table=TeamLogos}}{{#invoke:Json|fromArgs}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 01:55, 8 October 2022 Couchor talk contribs deleted page Template:TeamImages
- 00:38, 8 October 2022 Couchor talk contribs created page Template:Logos (Created page with "<includeonly>{{#invoke:Logos|main}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 00:37, 8 October 2022 Couchor talk contribs created page Module:Logos (Created page with "local getArgs = require('Module:Arguments').getArgs local Logos = {} function Logos.main(frame) local args = getArgs(frame) local enteredLogos = {} local currentDate = os.date('%Y-%m-%d') for key, value in ipairs (args) do local values = mw.text.jsonDecode(value) if (values.start == nil or values.start < currentDate) and (values['end'] == nil or values['end'] > currentDate) then enteredLogos['all'] = values.logoAll enteredLogos['light'] = values.logoLigh...")
- 19:15, 7 October 2022 Couchor talk contribs created page Template:TestImage (Created page with "<includeonly>{{#invoke:Json|fromArgs}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 19:12, 7 October 2022 Couchor talk contribs undeleted page Module:TeamImages (4 revisions)
- 19:12, 7 October 2022 Couchor talk contribs undeleted page Template:TeamImages (2 revisions)
- 12:34, 6 October 2022 Couchor talk contribs created the page Template:News.css using a non-default content model "Sanitized CSS"
- 12:34, 6 October 2022 Couchor talk contribs created page Template:News.css (Couchor created the page Template:News.css using a non-default content model "Sanitized CSS")
- 09:41, 6 October 2022 Couchor talk contribs created page Template:News (Created page with "<includeonly>{{#invoke:News|main}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 09:40, 6 October 2022 Couchor talk contribs deleted page Template:Articles
- 09:40, 6 October 2022 Couchor talk contribs deleted page Template:Article
- 09:40, 6 October 2022 Couchor talk contribs created page Template:NewsItem (Created page with "<includeonly>{{#invoke:NewsItem|main}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 09:37, 6 October 2022 Couchor talk contribs deleted page Module:Articles
- 09:37, 6 October 2022 Couchor talk contribs deleted page Module:Article
- 09:36, 6 October 2022 Couchor talk contribs created page Module:News (Created page with "local getArgs = require('Module:Arguments').getArgs local News = {} function News.main(frame) local args = getArgs(frame) for key, value in ipairs (args) do mw.log(key) mw.log(value) end local container = mw.html.create('div') return container end return News")
- 09:35, 6 October 2022 Couchor talk contribs created page Module:NewsItem (Created page with "local getArgs = require('Module:Arguments').getArgs local Flags = require('Module:Flags') local NewsItem = {} function NewsItem.main(frame) local args = getArgs(frame) mw.log('ARTICLEEE') mw.logObject(args) local container = mw.html.create('span'):addClass('newsItem') -- local date, title, url, source, author, lang, translated, event, note if args.date then local date = mw.html.create('span'):addClass('news-date'):wikitext(args.date) container:node(date)...")
- 08:26, 6 October 2022 Couchor talk contribs created page Module:Articles (Created page with "local getArgs = require('Module:Arguments').getArgs local Articles = {} function Articles.main(frame) local args = getArgs(frame) for key, value in ipairs (args) do mw.log(key) mw.log(value) end local container = mw.html.create('div') return container end return Articles")
- 08:17, 6 October 2022 Couchor talk contribs created page Module:Article (Created page with "local getArgs = require('Module:Arguments').getArgs function Article.main(frame) local args = getArgs(frame) mw.log('ARTICLEEE') mw.logObject(args) local container = mw.html.create('div') return container end return Article")
- 08:35, 5 October 2022 Couchor talk contribs created page Template:Article (Created page with "<includeonly>{{#invoke:Json|fromArgs}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 08:34, 5 October 2022 Couchor talk contribs created page Template:Articles (Created page with "<includeonly>{{#invoke:Articles|main}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 22:14, 1 October 2022 Couchor talk contribs created page Module:OpeningTimes (Created page with "local getArgs = require('Module:Arguments').getArgs local Times = {} function Times.main(frame) local args = getArgs(frame) local tableContainer = mw.html.create('table'):addClass('wikitable') local headerRow = mw.html.create('tr') :node(mw.html.create('th'):wikitext('Day')) :node(mw.html.create('th'):wikitext('Opens')) :node(mw.html.create('th'):wikitext('Closes')) tableContainer:node(headerRow) local monday = Times.createRow('Monday') local tuesday = Ti...")
- 20:11, 1 October 2022 Couchor talk contribs deleted page Template:Time
- 13:22, 1 October 2022 Couchor talk contribs created page Template:Time (Created page with "<includeonly>{{#invoke:Json|fromArgs}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 13:02, 1 October 2022 Couchor talk contribs created page Template:OpeningTimes (Created page with "<includeonly>{{#invoke:OpeningTimes|main}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 13:02, 1 October 2022 Couchor talk contribs deleted page Template:Opening times
- 12:59, 1 October 2022 Couchor talk contribs created page Template:Opening times (Created page with "<includeonly>{{#invoke:Opening times|main}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 15:33, 30 September 2022 Couchor talk contribs created page Module:Organization (Created page with "local getArgs = require('Module:Arguments').getArgs local Flags = require('Module:Flags') local Organization = {} local VariablesLua = mw.ext.VariablesLua function Organization.main(frame) local args = getArgs(frame) -- Get all unique properties from Person templates properties = {} for key, value in ipairs (args) do local values = mw.text.jsonDecode(value) for key2, value2 in pairs ( values ) do if string.find(mw.text.jsonEncode(properties), '"' .. key2 ....")
- 14:01, 30 September 2022 Couchor talk contribs created the Cargo table Locations
- 13:37, 30 September 2022 Couchor talk contribs recreated the Cargo table Teams
- 13:22, 30 September 2022 Couchor talk contribs recreated the Cargo table Teams
- 09:15, 30 September 2022 Couchor talk contribs created page Template:Organization/doc (Created page with "== Properties == Takes in optional <pre>|status=active |title=Random text </pre> If status is set to active, then the table will only display the "ID, Name, Position and Join Date" columns. Apart from |status you should only pass <nowiki>{{Person}}</nowiki> Templates as arguments to this template. == Usage == <pre> {{Organization|status=active |{{Person|flag=ca|id=PlayerPage|name=PlayerName|position=1|joindate=2016-09-15}} |{{Person|flag=usa|id=Pla...")
- 08:57, 30 September 2022 Couchor talk contribs created page Template:Organization (Created page with "<templatestyles src="Striped table.css" /> <templatestyles src="Organization.css" /> <includeonly>{{#invoke:Organization|main}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 07:43, 30 September 2022 Couchor talk contribs created page Template:Player/doc (Created page with "==Properties== <pre> |flag= |id= |name= |position= |captain= |joindate= |leavedate= |newteam= </pre> == Usage == <pre>{{Person|flag=us|id=PlayerPage|name=PlayerName|position=1|captain=yes|joindate=2014-09-15}}</pre>")
- 07:41, 30 September 2022 Couchor talk contribs created page Template:Player (Created page with "<includeonly>{{#invoke:Json|fromArgs}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 22:32, 28 September 2022 Couchor talk contribs created page Dota2/TestTeam3 (Created page with "{{DISPLAYTITLE:TestTeam|}} {{PageTabs org/TestTeam}} {{PageTabs team|parent=Dota2/TestTeam}} {{Infobox team |name=TestTeam |country = USA, UK |region = North America |founded = October 24, 2011 |org=Evil Geniuses |sponsors = {{Sponsors |{{Sponsor|id=HyperX}} }} |website = http://www.evilgeniuses.gg/ |email = test@gmail.com |twitch = team/eg |youtube = evilgeniuses |twitter = evilgeniuses |facebook = EvilGeniuses |instagram = evilgeniuses |linkedin = evilgeniuses |reddit...")
- 21:13, 28 September 2022 Couchor talk contribs created page TestLocation2 (Created page with "{{Infobox location |title = TestLocation 2222 |country=UK |city=Bradford |address = Unit SU17, 17 Petergate Mall, The Broadway, Bradford, West Yorkshire BD1 1AH |opened = 2017 |sponsors = {{Sponsors |{{Sponsor|id=HyperX}} }} |locationsponsor={{Sponsors |{{Sponsor|id=HyperX}} }} |type = Web Cafe |franchise = TestCompany |capacity=12 |website = https://www.belong.gg/arenas/bradford |twitter = BelongBFD |facebook = BelongBFD |email = Belong.Bradford@game.co.uk |phone = 0748...")