Revision as of 12:46, 30 April 2024 by Couchor(talk | contribs)(Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) end function p.temp(frame) local args = getArgs(frame) local currentTitle = mw.title.getCurrentTitle().text local currentTitleSplit = mw.text.split(currentTitle, '/') local game = currentTitleSplit[1] local div = mw.html.create('div') local org = args.org and (' is the ' .. game .. ' team of Companies/' .. args.org .. '') or ' a ' .. game .. ' team' local founde...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.