User contributions for Video
Jump to navigation
Jump to search
25 August 2023
- 00:0000:00, 25 August 2023 diff hist +27 N Luke Video moved page Luke to Community:PHR: pages about members of the community should be in the Community namespace current Tag: New redirect
- 00:0000:00, 25 August 2023 diff hist 0 m Community:PHR Video moved page Luke to Community:PHR: pages about members of the community should be in the Community namespace
24 August 2023
- 00:4700:47, 24 August 2023 diff hist +699 N Plugin:DisdFreedom Created page with "{{PluginTemplate|status=Inactive|github=[https://github.com/jrfa/DisdFreedom Archive]|license=N/A}} '''DisdFreedom''' was a plugin developed from January 2013 to August 2013 by disaster839 which extended the functionality of the TotalFreedomMod to add more features. Many features were initially introduced to the server through this plugin, including (but not limited to) the adminworld, jumppads, and pl..."
23 August 2023
- 00:4100:41, 23 August 2023 diff hist +79 m Adminworld No edit summary
22 August 2023
- 15:5415:54, 22 August 2023 diff hist +351 Community talk:VideoGameSm12 →Should this article be renamed?: Reply Tag: Reply
21 August 2023
- 22:5422:54, 21 August 2023 diff hist +142 Talk:Exploits No edit summary current
- 22:5422:54, 21 August 2023 diff hist −13 Exploits No edit summary
- 17:5517:55, 21 August 2023 diff hist +1,988 Adminworld No edit summary
- 17:3617:36, 21 August 2023 diff hist +106 Community:VideoGameSm12 No edit summary
- 17:3217:32, 21 August 2023 diff hist −1 Adminworld No edit summary
- 17:2917:29, 21 August 2023 diff hist +2,543 N Adminworld Created page with "thumbnail|Isometric render of the second iteration, which was the most well-known due to its longevity. The '''adminworld''' was a special world for admins that was added to the server in early 2013 and continued to exist until the server's closure on August 17, 2023. The concept was suggested on the forums by buildcarter8 on February 6, 2013 and was implemented shortly afterwards. Since then, the..."
- 17:2117:21, 21 August 2023 diff hist 0 N File:Adminworld screenshot from 01-11-2014.png No edit summary
- 17:2117:21, 21 August 2023 diff hist +32 N File:Adminworld screenshot from 12-06-2013.jpg Taken by inFAmas97
- 17:0117:01, 21 August 2023 diff hist 0 N File:Adminworld from January 2015 Render.png No edit summary
- 16:5016:50, 21 August 2023 diff hist +46 N File:Adminworld screenshot from 11-03-2013.png Originally posted by ImALuckyGuy
- 15:3315:33, 21 August 2023 diff hist 0 Community:KM Galahad Correction
- 15:0415:04, 21 August 2023 diff hist 0 N File:Adminworld from April 2020 Render.png No edit summary
- 13:4413:44, 21 August 2023 diff hist +1 Community:BrehmeHasAHotAss No edit summary
- 13:4013:40, 21 August 2023 diff hist +10 Community:BrehmeHasAHotAss No edit summary
- 13:3913:39, 21 August 2023 diff hist +825 N Community:BrehmeHasAHotAss Oh god, here we go
- 13:2413:24, 21 August 2023 diff hist +44 Template:PlayerTemplate Cracked usernames can now be optionally included in pages in case the user had a history under them
- 13:1613:16, 21 August 2023 diff hist 0 Template:Content warning No edit summary current
- 09:5309:53, 21 August 2023 diff hist +339 N Template:Content warning Created page with "{{Ambox | name = Content warning | type = speedy | text = '''My god, what are you doing?'''<br>This article contains content that some may find offensive or inappropriate. Reader discretion is advised.<br>Specifically: {{{explanation|'''Enter a brief overview of the content in question.'''}}} }} <noinclude> {{Documentation}} </noinclude>"
20 August 2023
- 20:5920:59, 20 August 2023 diff hist −3 Template:Conflict of interest No edit summary
- 20:5720:57, 20 August 2023 diff hist +425 N Template:Conflict of interest Created page with "{{Ambox | name = Conflict of interest | type = notice | text = '''A major contributor to this article may have close connections to the subject matter.'''<br>Contents of the article may be biased for or against specific persons, places, or people. See [[{{TALKPAGENAME}}|its talk page]] for more information.<br>Specifically: {{{explanation|''Enter a brief explanation here.''}}} }} <noinclude> {{Documentation}} </noinclude>"
- 20:4420:44, 20 August 2023 diff hist +2,230 N Module:Message box/ambox.css Created page with "→{{pp|small=y}}: .ambox { border: 1px solid #a2a9b1; →@noflip: border-left: 10px solid #36c; →Default "notice" blue: background-color: #fbfbfb; box-sizing: border-box; } →Single border between stacked boxes. Take into account base templatestyles, * user styles, and Template:Dated maintenance category. * remove link selector when T200206 is fixed: .ambox + link + .ambox, .ambox + link + style + .ambox, .ambox + link + link + .ambox, /* TODO: rais..."
- 20:4420:44, 20 August 2023 diff hist +3,545 N Module:Namespace detect/config Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --..." current
- 20:4320:43, 20 August 2023 diff hist +2,569 N Module:Namespace detect/data Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function..." current
- 20:4020:40, 20 August 2023 diff hist +142 N Module:Category handler/blacklist Created page with "return { '^Main Page$', -- don't categorise the main page. '^User:UBX%f[/\0]', -- The userbox "template" space. '^User talk:UBX%f[/\0]' }" current
- 20:3820:38, 20 August 2023 diff hist +888 N Module:Category handler/shared Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return..." current
- 20:3820:38, 20 August 2023 diff hist +5,755 N Module:Category handler/config borrowed current
- 20:3720:37, 20 August 2023 diff hist +631 N Module:Category handler/data Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(..." current
- 20:3620:36, 20 August 2023 diff hist +7,871 N Module:Category handler "borrowed" current
- 20:3520:35, 20 August 2023 diff hist −96 Template:Ambox We'll do the category stuff later then
- 20:3520:35, 20 August 2023 diff hist +242 N Template:Ambox Created page with "{{#invoke:Message box|ambox}}{{#ifeq:{{{small}}};{{NAMESPACENUMBER}}|left;0|Category:Articles using small message boxes}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>"
- 20:1520:15, 20 August 2023 diff hist +3,556 N Template:To do Kindly "borrowed" from Wikipedia current
- 20:1420:14, 20 August 2023 diff hist +74 N Template:Sp Created page with "<includeonly> </includeonly><noinclude> {{Documentation}} </noinclude>" current
19 August 2023
- 22:4722:47, 19 August 2023 diff hist +153 N Template:Mbox Created page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>"
- 22:0722:07, 19 August 2023 diff hist +2,666 N TotalFreedom Wiki:Todo Created page with "As the wiki is currently still being built, this is a list of things that need to be done. It ranges from documenting certain historical events to setting up guidelines to enforce in all pages. == Policies == A series of guidelines and editing policies needs to be set up and fleshed out. Good ideas for policies include: * '''Required neutrality in articles'''<br>The primary goal of the wiki is to document the community and its platforms in a completely neutral manner. A..."
18 August 2023
- 22:2322:23, 18 August 2023 diff hist +8 Community:KimtheRocketMan No edit summary
- 22:1022:10, 18 August 2023 diff hist +31 Community:EpsilonBot No edit summary Tag: Visual edit: Switched
- 21:2921:29, 18 August 2023 diff hist +4 Community:Lyicx Undo revision 427 by Phrman (talk) Tag: Undo
- 18:5718:57, 18 August 2023 diff hist +103 Community:Wild1145 No edit summary Tag: Visual edit: Switched
- 18:4618:46, 18 August 2023 diff hist +20 2017 UYScutix Revolution No edit summary Tag: Visual edit
- 18:4518:45, 18 August 2023 diff hist +367 m Community:KM Galahad No edit summary Tag: Visual edit
- 06:3706:37, 18 August 2023 diff hist +215 Community:KM Galahad No edit summary
- 06:3506:35, 18 August 2023 diff hist +672 N Community:KM Galahad Created page with "{{PlayerTemplate|title=KM_Galahad|date_joined=2014|rank=Senior Admin|image=KM_Galahad.png}} '''KM_Galahad''' was a former Senior Admin who was suspended along with several others on October 15, 2017 for her role in the UYScutix Revolution. In July 2021, a massive collection of TotalFreedom screenshots and client logs from 2014 to 2016 was uncovered on old hard drives belonging to her and subsequently dumped in what is now known as the Galahad Gigadump. Despite n..." Tag: Visual edit
- 06:0606:06, 18 August 2023 diff hist −8 2017 UYScutix Revolution No edit summary Tag: Visual edit
- 05:5505:55, 18 August 2023 diff hist +100 N Community:EpsilonBot Created page with "'''EpsilonBot''' was a player bot created by '''hhhzzzsss''' to build schematics and custom map art." Tag: Visual edit
- 05:4405:44, 18 August 2023 diff hist −179 2017 UYScutix Revolution No edit summary Tag: Visual edit