All public logs
From TowersWiki
Combined display of all available logs of TowersWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:11, 25 February 2024 Administrator talk contribs deleted page Module:Namespace detect/config (content was: "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
- 21:10, 25 February 2024 Administrator talk contribs deleted page Module:Category handler/data (content was: "-- 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( title....")
- 21:10, 25 February 2024 Administrator talk contribs deleted page Module:Category handler/config (content was: "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -----------------------------------...")
- 21:10, 25 February 2024 Administrator talk contribs deleted page Module:Category handler/shared (content was: "-- 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 require...")
- 21:09, 25 February 2024 Administrator talk contribs deleted page Module:Category handler/blacklist (content was: "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The userbox "temp...")
- 21:09, 25 February 2024 Administrator talk contribs deleted page Module:Template link general (content was: "-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(s) loc...")
- 21:09, 25 February 2024 Administrator talk contribs deleted page Template:Template link with link off (content was: "<includeonly>{{#Invoke:Template link general|main|nowrap=yes|nolink=yes}}</includeonly><noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlf}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
- 21:09, 25 February 2024 Administrator talk contribs deleted page Module:Transclusion count/data/C (content was: "return { ["C"] = 673000, ["C-Class"] = 17000, ["C-SPAN"] = 13000, ["C-cmn"] = 2300, ["C-pl"] = 51000, ["C."] = 4600, ["CAN"] = 20000, ["CANelec"] = 15000, ["CANelec/gain"] = 2800, ["CANelec/hold"] = 5100, ["CANelec/source"] = 7400, ["CANelec/top"] = 6700, ["CANelec/total"] = 6700, ["CAS"] = 3800, ["CBB_Standings_End"] = 15000, ["CBB_Standings_Entry"] = 15000, ["CBB_Standings_Start"] = 15000, ["CBB_Yearly_Record_End"] = 3100, ["CBB_Yearly_Record_Entry"] = 3200, ["CBB_Yearly_Reco...")
- 21:09, 25 February 2024 Administrator talk contribs deleted page Module:Category handler/doc (content was: "{{Used in system}} {{Module rating|p}} {{Lua|Module:Category handler/data|Module:Category handler/shared|Module:Category handler/blacklist|Module:Yesno|Module:Arguments}} This module implements the {{tl|category handler}} template. The category handler template helps other templates to automate both categorization and category suppression. For information about using the category handler template in other templates, please see the '''Templa...")
- 21:09, 25 February 2024 Administrator talk contribs deleted page Module:Transclusion count/data/Y (content was: "return { ["Y"] = 6500, ["YEAR"] = 82000, ["YUG"] = 2100, ["YYYY_beginnings_or_endings_category_header"] = 4000, ["YYYY_beginnings_or_endings_category_header/core"] = 4000, ["YYYY_crimes_in_countryname_category_header"] = 3200, ["YYYY_crimes_in_countryname_category_header/inner_core"] = 3200, ["YYYY_crimes_in_countryname_category_header/outer_core"] = 3200, ["YYYY_disasters_in_countryname_category_header"] = 2900, ["YYYY_disasters_in_countryname_category_header/inner_core"] = 29...")
- 21:09, 25 February 2024 Administrator talk contribs deleted page Module:Yesno/doc (content was: "{{used in system}} {{Module rating|protected}} This module provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>true</code> and <code>false</code> boolean values, wikicode templates can only express boolean values through strings such as "yes", "no", etc. This module processes these kinds of strings and turns them into boolean input for Lua to process. It also returns <code>nil</code> values as <code>nil</code>, to all...")
- 21:08, 25 February 2024 Administrator talk contribs deleted page Template:FULLROOTPAGENAME (content was: "{{ safesubst:<noinclude/>#if: {{ safesubst:<noinclude/>Ns has subpages | {{ safesubst:<noinclude/>#if:{{{1|}}}|{{ safesubst:<noinclude/>NAMESPACE:{{{1}}}}}|{{ safesubst:<noinclude/>NAMESPACE}}}} }} | {{ safesubst:<noinclude/>#titleparts:{{ safesubst:<noinclude/>#if:{{{1|}}}|{{{1}}}|{{ safesubst:<noinclude/>FULLPAGENAME}}}}|1}} | {{ safesubst:<noinclude/>#if:{{{1|}}}|{{{1}}}|{{ safesubst:<noinclude/>FULLPAGENAME}}}} }}<noinclude> {{documentation}} </noinclude>")
- 21:08, 25 February 2024 Administrator talk contribs deleted page Template:Ns has subpages (content was: "{{<includeonly>safesubst:</includeonly>#invoke:Ns has subpages|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 21:08, 25 February 2024 Administrator talk contribs deleted page Module:Ns has subpages (content was: "-- This module implements Template:Ns has subpages. -- While the template is fairly simple, this information is made available to -- Lua directly, so using a module means that we don't have to update the -- template as new namespaces are added. local p = {} function p._main(ns, frame) -- Get the current namespace if we were not passed one. if not ns then ns = mw.title.getCurrentTitle().namespace end -- Look up the namespace table from mw.site.namespaces. This shoul...")
- 21:08, 25 February 2024 Administrator talk contribs deleted page Template:Fmbox (content was: "{{#invoke:Message box|fmbox|plainlinks={{{plainlinks|yes}}}}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
- 21:07, 25 February 2024 Administrator talk contribs deleted page Template:Editnotice (content was: "{{#ifeq:{{FULLROOTPAGENAME}}|Template:Editnotices |{{Editnotice/notice |expiry={{{expiry|¬}}} |redirect={{{redirect|}}} }} }}{{#ifexpr:{{#ifeq:{{FULLROOTPAGENAME}}|Template:Editnotices |1 |0 }}+{{#switch:{{{expiry|¬}}} |indefinite = 1 | |¬ = 1 <!-- Expiry not specified --> |#default = {{#iferror:{{#time:U|{{{expiry}}}}} |0 <!-- Invalid expiry time --> |{{#ifexpr:{{#time:U|{{{expiry}}}}}-{{#time:U|{{CURRENTTIMESTAMP}}}}>0 |1 <!-- Notice...")
- 20:56, 25 February 2024 Administrator talk contribs imported Template:Editnotice by file upload (1 revision)
- 20:56, 25 February 2024 Administrator talk contribs imported Template:Fmbox by file upload (1 revision)
- 20:56, 25 February 2024 Administrator talk contribs imported Module:Ns has subpages by file upload (1 revision)
- 20:56, 25 February 2024 Administrator talk contribs imported Template:Ns has subpages by file upload (1 revision)
- 20:56, 25 February 2024 Administrator talk contribs imported Template:FULLROOTPAGENAME by file upload (1 revision)
- 20:56, 25 February 2024 Administrator talk contribs imported MediaWiki:Common.css by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Yesno/doc by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Transclusion count/data/Y by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Category handler/doc by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Transclusion count/data/C by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Template:Tlf by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Template:Template link with link off by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Template link general by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Category handler/blacklist by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Category handler/shared by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Category handler/config by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Category handler/data by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Namespace detect/config by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Namespace detect/data by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Namespace detect by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Message box/configuration/doc by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Message box/doc by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Message box/cmbox.css by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Message box/imbox.css by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Message box/ambox.css by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Message box/fmbox.css by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Message box/ombox.css by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Message box/tmbox.css by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Uses TemplateStyles/config by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Uses TemplateStyles by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Template:Uses TemplateStyles by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Template:Used in system by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Module:Transclusion count/data/M by file upload (1 revision)
- 20:52, 25 February 2024 Administrator talk contribs imported Template:Module rating by file upload (1 revision)