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)
  • 11:28, 29 September 2023 Couchor talk contribs created page Module:Functions (Created page with "local cargo = mw.ext.cargo local p = {} function p.getTeamPage(team, game) local currentTitle = mw.title.getCurrentTitle().text local gameCategory = game or mw.text.split(currentTitle, '/')[1] -- Check if shorthand of a team was used local tables = 'Teams' local fields = '_pageName, shorthand' local cargoArgs = { where = '_pageName LIKE "' .. gameCategory .. '/%" AND shorthand = "' .. team .. '"' } local results = cargo.query(tables, fields, cargoArgs) if #re...")
  • 11:27, 29 September 2023 Couchor talk contribs created page Module:TalentTable (Created page with "local cargo = mw.ext.cargo local getArgs = require('Module:Arguments').getArgs local makeFlag = require('Module:Player/Flag').makeFlag local Links = require('Module:Links') local p = {} function p.main(frame) local args = getArgs(frame) local currentTitle = mw.title.getCurrentTitle().text local gameCategory = mw.text.split(currentTitle, '/')[1] local fullString = '' -- Cycle through different tabs for key, value in ipairs (args) do local tab = mw.text.jsonD...")
  • 11:27, 29 September 2023 Couchor talk contribs created page Template:TalentRole (Created page with "<noinclude>{{#cargo_declare: _table = Talent |lang=String |role=String |people=List (,) of Page }}</noinclude><includeonly>{{#invoke:Json|fromArgs}}</includeonly><noinclude>{{Documentation}}</noinclude>")
  • 11:26, 29 September 2023 Couchor talk contribs created page Template:JSON (Created page with "<includeonly>{{#invoke:Json|fromArgs}}</includeonly>")
  • 11:26, 29 September 2023 Couchor talk contribs changed the content model of the page Template:TalentTable.css from "wikitext" to "Sanitized CSS"
  • 11:26, 29 September 2023 Couchor talk contribs created page Template:TalentTable.css (Created page with ".talent__container { display: flex; flex-wrap: wrap; column-gap: 1rem; } .talent__stage { font-size: 1.2rem; font-weight: bold; padding: 0.5rem; } .talent__role { max-width: 200px; } .talent__role ul { margin-top: 0; }")
  • 11:26, 29 September 2023 Couchor talk contribs created page Template:TalentSection (Created page with "<includeonly>{{#invoke:Json|fromArgs}}</includeonly><noinclude>{{Documentation}}</noinclude>")
  • 11:25, 29 September 2023 Couchor talk contribs created page Template:TalentTable (Created page with "<templatestyles src="TalentTable.css" /> <noinclude></noinclude><includeonly>{{#invoke:TalentTable|main}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
  • 11:25, 29 September 2023 Couchor talk contribs changed the content model of the page Template:PrizePool.css from "wikitext" to "Sanitized CSS"
  • 11:25, 29 September 2023 Couchor talk contribs created page Template:PrizePool.css (Created page with ".striped-table { border: 2px solid #bbbbbb; } .headerRow {background-color: #f5f5f5;} .headerRow { text-align: center; } .gold {background-color: gold} .silver {background-color: silver} .bronze {background-color: #cd7f32} .headerRow th { font-size: 1rem; padding: 5px; } .headerRow .table-title { font-size: 1.1rem; border-bottom: 1px solid #a2a9b1; } .bodyRow td { border-top: 1px solid #a2a9b1; padding: 5px; } .bodyRow td:not(:last-child) { border-right: 1px...")
  • 11:24, 29 September 2023 Couchor talk contribs created page Template:PrizeRow (Created page with "<noinclude> {{#cargo_declare: _table = Prizes |placement=String |prize=Int |localPrize=Int |currency=String |teams=List (,) of Page |players=List (,) of Page }}</noinclude><includeonly>{{#invoke:Json|fromArgs}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
  • 11:24, 29 September 2023 Couchor talk contribs created page Module:PrizePool (Created page with "local getArgs = require('Module:Arguments').getArgs local PrizePool = {} local VariablesLua = mw.ext.VariablesLua local cargo = mw.ext.cargo function PrizePool.main(frame) local args = getArgs(frame) local tableContainer = mw.html.create('table'):addClass('striped-table') local titleRow = mw.html.create('tr') titleRow:addClass('headerRow') local placementCell = mw.html.create('th'):wikitext('Place') titleRow:node(placementCell) local currency = args.currency...")
  • 11:22, 29 September 2023 Couchor talk contribs created the Cargo table Conversion
  • 11:22, 29 September 2023 Couchor talk contribs created page Template:PrizePool (Created page with "<templatestyles src="PrizePool.css" /> <noinclude>{{#cargo_declare: _table = Conversion |currency=String |rate=Int |date=Date }}</noinclude><includeonly>{{#invoke:PrizePool|main}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
  • 11:21, 29 September 2023 Couchor talk contribs created the Cargo table AllMatches
  • 11:21, 29 September 2023 Couchor talk contribs created page Template:Match (Created page with "<noinclude>{{#cargo_declare: _table = AllMatches |p1=Page |p2=Page |p1score=Integer |p2score=Integer |winner=Integer |date=Datetime |bestof=Integer |stage=String |casters=List (,) of Page |observers=List (,) of Page |twitch=String |youtube=String }}</noinclude> <includeonly>{{#invoke:Match|main}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
  • 11:21, 29 September 2023 Couchor talk contribs created page Module:Data/Dota/Heroes (Created page with "local data = { { names = {"antimage", "am", "anti-mage"}, id = 1, localized_name = "Anti-Mage" }, { names = {"axe"}, id = 2, localized_name = "Axe" }, { names = {"bane"}, id = 3, localized_name = "Bane" }, { names = {"bloodseeker", "bs"}, id = 4, localized_name = "Bloodseeker" }, { names = {"maiden", "crystal maiden"}, id = 5...")
  • 11:21, 29 September 2023 Couchor talk contribs created page Module:Match (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local html = require('Module:MatchHTML') local Match = {} local VariablesLua = mw.ext.VariablesLua function Match.main(frame) local args = getArgs(frame) local bestof = args.bestof or 3 local maps = {} p1score = args.p1score or 0 p2score = args.p2score or 0 for i = 1, bestof do if args['map' .. i] ~= nil then local map = mw.text.jsonDecode(args['map' .. i]) -- If no score i...")
  • 11:19, 29 September 2023 Couchor talk contribs created page File:The International 2023 Logo.png
  • 11:19, 29 September 2023 Couchor talk contribs uploaded File:The International 2023 Logo.png
  • 11:18, 29 September 2023 Couchor talk contribs created page The International 2023 (Created page with "{{Tournament |seo_title=The International/2023 |seo_keywords=The International/2023 |featured=Yes |logoAll=The International 2023 Logo.png |title=The International/2023 |series=The International |organizer=Valve |type=LAN, International |female_only=No |country=USA |city=Seattle |venue=Seattle Convention Center’s Summit, Climate Pledge Arena |format='''Group stage''', Round-robin, '''Playoffs''', Double-elimination |formatFilter=Round-robin, Double elimination |prize=1...")
  • 11:14, 29 September 2023 Couchor talk contribs created page Form:Tournament (Created page with "<noinclude> This is the "Tournament" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page. {{#forminput:form=Tournament|autocomplete on category=Tournaments}} </noinclude><includeonly> <div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div> {{{for template|Tournament}}} <tabber> |-|SEO={| class="form...")
  • 11:14, 29 September 2023 Couchor talk contribs created page Module:Infobox person (Created page with "local getArgs = require('Module:Arguments').getArgs local Links = require('Module:Links') local Header = require('Module:Infobox/Widget/Header') local Subheader = require('Module:Infobox/Widget/Subheader') local LinksWidget = require('Module:Infobox/Widget/Links') local ListWidget = require('Module:Infobox/Widget/List') local LocationWidget = require('Module:Infobox/Widget/Location') local RowWidget = require('Module:Infobox/Widget/Row') local RoleWidget = require('Modul...")
  • 11:13, 29 September 2023 Couchor talk contribs created page Module:Member (Created page with "local getArgs = require('Module:Arguments').getArgs VariablesLua = mw.ext.VariablesLua local Member = {} function Member.main(frame) local args = getArgs(frame) local members = '' local newMember = { id=args.id, name=args.name, flag=args.flag, position=args.position, captain=args.captain, joindate=args.joindate, leavedate=args.leavedate, inactivedate=args.inactivedate, newteam=args.newteam } if VariablesLua.varexists('Members') and #Variables...")
  • 11:13, 29 September 2023 Couchor talk contribs created page Template:Team (Created page with "<noinclude> Edit the page to see the template text. </noinclude><includeonly>{{#seo: |title={{#if: {{{seo_title|}}} | {{{seo_title|}}} {{!}} TwogPedia}} |description={{#if: {{{seo_description|}}} | {{{seo_description|}}} }} |keywords={{#if: {{{seo_keywords|}}} | {{{seo_keywords|}}} }} }}{{DISPLAYTITLE: {{{seo_title|}}} }}{{#if: {{{stub|}}} | {{Stub|type=Team|comment={{{stub}}} }} }}{{PageTabs team|parent={{FULLPAGENAME}} }} {{Infobox_team |title={{{title|}}} |shorthand={...")
  • 11:12, 29 September 2023 Couchor talk contribs created page Form:Team (Created page with "<noinclude> This is the "Team" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page. {{#forminput:form=Team|autocomplete on category=Teams}} </noinclude><includeonly> <div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div> {{{for template|Team}}} <tabber> |-|SEO={| class="formtable" ! SEO Title: | {...")
  • 11:12, 29 September 2023 Couchor talk contribs created page Template:Member2 (Created page with "<noinclude>{{#cargo_attach: _table = Transfers }}</noinclude> <includeonly>{{#cargo_store: _table = Transfers |id={{#if: {{{id|}}} | People/{{{id|}}} }} |flag={{{flag|}}} |joindate={{{joindate|}}} |leavedate={{{leavedate|}}} |inactivedate={{{inactivedate|}}} |joinref={{{joinref|}}} |leaveref={{{leaveref|}}} |joinrefname={{{joinrefname|}}} |leaverefname={{{leaverefname|}}} }}{{#invoke:Member|main}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
  • 11:10, 29 September 2023 Couchor talk contribs created page Module:Person/Flag (Created page with "local Flags = require('Module:Flags') local pFlag = {} local cargo = mw.ext.cargo function pFlag.makeFlag(flagArg, playerId, gameCategory) -- Look up Cargo table for nationality string if flagArg then return Flags.icon( flagArg, gameCategory) end local tables = 'People' local fields = '_pageName, nationality' local cargoArgs = { where = '_pageName = "' .. playerId .. '"' } local results = cargo.query(tables, fields, cargoArgs) if #results > 0 then retur...")
  • 11:10, 29 September 2023 Couchor talk contribs created the Cargo table People
  • 11:10, 29 September 2023 Couchor talk contribs created page Template:Infobox person (Created page with "<templatestyles src="Infobox.css" /> <noinclude>{{#cargo_declare: _table = People |nationality=String |name=String |romanized=String |active_roles=List (,) of String |past_roles=List (,) of String |games=List (,) of String }}</noinclude><includeonly> {{#invoke:Infobox player|main}}{{#cargo_store: _table = People |nationality={{{nationality|}}} |name={{{name|}}} |romanized={{{romanized|}}} |active_roles={{{active_roles|}}} |past_roles={{{past_roles|}}} |games={{{games|}}}...")
  • 11:10, 29 September 2023 Couchor talk contribs created page Template:Person (Created page with "<includeonly> {{#seo: |title={{#if: {{{seo_title|}}} | {{{seo_title|}}} }} |description={{#if: {{{seo_description|}}} | {{{seo_description|}}} }} |keywords={{#if: {{{seo_keywords|}}} | {{{seo_keywords|}}} }} }}{{DISPLAYTITLE: {{{seo_title|}}} }}{{#if: {{{stub|}}} | {{Stub|type=People|comment={{{stub}}} }} }} {{Infobox_person |title={{{title|}}} |image={{{image|}}} |name={{{name|}}} |romanized={{{romanized|}}} |nationality={{{nationality|}}} |team={{{team|}}} |active_play...")
  • 11:09, 29 September 2023 Couchor talk contribs created page Form:Person (Created page with "<noinclude> This is the "Person" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page. {{#forminput:form=Person|autocomplete on category=People}} </noinclude><includeonly> <div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div> {{{for template|Person}}} <tabber> |-|SEO={| class="formtable" ! SEO Titl...")
  • 14:28, 28 September 2023 Andura talk contribs created page Blizzard Lays off 10 People from Hearthstone Team (Created page with "{{News |seo_title=Blizzard Lays off 10 People from Hearthstone Team |seo_keywords=Blizzard |seo_description=Blizzard Lays off 10 People from Hearthstone Team |image=Activision-blizzard-16466297494x3.jpg |tags=Blizzard |date=2023-09-28T14:23:25.000Z |sources={{NewsSource |source=Game World Observer |url=https://gameworldobserver.com/2023/09/27/blizzard-layoffs-hearthstone-revenue-china |article=Blizzard Lays off 10 People from Hearthstone Team }} |author=Andura |category=...")
  • 14:28, 28 September 2023 Andura talk contribs created page Jim Ryan to Retire (Created page with "{{News |seo_title=Jim Ryan to Retire |seo_keywords=Jim Ryan |seo_description=Jim Ryan to Retire |image=Gaming.png |tags=PlayStation, Sony |date=2023-09-28T14:18:56.000Z |sources={{NewsSource |source=Games Industry |url=https://www.gamesindustry.biz/playstation-ceo-jim-ryan-to-retire |article=Jim Ryan to Retire }} |author=Andura |category=Business,Hires |content=Sony Interactive Entertainment's CEO and president, Jim Ryan, is set to retire from his role, as announced by S...")
  • 14:28, 28 September 2023 Andura talk contribs created page Epic Games VS Apple. Again (Created page with "{{News |seo_title=Epic Games VS Apple. Again |seo_keywords=Epic Games |seo_description=Epic Games VS Apple. Again |image=Epic Games.PNG |tags=Epic Games, Apple |date=2023-09-28T14:12:54.000Z |sources={{NewsSource |source=Games Industry |url=https://www.gamesindustry.biz/epic-files-another-supreme-court-appeal-against-apple |article=Epic Games VS Apple. Again }}{{NewsSource |source=Venture Beat |url=https://venturebeat.com/games/epic-games-v-apple-supreme-court-filing-ant...")
  • 14:28, 28 September 2023 Andura talk contribs created page ESE Partners with Metapro (Created page with "{{News |seo_title=ESE Partners with Metapro |seo_keywords=ESE |seo_description=ESE Partners with Metapro |image=ESE.PNG |tags=ESE, Metapro |date=2023-09-28T14:09:34.000Z |sources={{NewsSource |source=Yahoo |url=https://ca.finance.yahoo.com/news/ese-entertainment-announces-strategic-partnership-134500488.html |article=ESE Partners with Metapro }} |author=Andura |category=Business |content=ESE Entertainment announced a new partnership with Metapro and Poznań Game Arena. P...")
  • 14:28, 28 September 2023 Andura talk contribs created page Russian Players Unpaid by Epic Games (Created page with "{{News |seo_title=Russian Players Unpaid by Epic Games |seo_keywords=Epic Games |seo_description=Russian Players Unpaid by Epic Games |image=Epic Games.PNG |tags=Epic Games, Fortnite |date=2023-09-28T14:07:02.000Z |sources={{NewsSource |source=Twitter |url=https://twitter.com/nexta_tv/status/1707081614482612618?s=20 |article=Russian Players Unpaid by Epic Games }} |author=Andura |category=Drama |content=Fortnite's Russian pro players, Daniil "Рutrick" Abdrakhmanov and E...")
  • 14:28, 28 September 2023 Andura talk contribs created page LEC to Tighten Financial Regulations (Created page with "{{News |seo_title=LEC to Tighten Financial Regulations |seo_keywords=LEC |seo_description=LEC to Tighten Financial Regulations |image=Gaming.png |tags=LEC, Riot Games |date=2023-09-28T14:02:23.000Z |sources={{NewsSource |source=Lolesports |url=https://lolesports.com/article/lec-introduces-sporting-financial-regulations-(sfr)/bltf7b7f07e130f0618 |article=LEC to Tighten Financial Regulations }}{{NewsSource |source=Dexerto |url=https://www.dexerto.com/league-of-legends/lec-...")
  • 14:28, 28 September 2023 Andura talk contribs created page Sidekick Partners with NORD Esports (Created page with "{{News |seo_title=Sidekick Partners with NORD Esports |seo_keywords=Sidekick |seo_description=Sidekick Partners with NORD Esports |image=Gaming.png |tags=Sidekick, NORD |date=2023-09-28T13:57:57.000Z |sources={{NewsSource |source=Esports Insider |url=https://esportsinsider.com/2023/09/sidekick-nord-esports-community-league-of-legends-tournament |article=Sidekick Partners with NORD Esports }} |author=Andura |category=Business |content=Sidequest's Sidekick partnered with N...")
  • 14:28, 28 September 2023 Andura talk contribs created page Counter-Strike 2 is Live (Created page with "{{News |seo_title=Counter-Strike 2 is Live |seo_keywords=Counter-Strike |seo_description=Counter-Strike 2 is Live |image=Csgo.jpg |tags=Counter-Strike |date=2023-09-28T13:54:51.000Z |sources={{NewsSource |source=Gamesradar |url=https://www.gamesradar.com/counter-strike-2-guide/ |article=Counter-Strike 2 is Live }} |author=Andura |category=More |game=Counter Strike |content=Valve announced the official release of Counter-Strike 2, which will serve as both a sequel and a f...")
  • 14:28, 28 September 2023 Andura talk contribs created page BLAST Receives €12.7m Investment (Created page with "{{News |seo_title=BLAST Receives €12.7m Investment |seo_keywords=BLAST |seo_description=BLAST Receives €12.7m Investment |image=BLAST-Premier-Winstrike.jpg |tags=BLAST |date=2023-09-28T13:51:36.000Z |sources={{NewsSource |source=Esports Insider |url=https://esportsinsider.com/2023/09/blast-12m-investment-global-esports-expansion |article=BLAST Receives €12.7m Investment }} |author=Andura |category=Business,Investments |content=BLAST secured a €12.7m investment. T...")
  • 13:26, 27 September 2023 Andura talk contribs created page Vitality Signs Kimmie "Kicks" Laasner (Created page with "{{News |seo_title=Vitality Signs Kimmie "Kicks" Laasner |seo_keywords=Vitality |seo_description=Vitality Signs Kimmie "Kicks" Laasner |image=Valorant-wallpaper-hd-heroscreen.cc-2020-05-27-210642-2-1920x1080.png |tags=Team Vitality |date=2023-09-27T12:47:50.000Z |sources={{NewsSource |source=VLR |url=https://www.vlr.gg/276539/team-vitality-sign-kicks |article=Vitality Signs Kimmie "Kicks" Laasner }} |author=Andura |category=Transfer Market |game=Valorant |content=French s...")
  • 13:26, 27 September 2023 Andura talk contribs created page Chris Metzen is Back (Created page with "{{News |seo_title=Chris Metzen is Back |seo_keywords=Chris Metzen |seo_description=Chris Metzen is Back |image=Activision-blizzard-16466297494x3.jpg |tags=Blizzard |date=2023-09-27T12:47:25.000Z |sources={{NewsSource |source=PC Gamer |url=https://www.pcgamer.com/chris-metzen-returns-to-blizzard-full-time-to-create-the-next-generation-of-adventures-in-world-of-warcraft/ |article=Chris Metzen is Back }} |author=Andura |category=Business,Hires |content=Chris Metzen announce...")
  • 13:26, 27 September 2023 Andura talk contribs created page Aspyr and Saber Interactive Under Fire (Created page with "{{News |seo_title=Aspyr and Saber Interactive Under Fire |seo_keywords=Aspyr |seo_description=Aspyr and Saber Interactive Under Fire |image=Gaming.png |tags=Aspyr, Saber Interactive |date=2023-09-27T12:47:15.000Z |sources={{NewsSource |source=Games Industry |url=https://www.gamesindustry.biz/fans-issue-lawsuit-over-canceled-knights-of-the-old-republic-2-switch-dlc |article=Aspyr and Saber Interactive Under Fire }} |author=Andura |category=Drama |content=Aspyr and Saber I...")
  • 13:26, 27 September 2023 Andura talk contribs created page SteamVR 2.0 Beta Announced (Created page with "{{News |seo_title=SteamVR 2.0 Beta Announced |seo_keywords=Steam |seo_description=SteamVR 2.0 Beta Announced |image=Valve.PNG |tags=Valve, Steam |date=2023-09-27T12:46:57.000Z |sources={{NewsSource |source=IGN |url=https://in.ign.com/steam/194929/news/steamvr-20-beta-announced-by-valve-heres-how-to-be-part-of-it |article=SteamVR 2.0 Beta Announced }} |author=Andura |category=Business |content=Valve announced SteamVR 2.0 Beta. The update brings several new features to the...")
  • 13:26, 27 September 2023 Andura talk contribs created page Luna “ManeschijnX” Akkermans Leaves Prism (Created page with "{{News |seo_title=Luna “ManeschijnX” Akkermans Leaves Prism |seo_keywords=Prism |seo_description=Luna “ManeschijnX” Akkermans Leaves Prism |image=Gaming.png |tags=Prism |date=2023-09-27T12:46:47.000Z |sources={{NewsSource |source=Dot Esports |url=https://dotesports.com/counter-strike/news/female-csgo-pro-leaves-gamerlegion-as-esl-begins-cheating-inquiry |article=Luna “ManeschijnX” Akkermans Leaves Prism }} |author=Andura |category=Drama |game=Counter Strike |...")
  • 13:26, 27 September 2023 Andura talk contribs created page Riot Games X 1,000 Dreams Fund Partnership Announced (Created page with "{{News |seo_title=Riot Games X 1,000 Dreams Fund Partnership Announced |seo_keywords=Riot Games |seo_description=Riot Games X 1,000 Dreams Fund Partnership Announced |image=Gaming.png |tags=Riot Games |date=2023-09-27T12:46:30.000Z |sources={{NewsSource |source=News.Cision |url=https://www.prnewswire.com/news-releases/riot-games-and-1-000-dreams-fund-partner-to-launch-esports-broadcasting-cadetship-for-women-301938912.html |article=Riot Games X 1,000 Dreams Fund Partners...")
  • 13:26, 27 September 2023 Andura talk contribs created page NewJeans Will Perform GODS at League of Legends World Championship (Created page with "{{News |seo_title=NewJeans Will Perform GODS at League of Legends World Championship |seo_keywords=NewJeans |seo_description=NewJeans Will Perform GODS at League of Legends World Championship |image=Worlds23.png |tags=League of Legends |date=2023-09-27T12:46:03.000Z |sources={{NewsSource |source=Dot Esports |url=https://dotesports.com/league-of-legends/news/breaking-newjeans-to-perform-2023-lol-worlds-anthem-gods |article=NewJeans Will Perform GODS at League of Legends W...")
  • 13:26, 27 September 2023 Andura talk contribs created page Brian Cooley joins PlayVS (Created page with "{{News |seo_title=Brian Cooley joins PlayVS |seo_keywords=PlayVS |seo_description=Brian Cooley joins PlayVS |image=Gaming.png |tags=PlayVS |date=2023-09-27T12:45:28.000Z |sources={{NewsSource |source=Esports Insider |url=https://esportsinsider.com/2023/09/brain-cooley-playvs-chief-marketing-officer |article=Brian Cooley joins PlayVS }} |author=Andura |category=Business,Hires |content=Brian Cooley joined PlayVS. He is named as the Chief Marketing Officer. Brian Cooley pre...")
  • 13:26, 27 September 2023 Andura talk contribs created page BLAST Promotes Leo Matlock (Created page with "{{News |seo_title=BLAST Promotes Leo Matlock |seo_keywords=BLAST |seo_description=BLAST Promotes Leo Matlock |image=BLAST-Premier-Winstrike.jpg |tags=BLAST |date=2023-09-27T12:45:19.000Z |sources={{NewsSource |source=Esports Insider |url=https://esportsinsider.com/2023/09/leo-matlock-blast-cbo |article=BLAST Promotes Leo Matlock }}{{NewsSource |source=Linkedin |url=https://www.linkedin.com/posts/leomatlock_very-proud-to-be-blasts-chief-business-officer-activity-711272946...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)