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
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 18:46, 12 February 2024 Couchor talk contribs created page Companies/Organizations (Created page with "<templatestyles src="CompaniesLanding.css" /> {{CompaniesNav}} {{CompaniesLanding/List|type=Organization}}")
  • 18:44, 12 February 2024 Couchor talk contribs created page Module:CompaniesLanding/List (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local LocationWidget = require('Module:Infobox/Widget/Location') local p = {} function p.main(frame) local args = getArgs(frame) local whereStr = '' if args.type then if args.type == 'Other' then whereStr = whereStr .. "Companies.db_type HOLDS NOT 'Organization' AND Companies.db_type HOLDS NOT 'Sponsor' AND Companies.db_type HOLDS NOT 'Locations' AND Companies.db_type HOLDS NOT '...")
  • 18:44, 12 February 2024 Couchor talk contribs created page Template:CompaniesLanding/List (Created page with "{{#invoke: CompaniesLanding/List|main}}")
  • 18:44, 12 February 2024 Couchor talk contribs created page Module:CompaniesLanding/News (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local p = {} function p.main(frame) local args = getArgs(frame) local tables = 'News' local fields = '_pageName, date, image, category, game, content' local cargoArgs = { where = 'content LIKE "%[[Companies/%"', orderBy = 'date DESC', limit = args.limit or 8, offset = args.offset } local results = cargo.query(tables, fields, cargoArgs) if #results > 0 then local news...")
  • 18:43, 12 February 2024 Couchor talk contribs created page Template:CompaniesLanding/News (Created page with "{{#invoke: CompaniesLanding/News|main}}")
  • 18:43, 12 February 2024 Couchor talk contribs created page Module:CompaniesNav (Created page with "local p = {} local tabArgs = {} local i = 1 local currentTitle = mw.title.getCurrentTitle().text function p.main(frame) local empty = true local tableContainer = mw.html.create('div'):addClass('news-nav') tab('Companies', '') tab("Organizations", 'Companies/') tab('Locations', 'Companies/') tab('Sponsors', 'Companies/') tab('Organizers', 'Companies/') tab('More', 'Companies/') for j = 1, #tabArgs do local text if tabAr...")
  • 18:43, 12 February 2024 Couchor talk contribs created page Template:CompaniesNav (Created page with "<templatestyles src="NewsNav.css" /> <includeonly>{{#invoke:CompaniesNav|main}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
  • 18:43, 12 February 2024 Couchor talk contribs created page Template:CompaniesLanding (Created page with "<templatestyles src="CompaniesLanding.css" /> {{CompaniesNav}} <div class="companies__landing"> {{CompaniesLanding/List}} {{CompaniesLanding/News}} </div>")
  • 18:42, 12 February 2024 Couchor talk contribs changed the content model of the page Template:CompaniesLanding.css from "wikitext" to "Sanitized CSS"
  • 18:42, 12 February 2024 Couchor talk contribs created page Template:CompaniesLanding.css (Created page with ".companies__landing { margin-top: 3rem; display: grid; gap: 4rem; } .companies__container { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 2rem; } .company { display: grid; align-content: space-between; gap: 0.5rem; position: relative; text-align: center; } .company__title { font-size: 1.1rem; font-weight: bold; } .company__text { display: flex; justify-content: space-between; gap: 0.5rem; }...")
  • 18:41, 12 February 2024 Couchor talk contribs changed the content model of the page Template:LocationsLanding.css from "wikitext" to "Sanitized CSS"
  • 18:39, 12 February 2024 Couchor talk contribs created page Module:LocationsLanding/List (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local LocationWidget = require('Module:Infobox/Widget/Location') local p = {} function p.main(frame) local args = getArgs(frame) local whereStr = '' if args.type then whereStr = whereStr .. 'Locations.type HOLDS "' .. args.type .. '"' end if args.country then local countries = mw.text.split(args.country, ',') if whereStr ~= '' then whereStr = whereStr .. ' AND ' end whereStr =...")
  • 18:39, 12 February 2024 Couchor talk contribs created page Template:LocationsLanding/List (Created page with "{{#invoke: LocationsLanding/List | main }}")
  • 18:38, 12 February 2024 Couchor talk contribs created page Module:LocationsSearch (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local p = {} function p.main(frame) local args = getArgs(frame) local tables = 'Locations, _pageData, Logos' local fields = 'Locations._pageName=_pageName, Logos.logoAll=logoAll, Logos.logoLight=logoLight, Logos.logoDark=logoDark' local cargoArgs = { join = 'Locations._pageName = _pageData._pageName, Locations._pageName=Logos._pageName', limit = 20, orderBy = "_pageData._modifica...")
  • 18:38, 12 February 2024 Couchor talk contribs created page Module:LocationsSearch/Countries (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local CountryData = mw.loadData('Module:Localisation/Data') local p = {} function p.main(frame) local args = getArgs(frame) local tables = 'Locations' local fields = 'country' local cargoArgs = { groupBy = 'Locations.country' } local results = cargo.query(tables, fields, cargoArgs) local container = mw.html.create('div'):addClass('dropdown__content'):attr('id', 'country--dropdow...")
  • 18:38, 12 February 2024 Couchor talk contribs created page Template:LocationsSearch/Countries (Created page with "{{#invoke: LocationsSearch/Countries|main}}")
  • 18:38, 12 February 2024 Couchor talk contribs created page Widget:LocationSearch (Created page with "<div class="location__search"> <div> <label for="location__name">Name</label> <input type="text" id="location__name" placeholder="Name..."> </div> <div> <label for="search--input">Country</label> <div class="search__dropdown"> <input type="text" class="search__bar" id="search--input" placeholder="Country..."> <span class="clear__btn" id="clearInput" onclick="clearCountry()">X</span> <!--{$countries|escape:''}--> </div> </div> <div> <label for="places">Type...")
  • 18:38, 12 February 2024 Couchor talk contribs created page Template:LocationsLanding.css (Created page with ".search__dropdown { position: relative; display: inline-block; } Style for the search bar: .search__bar { width: 100%; padding: 8px; padding-right: 20px; box-sizing: border-box; } .clear__btn { position: absolute; top: 50%; right: 5px; transform: translateY(-50%); cursor: pointer; font-weight: bold; } Style for the dropdown content: .dropdown__content { display: none; position: absolute; z-index: 1; border: 1px sol...")
  • 18:23, 12 February 2024 Maintenance script talk contribs recreated the Cargo table _pageData
  • 17:47, 12 February 2024 Andura talk contribs created page IEM Katowice 2024 Champions Crowned (Created page with "{{News |seo_title=IEM Katowice 2024 Champions Crowned |seo_keywords=IEM |image=Iem.jpg |tags=IEM |date=2024-02-12T16:02:40.000Z |sources={{NewsSource |source=Game Reactor Asia |url=https://www.gamereactor.eu/esports/1357993/Team+Spirit+are+the+2024+IEM+Katowice+champions/ |article=News/IEM Katowice 2024 Champions Crowned }} |author=Andura |category=More |game=Counter Strike |content=In the grand final of the Intel Extreme Masters Katowice 2024 (IEM Katowice 2024) at the...")
  • 17:47, 12 February 2024 Andura talk contribs created page IEM Chengdu Team List Announced (Created page with "{{News |seo_title=IEM Chengdu Team List Announced |seo_keywords=IEM |image=ESL.jpg |tags=IEM |date=2024-02-12T16:02:16.000Z |sources={{NewsSource |source=Hltv |url=https://www.hltv.org/news/38183/nemiga-complete-iem-chengdu-team-list |article=News/IEM Chengdu Team List Announced }} |author=Andura |category=More |game=Counter Strike |content=Following the victory of Nemiga at IEM Chengdu 2024 Europe Closed Qualifiers, the final team list for the IEM Chengdu 2024 is finali...")
  • 17:47, 12 February 2024 Andura talk contribs created page Paweł "⁠dycha⁠" Dycha to Stay at ENCE (Created page with "{{News |seo_title=Paweł "⁠dycha⁠" Dycha to Stay at ENCE |seo_keywords=ENCE |image=ence.jpg |tags=ENCE |date=2024-02-12T16:01:55.000Z |sources={{NewsSource |source=Hltv |url=https://www.hltv.org/news/38172/dycha-renews-contract-with-ence |article=News/Paweł "⁠dycha⁠" Dycha to Stay at ENCE }} |author=Andura |category=Transfer Market |game=Counter Strike |content=Paweł "⁠dycha⁠" Dycha announced the extension of hi...")
  • 17:47, 12 February 2024 Andura talk contribs created page Infinite Reality Acquires Ethereal Engine (Created page with "{{News |seo_title=Infinite Reality Acquires Ethereal Engine |seo_keywords=Infinite Reality |image=Infinite Reality Logo.jpg |tags=Infinite Reality |date=2024-02-12T16:01:33.000Z |sources={{NewsSource |source=Venture Beat |url=https://venturebeat.com/games/infinite-reality-acquires-ethereal-engine-for-75m-in-share-deal/ |article=News/Infinite Reality Acquires Ethereal Engine }} |author=Andura |category=Mergers and Acquisitions |content=Companies/Infinite Reality|Infinit...")
  • 17:47, 12 February 2024 Andura talk contribs created page Sergey "TSA" Timchenko Passed Away (Created page with "{{News |seo_title=Sergey "TSA" Timchenko Passed Away |seo_keywords=Sergey "TSA" Timchenko |image=Tsa.jpg |tags=TSA |date=2024-02-12T16:01:03.000Z |sources={{NewsSource |source=ESTNN |url=https://estnn.com/remembering-dota-2-star-tsa/ |article=News/Sergey "TSA" Timchenko Passed Away }} |author=Andura |category=Drama |game=Dota 2 |content=Sergey "[T]SA" Timchenko, former Team Empire and B8 player, has sadly passed away. His former teammates, Yaroslav "Limitless" Pa...")
  • 17:47, 12 February 2024 Andura talk contribs created page Threshold Games Closed Down (Created page with "{{News |seo_title=Threshold Games Closed Down |seo_keywords=Threshold Games |image=Screenshot 2024-02-13 011442.png |tags=Threshold Games |date=2024-02-12T16:00:25.000Z |sources={{NewsSource |source=Games Industry |url=https://www.gamesindustry.biz/threshold-games-shuts-down |article=News/Threshold Games Closed Down }} |author=Andura |category=Business |content=According to recent reports, Threshold Games has shut down after announcing its closure last week. The indie st...")
  • 17:47, 12 February 2024 Andura talk contribs created page ESL Challenger Melbourne Announced (Created page with "{{News |seo_title=ESL Challenger Melbourne Announced |seo_keywords=ESL |image=Esl melbo.png |tags=ESL |date=2024-02-12T17:16:46.000Z |sources={{NewsSource |source=Hltv |url=https://www.hltv.org/news/38190/esl-challenger-returns-to-melbourne-with-100000-tournament |article=News/ESL Challenger Melbourne Announced }} |author=Andura |category=More |game=Counter Strike |content=ESL has confirmed that the Challenger event will be held in Melbourne, Australia,...")
  • 17:20, 12 February 2024 Andura talk contribs created page File:Iem.jpg
  • 17:20, 12 February 2024 Andura talk contribs uploaded File:Iem.jpg
  • 17:18, 12 February 2024 Andura talk contribs created page File:Infinite Reality Logo.jpg
  • 17:18, 12 February 2024 Andura talk contribs uploaded File:Infinite Reality Logo.jpg
  • 17:18, 12 February 2024 Andura talk contribs created page File:Esl melbo.png
  • 17:18, 12 February 2024 Andura talk contribs uploaded File:Esl melbo.png
  • 17:16, 12 February 2024 Andura talk contribs created page File:Tsa.jpg
  • 17:16, 12 February 2024 Andura talk contribs uploaded File:Tsa.jpg
  • 17:15, 12 February 2024 Andura talk contribs created page File:Screenshot 2024-02-13 011442.png
  • 17:15, 12 February 2024 Andura talk contribs uploaded File:Screenshot 2024-02-13 011442.png
  • 15:02, 12 February 2024 Couchor talk contribs created page Widget:NewsLanding/LatestNews/Business (Created page with "<script> function changeCategory(e, newCat) { var parameters = ''; var list = document.querySelector(".news-latest") if ( !list ) return var category = list.dataset.category; if ( newCat === category ) return // Use the selected template as a parameter in the parser function var parserFunction = "{{NewsLanding/LatestNews|category=" + newCat + "|offset=0}}"; // Replace the content in the dynamic content container with the parsed template $.get(mw....")
  • 14:53, 12 February 2024 Couchor talk contribs created page Widget:NewsLanding/Slider (Created page with "<script> const container = document.getElementById('news-slider-container'); const prevButton = document.getElementById('prev'); const nextButton = document.getElementById('next'); let currentIndex = 0; function showNews(index) { const offset = -index * 100; container.style.transform = `translateX(${offset}%)`; } function showNextNews() { currentIndex = (currentIndex + 1) % container.children.length; showNews(currentIndex); } functio...")
  • 14:45, 12 February 2024 Couchor talk contribs recreated the Cargo table Transfers
  • 14:42, 12 February 2024 Couchor talk contribs created page Template:NewsLanding/Transfers.css (Created page with ".news-transfers-wrapper {border: 1px solid #000;} .news-transfers-title { padding: 0.5rem; background-color: #444242; color: white; text-align: center; font-size: 1.2rem; font-weight: 800; } .news-transfer-container { display: grid; grid-template-columns: repeat(4, auto); grid-column-gap: 0.5rem; text-align: center; padding: 0 4px; } .news-transfer-header { text-align: center; font-size: 1.1rem; font-weight: 800; } .news-transfer-row { display: cont...")
  • 14:42, 12 February 2024 Couchor talk contribs created page Module:NewsLanding/Sponsors (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local p = {} function p.main(frame) local args = getArgs(frame) local hotItems = mw.html.create('div'):addClass('news-hot-items') local container = mw.html.create('div'):addClass('news-hot'):node(mw.html.create('h3'):addClass('tc'):wikitext('Sponsor Pages')):node(hotItems) local tables = 'Sponsors, _pageData' local fields = 'Sponsors.id=id' local cargoArgs = { join = 'Sponsors._p...")
  • 14:42, 12 February 2024 Couchor talk contribs created page Template:NewsLanding/Sponsors (Created page with "{{#invoke: NewsLanding/Sponsors|main }}")
  • 14:42, 12 February 2024 Couchor talk contribs created page Module:NewsLanding/LatestMore (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local p = {} function p.main(frame) local args = getArgs(frame) local pages = {} local pattern = "(%d%d%d%d%-%d%d%-%d%d %d%d:%d%d:%d%d) %[%[(.-)|(.-)%]%]" for date, title in args.companies:gmatch(pattern) do table.insert(pages, {_pageName = title, date = date}) end local hotItems = mw.html.create('div'):addClass('news-hot-items') local container = mw.html.create('div'):addClass...")
  • 14:41, 12 February 2024 Couchor talk contribs created page Template:NewsLanding/LatestMore (Created page with "{{#invoke: NewsLanding/LatestMore|main|companies={{#dpl: |notcategory=Companies&News |nottitlematch=%News/%¦%/Results%¦%/Broadcasts% |namespace= |ordermethod=lastedit |order=descending |count=12 |addeditdate=true }} }}")
  • 14:41, 12 February 2024 Couchor talk contribs created page Module:NewsLanding/LatestCompanies (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local p = {} function p.main(frame) local args = getArgs(frame) local pages = {} local pattern = "(%d%d%d%d%-%d%d%-%d%d %d%d:%d%d:%d%d) %[%[Companies/(.-)|Companies/(.-)%]%]" for date, title in args.companies:gmatch(pattern) do table.insert(pages, {_pageName = 'Companies/' .. title, title = mw.text.split(title, '|')[1], date = date}) end local hotItems = mw.html.create('div'):a...")
  • 14:41, 12 February 2024 Couchor talk contribs created page Template:NewsLanding/LatestCompanies (Created page with "{{#invoke: NewsLanding/LatestCompanies|main|companies={{#dpl: |category=Companies |ordermethod=lastedit |order=descending |count=8 |addeditdate=true }} }}")
  • 14:40, 12 February 2024 Couchor talk contribs created page Widget:NewsSearch/LoadMore (Created page with "<includeonly> <button id="loadMore" onclick="loadMore()">Load more</button> <script> function loadMore() { var parameters = ''; var categories = getCheckedBoxes('category'); if ( categories.length ) { parameters += '|categories=' + categories.join(','); } var games = getCheckedBoxes('game'); if ( games.length ) { parameters += '|games=' + games.join(','); } var offset = document.querySelectorAll('#news-search-container .news-latest-item').length...")
  • 14:39, 12 February 2024 Couchor talk contribs created page Module:NewsLanding/Drama (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local p = {} function p.main(frame) local args = getArgs(frame) local container = mw.html.create('div'):node(mw.html.create('div'):addClass('news-drama-title'):wikitext('HOT tags')) for key, value in pairs(args) do local tag = mw.html.create('div'):addClass('news-drama-link'):wikitext('<span class="plainlinks">[' .. mw.site.server .. '/News/Search?cat=Drama&tag=' .. string.gsub(v...")
  • 14:39, 12 February 2024 Couchor talk contribs created page Template:NewsLanding/Drama (Created page with "{{#invoke: NewsLanding/Drama|main |Heroic |Twitch |Epic Games |Steam |FaZe Clan }}")
  • 14:39, 12 February 2024 Couchor talk contribs created page Module:NewsLanding/Transfers (Created page with "local cargo = mw.ext.cargo local Flags = require('Module:Flags') local getTeamLogo = require('Module:Functions').getTeamLogo local p = {} function p.main() local tables = 'Transfers' local fields = '_pageName, id, flag, joindate, leavedate, inactivedate, maxdate' local cargoArgs = { orderBy = 'maxdate DESC', limit = 30 } local size = '25px' local results = cargo.query(tables, fields, cargoArgs) if #results > 0 then local prevTransfers = {} loca...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)