All public logs
From sanctions
Combined display of all available logs of sanctions. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:37, 7 April 2022 Zoran talk contribs created page Template:Unbulleted indent list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted|list_style=margin-left:{{{in|{{{indent|1em}}}}}};text-indent:-{{{in|{{{indent|1em}}}}}}}}<noinclude> {{documenta...")
- 15:36, 7 April 2022 Zoran talk contribs created page Module:List (Created page with "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = requ...")
- 15:36, 7 April 2022 Zoran talk contribs created page Module:Exponential search (Created page with "-- This module provides a generic exponential search algorithm. local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, up...")
- 15:35, 7 April 2022 Zoran talk contribs created page Module:TableTools (Created page with "------------------------------------------------------------------------------------ -- TableTools -- --...")
- 15:34, 7 April 2022 Zoran talk contribs created page Template:Indented plainlist (Created page with "<div class="plainlist {{{class|}}}" style="margin-left:{{{in|{{{indent|1em}}}}}};text-indent:-{{{in|{{{indent|1em}}}}}};{{{style|}}}">{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclud...")
- 14:33, 4 April 2022 Zoran talk contribs created page Module:Citation/CS1/Suggestions (Created page with "-- Please insert new suggestions in alphabetical order -- The form is ['incorrect'] = 'correct', suggestions = { ['ASIN-TLD'] = 'asin-tld', -- old parameter name...")
- 14:06, 4 April 2022 Zoran talk contribs created page Module:Citation/CS1/COinS (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, remove_wiki_...")
- 14:05, 4 April 2022 Zoran talk contribs created page Module:Citation/CS1/Utilities (Created page with "local z = { error_cats_t = {}; -- for categorizing citations that contain errors error_ids_t = {}; -- list of error identifiers; used to prevent...")
- 14:05, 4 April 2022 Zoran talk contribs created page Module:Citation/CS1/Identifiers (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message,...")
- 14:04, 4 April 2022 Zoran talk contribs created page Module:Citation/CS1/Date validation (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitu...")
- 14:03, 4 April 2022 Zoran talk contribs created page Module:Citation/CS1/Whitelist (Created page with "--[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, w...")
- 14:02, 4 April 2022 Zoran talk contribs created page Module:Citation/CS1/Configuration (Created page with "--[[--------------------------< U N C A T E G O R I Z E D _ N A M E S P A C E S >------------------------------ List of namespaces that should not be included in citation err...")
- 14:01, 4 April 2022 Zoran talk contribs created page Module:Citation/CS1 (Created page with "require ('Module:No globals'); --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- each of these counts against t...")
- 14:00, 4 April 2022 Zoran talk contribs created page Template:Citation (Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=citation }}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 18:44, 30 March 2022 Zoran talk contribs changed the content model of the page Template:TOC limit/styles.css from "wikitext" to "Sanitized CSS" (Styling related page)
- 18:41, 30 March 2022 Zoran talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation...")
- 18:41, 30 March 2022 Zoran talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('M...")
- 18:40, 30 March 2022 Zoran talk contribs created page Module:Category handler (Created page with "-------------------------------------------------------------------------------- -- -- --...")
- 18:39, 30 March 2022 Zoran talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- --...")
- 18:37, 30 March 2022 Zoran talk contribs created page Module:Message box (Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary mo...")
- 18:37, 30 March 2022 Zoran talk contribs created page Module:Module wikitext (Created page with "local p = {} p.text = '' function p.main() return p.text end function p._addText(text, preprocessFrame) if preprocessFrame ~= false then text = (preprocessFrame or mw.g...")
- 18:36, 30 March 2022 Zoran talk contribs created page Module:Documentation/styles.css (Created page with "{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0;...")
- 18:35, 30 March 2022 Zoran talk contribs created page Module:If preview/styles.css (Created page with "{{pp|small=yes}}: .preview-warning { font-style: italic; @noflip: padding-left: 1.6em; margin-bottom: 0.5em; color: red; } /* The templatestyles element insert...")
- 18:34, 30 March 2022 Zoran talk contribs created page Module:If preview/configuration (Created page with "--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_previ...")
- 18:34, 30 March 2022 Zoran talk contribs created page Module:If preview (Created page with "local p = {} local cfg = mw.loadData('Module:If preview/configuration') --[[ main This function returns either the first argument or second argument passed to this module,...")
- 18:33, 30 March 2022 Zoran talk contribs created page Module:Check for unknown parameters (Created page with "-- 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 local p...")
- 18:27, 30 March 2022 Zoran talk contribs changed the content model of the page Template:Blockquote/styles.css from "wikitext" to "Sanitized CSS" (Styling related page)
- 18:18, 30 March 2022 Zoran talk contribs changed the content model of the page Template:TOC right/styles.css from "wikitext" to "Sanitized CSS" (Styling related page)
- 15:38, 29 March 2022 Zoran talk contribs created page Module:Protection banner/config (Created page with "-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- --...")
- 15:37, 29 March 2022 Zoran talk contribs created page Module:Effective protection expiry (Created page with "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...")
- 15:36, 29 March 2022 Zoran talk contribs created page Module:Effective protection level (Created page with "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. functi...")
- 15:35, 29 March 2022 Zoran talk contribs created page Module:Arguments (Created page with "-- 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...")
- 15:34, 29 March 2022 Zoran talk contribs created page Module:Yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki...")
- 15:33, 29 March 2022 Zoran talk contribs created page Module:File link (Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} funct...")
- 15:33, 29 March 2022 Zoran talk contribs created page Module:No globals (Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newi...")
- 15:30, 29 March 2022 Zoran talk contribs created page Module:Protection banner (Created page with "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('Module...")
- 14:49, 29 March 2022 Zoran talk contribs reverted File:Check-saira-green.svg to an old version (Reverted to version as of 16:13, 24 March 2022 (UTC))
- 14:45, 29 March 2022 Zoran talk contribs uploaded a new version of File:Check-saira-green.svg (Try to fix)