All public logs
Jump to navigation
Jump to search
Combined display of all available logs of TotalFreedom Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:41, 21 August 2023 Deauthorized talk contribs created page TotalFreedom Wiki:User groups (init perms page)
- 18:13, 21 August 2023 Deauthorized talk contribs created page Module:Submit an edit request/config (Created page with "-- This module contains configuration data for Module:Submit an edit request. return { -------------------------------------------------------------------------------- -- Messages -------------------------------------------------------------------------------- -- The default display value for edit requests. ['default-display-value'] = 'Submit an edit request', -- The template that stores the edit request preload text ['preload-template'] = 'Template:Submit an edi...")
- 18:10, 21 August 2023 Deauthorized talk contribs created page Module:Redirect (Created page with "-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it isn't a -- redi...")
- 18:10, 21 August 2023 Deauthorized talk contribs created page Module:Submit an edit request (copy from enwiki)
- 18:07, 21 August 2023 Deauthorized talk contribs created page Template:Done/See also (Created page with "All icons are as follows: * {{respond|icon=greencheck|text=greencheck}} * {{respond|icon=greencheck2|text=greencheck2}} * {{respond|icon=blackcheck|text=blackcheck}} * {{respond|icon=yellowcheck|text=yellowcheck}} * {{respond|icon=bluecheck|text=bluecheck}} * {{respond|icon=bluecheck2|text=bluecheck2}} * {{respond|icon=xmark|text=xmark}} * {{respond|icon=xmark2|text=xmark2}} * {{respond|icon=minus|text=minus}} * {{respond|icon=greenplus|text=greenplus}} * {{respond|icon...")
- 17:31, 21 August 2023 User account Allink talk contribs was created
- 17:29, 21 August 2023 Video talk contribs created page 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:21, 21 August 2023 Video talk contribs created page File:Adminworld screenshot from 01-11-2014.png
- 17:21, 21 August 2023 Video talk contribs uploaded File:Adminworld screenshot from 01-11-2014.png
- 17:21, 21 August 2023 Video talk contribs created page File:Adminworld screenshot from 12-06-2013.jpg (Taken by inFAmas97)
- 17:21, 21 August 2023 Video talk contribs uploaded File:Adminworld screenshot from 12-06-2013.jpg (Taken by inFAmas97)
- 17:01, 21 August 2023 Video talk contribs created page File:Adminworld from January 2015 Render.png
- 17:01, 21 August 2023 Video talk contribs uploaded File:Adminworld from January 2015 Render.png
- 16:50, 21 August 2023 Video talk contribs created page File:Adminworld screenshot from 11-03-2013.png (Originally posted by ImALuckyGuy)
- 16:50, 21 August 2023 Video talk contribs uploaded File:Adminworld screenshot from 11-03-2013.png (Originally posted by ImALuckyGuy)
- 15:04, 21 August 2023 Video talk contribs created page File:Adminworld from April 2020 Render.png
- 15:04, 21 August 2023 Video talk contribs uploaded File:Adminworld from April 2020 Render.png
- 13:39, 21 August 2023 Video talk contribs created page File:Brehme.png
- 13:39, 21 August 2023 Video talk contribs uploaded File:Brehme.png
- 13:39, 21 August 2023 Video talk contribs created page Community:BrehmeHasAHotAss (Oh god, here we go)
- 09:53, 21 August 2023 Video talk contribs created page 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>")
- 23:58, 20 August 2023 Deauthorized talk contribs created page Template:Pp (create pp template)
- 20:57, 20 August 2023 Video talk contribs created page 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:44, 20 August 2023 Video talk contribs created page 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:44, 20 August 2023 Video talk contribs created page 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. -- --...")
- 20:43, 20 August 2023 Video talk contribs created page 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...")
- 20:40, 20 August 2023 Video talk contribs created page 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]' }")
- 20:38, 20 August 2023 Video talk contribs created page 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...")
- 20:38, 20 August 2023 Video talk contribs created page Module:Category handler/config (borrowed)
- 20:37, 20 August 2023 Video talk contribs created page 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(...")
- 20:36, 20 August 2023 Video talk contribs created page Module:Category handler ("borrowed")
- 20:35, 20 August 2023 Video talk contribs created page 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:23, 20 August 2023 Deauthorized talk contribs created page Template:Respond/doc (Created page with "{{Respond}} == Usage == This template can be used to format standard response templates, so that they have a consistent appearance and centralised styling. Most templates listed at Template:Done/See also are good candidates to use this template. The template currently supports 26 standard icon images and any custom image can be chosen aswell. It will then add following text in bold. The icon will have a default size of 18px, but this can be changed. <includeonly>{{...")
- 20:22, 20 August 2023 Deauthorized talk contribs created page Template:Respond (copy from enwiki)
- 20:16, 20 August 2023 Deauthorized talk contribs created page Template:Not done (copy from enwiki)
- 20:15, 20 August 2023 Video talk contribs created page Template:To do (Kindly "borrowed" from Wikipedia)
- 20:14, 20 August 2023 Deauthorized talk contribs created page Template:Done (copy from enwiki)
- 20:14, 20 August 2023 Video talk contribs created page Template:Sp (Created page with "<includeonly> </includeonly><noinclude> {{Documentation}} </noinclude>")
- 16:37, 20 August 2023 Deauthorized talk contribs created page User talk:Telesphoreo (Mediawiki namespace: new section) Tag: New topic
- 07:08, 20 August 2023 Telesphoreo talk contribs protected MediaWiki:Sitenotice [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) Tags: Mobile edit Mobile web edit Advanced mobile edit
- 03:47, 20 August 2023 Telesphoreo talk contribs created page MediaWiki:Sitenotice (Created page with "Test") Tags: Mobile edit Mobile web edit Advanced mobile edit
- 22:47, 19 August 2023 Video talk contribs created page 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:07, 19 August 2023 Video talk contribs created page 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...")
- 17:16, 19 August 2023 User account Telesphoreo User talk contribs was created
- 13:16, 19 August 2023 Deauthorized talk contribs created page Community talk:Telesphoreo (Telesphoreo: new section) Tag: New topic
- 04:32, 19 August 2023 Telesphoreo talk contribs created page Module:DisplayTitle (Created page with "local p = {} function p.set(frame) return mw.ext.displaytitle.set(frame.args[1]) end function p.get(frame) return mw.ext.displaytitle.get(frame.args[1]) end return p")
- 03:46, 19 August 2023 User account Ivan talk contribs was created Tags: Mobile edit Mobile web edit
- 03:02, 19 August 2023 Telesphoreo talk contribs (log details removed) (Unacceptable username) Tags: Mobile edit Mobile web edit Advanced mobile edit
- 02:36, 19 August 2023 User account Fleek talk contribs was created
- 02:35, 19 August 2023 User account (username removed) was created