Jump to content

Main public logs

Combined display of all available logs of Flonia Wiki. 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)
  • 09:14, 18 July 2025 Admin talk contribs deleted page Module:Navbar/styles.css (content was: "{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .navbar a >...")
  • 09:13, 18 July 2025 Admin talk contribs deleted page Module:Navbar/configuration (content was: "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal list class...")
  • 09:13, 18 July 2025 Admin talk contribs deleted page Module:Suppress categories (content was: "-- This is a simple module to strip categories from wikitext. It does -- not support nested links or magic words like __TOC__, etc. Even so, -- it should still handle most categories. local p = {} -- Detects if a category link is valid or not. If it is valid, -- the function returns the blank string. If not, the input -- is returned with no changes. local function processCategory( all, submatch ) local beforePipe = mw.ustring.match( submatch, '^(.-)[%s_]*|[%s_]*.-$' )...")
  • 09:13, 18 July 2025 Admin talk contribs deleted page Help:Infobox/user style (content was: "{{{heading| ==Infoboxes and user style == }}} Users can have user CSS that hides<!--, moves, or makes collapsible--> any infoboxes in their own browsers. To hide all infoboxes, add the following to Special:MyPage/common.css (for all skins, or Special:MyPage/skin.css for just the current skin), on a line by itself: <syntaxhighlight lang="css">div.mw-parser-output .infobox { display: none; }</syntaxhighlight> Alternatively, you can add the...")
  • 09:13, 18 July 2025 Admin talk contribs deleted page Module:Text/data (content was: "-- Data required by Module:Text. -- Either Lua string patterns (defined by codepoint) or information about quotes local data = {} data.PatternCJK = mw.ustring.char( 91, 4352, 45, 4607, 11904, 45, 42191, 43072, 45, 43135, 44032, 45, 55215, 63744, 45, 64255, 65072, 45, 65103,...")
  • 09:13, 18 July 2025 Admin talk contribs deleted page Template:Terminate sentence (content was: "{{{1}}}{{#if:{{#invoke:text|sentenceTerminated|{{{1|}}}}}||{{{2|.}}}}}<noinclude>{{documentation}}</noinclude>")
  • 09:13, 18 July 2025 Admin talk contribs deleted page Template:Strong (content was: "<strong {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</strong><noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 09:13, 18 July 2025 Admin talk contribs deleted page Template:Mbox (content was: "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>")
  • 09:11, 18 July 2025 Admin talk contribs deleted page Template:\ (content was: " / <noinclude> {{Documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 09:11, 18 July 2025 Admin talk contribs deleted page Module:Effective protection expiry (content was: "local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview'...")
  • 09:11, 18 July 2025 Admin talk contribs deleted page Module:Effective protection level (content was: "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local level = mw....")
  • 09:11, 18 July 2025 Admin talk contribs deleted page Module:Exponential search (content was: "-- This module provides a generic exponential search algorithm. requirestrict local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, upper) return floor(lower + (upper - lower) / 2) end local function search(testFunc, i, lower, upper) if testFunc(i) then if i + 1 == upper then return i end lower = i if upper then i = midPoint(lower, upper) else i = i * 2 end return search(testFunc, i, lower, upp...")
  • 09:11, 18 July 2025 Admin talk contribs deleted page Module:File link (content was: "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in '%s' pa...")
  • 09:11, 18 July 2025 Admin talk contribs deleted page Template:Tl (content was: "#REDIRECT Template:Template link {{Redirect category shell| {{R from move}} }}")
  • 09:11, 18 July 2025 Admin talk contribs deleted page Template:Smaller (content was: "#REDIRECT Template:Small {{r from merge}}")
  • 09:10, 18 July 2025 Admin talk contribs deleted page Module:Message box/doc (Mass deletion of recently added pages) Tag: Nuke
  • 09:08, 18 July 2025 Admin talk contribs deleted page Module:Message box/configuration (content was: "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-speedy',...")
  • 09:08, 18 July 2025 Admin talk contribs deleted page Template:Ifsubst (content was: "{{ safesubst:<noinclude/>#if:{{{demo|}}} |{{ safesubst:<noinclude/>#ifeq:{{{demo}}} |no |{{{no|{{{2|}}}}}} |{{{yes|{{{1|}}}}}} }} |{{ safesubst:<noinclude/>#ifeq:{{ safesubst:<noinclude/>NAMESPACE}}|{{NAMESPACE}} |{{{no|{{{2|}}}}}} |{{{yes|{{{1|}}}}}} }}}}<noinclude> {{Documentation}} </noinclude>")
  • 09:08, 18 July 2025 Admin talk contribs deleted page Template:Yesno (content was: "{{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |f |false |off |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |t |true |on |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude> {{Documentation}} </noinclude>")
  • 09:07, 18 July 2025 Admin talk contribs deleted page Template:Main other (content was: "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>")
  • 09:07, 18 July 2025 Admin talk contribs deleted page Template:Both (content was: "{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{SAFESUBST:<noinclude />#if:{{{2|}}}|1}}}}<noinclude> {{documentation}} </noinclude>")
  • 09:07, 18 July 2025 Admin talk contribs deleted page Template:Nobold (content was: "<templatestyles src="Nobold/styles.css"/><span class="nobold">{{{1}}}</span><noinclude> {{documentation}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>")
  • 09:07, 18 July 2025 Admin talk contribs deleted page Template:Nobold/styles.css (content was: "{{pp-template}}: Styling for Template:Nobold: .nobold { font-weight: normal; }")
  • 09:07, 18 July 2025 Admin talk contribs deleted page Template:Hlist (content was: "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 09:07, 18 July 2025 Admin talk contribs deleted page Template:Br separated entries (content was: "{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|br}}<noinclude> {{documentation}} </noinclude>")
  • 09:06, 18 July 2025 Admin talk contribs deleted page Module:Infobox (content was: "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s' },...")
  • 09:06, 18 July 2025 Admin talk contribs deleted page Module:Hatnote (Mass deletion of recently added pages) Tag: Nuke
  • 09:06, 18 July 2025 Admin talk contribs deleted page Template:Module rating/protected (Mass deletion of recently added pages) Tag: Nuke
  • 09:06, 18 July 2025 Admin talk contribs deleted page Module:Hatnote/doc (Mass deletion of recently added pages) Tag: Nuke
  • 09:06, 18 July 2025 Admin talk contribs deleted page Module:Text (Mass deletion of recently added pages) Tag: Nuke
  • 09:05, 18 July 2025 Admin talk contribs deleted page Module:Protection banner (Mass deletion of recently added pages) Tag: Nuke
  • 09:04, 18 July 2025 Admin talk contribs deleted page Module:Arguments (content was: "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string' then...")
  • 09:04, 18 July 2025 Admin talk contribs deleted page Template:Module rating (Mass deletion of recently added pages) Tag: Nuke
  • 09:04, 18 July 2025 Admin talk contribs deleted page Module:InfoboxImage (content was: "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if the image...")
  • 09:04, 18 July 2025 Admin talk contribs deleted page Template:Nowrap (content was: "<span class="nowrap">{{{1}}}</span><noinclude> {{documentation}} <!-- Categories go on the /doc page; interwikis go to Wikidata. --> </noinclude>")
  • 09:04, 18 July 2025 Admin talk contribs deleted page Module:String (content was: "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error conditio...")
  • 09:03, 18 July 2025 Admin talk contribs deleted page Module:Check for unknown parameters (content was: "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list require ('strict'); local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the or...")
  • 09:03, 18 July 2025 Admin talk contribs deleted page Template:Unbulleted list (content was: "{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 09:03, 18 July 2025 Admin talk contribs deleted page Module:Yesno (content was: "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val == 'true...")
  • 09:03, 18 July 2025 Admin talk contribs deleted page Module:Lang/ISO 639 synonyms (content was: "-- File-Date: 2013-01-11 return { ["aar"] = "aa", ["abk"] = "ab", ["afr"] = "af", ["aka"] = "ak", ["amh"] = "am", ["ara"] = "ar", ["arg"] = "an", ["asm"] = "as", ["ava"] = "av", ["ave"] = "ae", ["aym"] = "ay", ["aze"] = "az", ["bak"] = "ba", ["bam"] = "bm", ["bel"] = "be", ["ben"] = "bn", ["bih"] = "bh", ["bis"] = "bi", ["bod"] = "bo", ["bos"] = "bs", ["bre"] = "br", ["bul"] = "bg", ["cat"] = "ca", ["ces"] = "cs", ["cha"] = "ch", ["che"] = "ce", ["chu...")
  • 09:02, 18 July 2025 Admin talk contribs deleted page Template:Module other (Mass deletion of recently added pages) Tag: Nuke
  • 09:02, 18 July 2025 Admin talk contribs deleted page Template:Cascade-protected template (Mass deletion of recently added pages) Tag: Nuke
  • 09:01, 18 July 2025 Admin talk contribs deleted page Module:High-use (Mass deletion of recently added pages) Tag: Nuke
  • 08:59, 18 July 2025 Admin talk contribs deleted page Template:Infobox/doc (Mass deletion of recently added pages) Tag: Nuke
  • 08:56, 18 July 2025 Admin talk contribs deleted page Module:Message box (Mass deletion of recently added pages) Tag: Nuke
  • 08:47, 18 July 2025 Admin talk contribs deleted page Module:Infobox/styles.css (Mass deletion of recently added pages) Tag: Nuke
  • 08:45, 18 July 2025 Admin talk contribs deleted page Module:Documentation (Mass deletion of recently added pages) Tag: Nuke
  • 08:43, 18 July 2025 Admin talk contribs deleted page Module:Parameter names example (Mass deletion of recently added pages) Tag: Nuke
  • 08:41, 18 July 2025 Admin talk contribs deleted page Module:Documentation/styles.css (Mass deletion of recently added pages) Tag: Nuke
  • 08:41, 18 July 2025 Admin talk contribs deleted page Module:Transclusion count/data/T (Mass deletion of recently added pages) Tag: Nuke
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)