All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Thadar En. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:41, 25 August 2022 Oa10712 talk contribs created page Template:Collapse top (Created page with "<div style="margin-left:{{{indent|0}}}"><!-- NOTE: width renders incorrectly if added to main STYLE section --> {| <!-- Template:Collapse top --> class="mw-collapsible {{<incl...")
- 13:41, 25 August 2022 Oa10712 talk contribs created page Template:Collapse bottom (Created page with "<includeonly>|}</div></includeonly><noinclude> {{Documentation|Template:Collapse top/doc}} <!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANK...")
- 13:40, 25 August 2022 Oa10712 talk contribs created page Template:Collapse (Created page with "{| <!-- Template:Collapse --> class="mw-collapsible {{#switch:{{lc:{{{expand|no}}}}}|uncollapse|uncollapsed|expand|expanded|yes|y=mw-uncollapsed|#default=mw-collapsed}} {{{cla...")
- 13:39, 25 August 2022 Oa10712 talk contribs created page Template:TOCright (Redirected page to Template:TOC right) Tag: New redirect
- 13:38, 25 August 2022 Oa10712 talk contribs created page Template:TOC left/styles.css (Created page with "{{pp-template}}: @media all and (max-width: 720px) { .tocleft { width: 100% !important; override inline width: } } @media all and (min-width: 720px) { .tocleft...")
- 13:38, 25 August 2022 Oa10712 talk contribs created page Template:TOC left (Created page with "<templatestyles src="Template:TOC_left/styles.css" />{{#if:{{{limit|}}}|<templatestyles src="Template:TOC limit/styles.css" />}}<!-- --><div class="tocleft {{#if:{{{clear|}}}|...")
- 13:35, 25 August 2022 Oa10712 talk contribs created page Template:Asbox (Created page with "<includeonly>{{#invoke:Asbox|main}}</includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage and interwikis to Wikidata. --> </noinclude>")
- 13:35, 25 August 2022 Oa10712 talk contribs created page Template:Stub (Created page with "{{asbox | image = | pix = | subject = | article = article | qualifier = | category = Stubs | tempsort = no | lowercase = y | name = Template:Stub }}")
- 13:30, 25 August 2022 Oa10712 talk contribs deleted page Module:If preview/styles.css (content was: "{{pp|small=yes}}: .preview-warning { font-style: italic; @noflip: padding-left: 1.6em; margin-bottom: 0.5em; color: red; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .preview-warning + link + .preview-warning { margin-top: -0.5em; }")
- 13:25, 25 August 2022 Oa10712 talk contribs created page Template:! (Created page with "<includeonly>{{error|Error: The retired template {{tn|!}} has been transcluded; see mw:Help:Magic words#Other for details. To fix this, use only the code {{Magic word|!}}...")
- 13:23, 25 August 2022 Oa10712 talk contribs deleted page Template:)) (content was: "}}<noinclude> {{documentation}}Category:Workaround templates </noinclude>")
- 12:23, 25 August 2022 Oa10712 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...")
- 12:23, 25 August 2022 Oa10712 talk contribs deleted page Module:Delink (content was: "-- This module de-links most wikitext. require("Module:No globals") local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s end return s:match("%[%[|(.*)%]%]") end local function delinkPipeTrick(s) -- We need to deal with colons, brackets, and commas, per Help:Pipe trick. -- First, remove the text before the first colon, if any. if s:match(":") then s = s:match("%[...")
- 12:23, 25 August 2022 Oa10712 talk contribs deleted page Module:Documentation/config (content was: "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ----------------------------------------------------------------------------------------...")
- 12:23, 25 August 2022 Oa10712 talk contribs deleted page Module:Documentation (content was: "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- Th...")
- 12:22, 25 August 2022 Oa10712 talk contribs deleted page Module:Documentation/i18n (content was: "local format = require('Module:TNT').format local i18n = {} i18n['cfg-error-msg-type'] = format('I18n/Documentation', 'cfg-error-msg-type') i18n['cfg-error-msg-empty'] = format('I18n/Documentation', 'cfg-error-msg-empty') -- cfg['template-namespace-heading'] -- The heading shown in the template namespace. i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading') -- cfg['module-namespace-heading'] -- The heading shown in the module namesp...")
- 12:22, 25 August 2022 Oa10712 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'...")
- 12:22, 25 August 2022 Oa10712 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....")
- 12:22, 25 August 2022 Oa10712 talk contribs deleted page Module:High-use (content was: "local p = {} -- _fetch looks at the "demo" argument. local _fetch = require('Module:Transclusion_count').fetch local yesno = require('Module:Yesno') function p.num(frame, count) if count == nil then if yesno(frame.args['fetch']) == false then if (frame.args[1] or '') ~= '' then count = tonumber(frame.args[1]) end else count = _fetch(frame) end end -- Build output string local return_value = "" if count == nil then if frame.args[1] == "risk" then return...")
- 12:22, 25 August 2022 Oa10712 talk contribs deleted page Module:If preview/configuration (content was: "--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function templatestyles() r...")
- 12:22, 25 August 2022 Oa10712 talk contribs deleted page Module:If preview (content was: "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, depending on whether the page is being previewed. function p.main(frame) if cfg.preview then return frame.args[1] or '' else return frame.args[2] or '' end end --[[ pmain This function returns either the first argument or second argument passed to this module's parent (i.e. template using this...")
- 12:21, 25 August 2022 Oa10712 talk contribs deleted page Module:Coordinates/styles.css (content was: "{{pp-template}}: Geographical coordinates defaults. The classes "geo", "longitude", and "latitude" are used by the Geo microformat.: .geo-default, .geo-dms, .geo-dec { display: inline; } .geo-nondefault, .geo-multi-punct { display: none; } .longitude, .latitude { white-space: nowrap; }")
- 12:20, 25 August 2022 Oa10712 talk contribs deleted page Template:High-risk/en (content was: "<noinclude> <languages/> </noinclude>{{#switch: | = {{ombox | type = content | image = 40px|alt= | imageright = | text = {{#switch:{{NAMESPACE}} |Module={{#if:{{{1|}}} |'''This Lua module is used on approximately {{formatnum:{{{1}}}}} pages.''' |'''This Lua module is used on many pages.''' }}<!--/#if--> |#default={{#if:{{{1|}}} |'''This template is used on approximately {{formatnum:{{{1}}}}} pages.''' |'''This temp...")
- 12:19, 25 August 2022 Oa10712 talk contribs deleted page Template:High-risk (content was: "<noinclude> <languages/> </noinclude>{{#switch:<translate></translate> | = {{ombox | type = content | image = 40px|alt= | imageright = | text = {{#switch:{{NAMESPACE}} |Module={{#if:{{{1|}}} |'''<translate><!--T:3--> This Lua module is used on approximately <tvar name=5>{{formatnum:{{{1}}}}}</tvar> pages.</translate>''' |'''<translate><!--T:9--> This Lua module is used on many pages.</translate>''' }}<!--/#if--> |#default=...")
- 12:19, 25 August 2022 Oa10712 talk contribs deleted page Template:S-aft (content was: "<includeonly>| style="width: 30%; text-align: center;" rowspan="{{{rows|1}}}"| Succeeded by<div style="font-weight: bold">{{Delink question hyphen-minus|{{{after}}}}}{{S-aft/filter|{{{after2|}}}}}{{S-aft/filter|{{{after3|}}}}}{{S-aft/filter|{{{after4|}}}}}{{S-aft/filter|{{{after5|}}}}}{{S-aft/filter|{{{after6|}}}}}{{S-aft/filter|{{{after7|}}}}}{{S-aft/filter|{{{after8|}}}}}{{S-aft/filter|{{{after9|}}}}}{{S-aft/filter|{{{after10|}}}}}</div>{{#if:{{{as|}}}|<small>'''''as {{{...")
- 12:19, 25 August 2022 Oa10712 talk contribs deleted page Module:Coordinates (content was: "--[[ This module is intended to replace the functionality of {{Coord}} and related templates. It provides several methods, including {{#invoke:Coordinates | coord }} : General function formatting and displaying coordinate values. {{#invoke:Coordinates | dec2dms }} : Simple function for converting decimal degree values to DMS format. {{#invoke:Coordinates | dms2dec }} : Simple function for converting DMS format to decimal degree format. {{#invoke:Coordinates | link }} : Exp...")
- 12:19, 25 August 2022 Oa10712 talk contribs deleted page Module:Color contrast (content was: "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 * sRGB(R/...")
- 12:19, 25 August 2022 Oa10712 talk contribs deleted page Module:Color contrast/colors (content was: "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511, burl...")
- 12:18, 25 August 2022 Oa10712 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 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 original wikitext. loca...")
- 12:17, 25 August 2022 Oa10712 talk contribs deleted page Template:Prime Ministers of Ireland (content was: "#REDIRECT Template:Heads of government of Ireland {{R from move}}")
- 12:17, 25 August 2022 Oa10712 talk contribs deleted page Template:Deputy heads of government of Ireland (content was: "{{Navbox with collapsible groups |name = Deputy heads of government of Ireland |state = {{{state<includeonly>|autocollapse</includeonly>}}} |title = Tánaistí of Ireland |listclass = hlist |image = |list1 = {{navbox|child |list1 = *Seán T. O'Kelly *Seán Lemass *William Norton *Seán MacEntee *Frank Aiken *Erskine H. Childers *Brendan Corish *George Colley *Michael O'Leary (politician)|Mich...")
- 12:17, 25 August 2022 Oa10712 talk contribs deleted page Template:Heads of government of Ireland (content was: "{{Navbox with collapsible groups | name = Heads of government of Ireland | state = autocollapse | title = {{{1|Taoisigh of Ireland}}} | listclass = hlist | image = |list1 = {{navbox|child |list1 = * Éamon de Valera * John A. Costello * Seán Lemass * Jack Lynch * Liam Cosgrave * Charles Haughey * Garret FitzGerald * Albert Reynolds * John Bruton * Bertie Ahern * Brian Cowen * Enda Kenny * Leo Varadkar...")
- 12:17, 25 August 2022 Oa10712 talk contribs deleted page Template:S-off (content was: "<includeonly>|- ! colspan="3" style="border-top: 5px solid #ccccff;" | Political offices </includeonly><noinclude> {{documentation}} </noinclude>")
- 12:17, 25 August 2022 Oa10712 talk contribs deleted page Template:S-ppo (content was: "<includeonly>|- ! colspan="3" style="border-top: 5px solid #FFBF00;" | Party political offices </includeonly><noinclude> {{documentation}} </noinclude>")
- 12:17, 25 August 2022 Oa10712 talk contribs deleted page Template:Party color (content was: "<includeonly>{{#invoke:Political party|fetch|{{{1|}}}|color|error{{#if:{{{error|}}}||_NULL}}={{{error|}}}}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 12:17, 25 August 2022 Oa10712 talk contribs deleted page Module:Political party (content was: "local p = {} local default_color = '#F8F9FA' local categories = { party_not_in_list = 'Category:Pages using Political party with unknown party', shortname_not_in_list = 'Category:Pages using Political party with missing shortname', color_not_in_list = 'Category:Pages using Political party with missing color', } local function create_error(error_message) return string.format('<strong class="error">%s</strong>', error_message) end local function getFirstLe...")
- 12:16, 25 August 2022 Oa10712 talk contribs deleted page Module:Political party/F (content was: "-- Constant data used by Module:Political party local alternate = { ["Fa'atuatua i le Atua Samoa ua Tasi"] = "Faʻatuatua i le Atua Samoa ua Tasi", ["Fair Russia"] = "A Just Russia — For Truth", ["Faith in the One True God"] = "Faʻatuatua i le Atua Samoa ua Tasi", ["Falange Española Auténtica"] = "Falange Española de las JONS", ["Falange Española de las JONS (1976)"] = "Falange Española de las JONS", ["Falange Española de las JONS (Auténtica)"] = "Falange E...")
- 12:16, 25 August 2022 Oa10712 talk contribs deleted page Template:Italy Squad 2002 World Cup (content was: "#REDIRECT Template:Italy squad 2002 FIFA World Cup")
- 12:16, 25 August 2022 Oa10712 talk contribs deleted page Template:Italy Squad 1962 World Cup (content was: "#REDIRECT Template:Italy squad 1962 FIFA World Cup")
- 12:16, 25 August 2022 Oa10712 talk contribs deleted page Module:National squad (content was: "-- This module implements Template:National squad and -- Template:National squad no numbers to avoid articles being added to -- Category:Pages where template include size is exceeded -- when the template is used many times. local p = {} local prefixes = { ['male'] = ' men\'s', ['men'] = ' men\'s', ['mens'] = ' men\'s', ['men\'s'] = ' men\'s', ['female'] = ' women\'s', ['women'] = ' women\'s', ['womens'] = ' women\'s', ['women\'s'] = ' women\'s', [''] = '...")
- 12:16, 25 August 2022 Oa10712 talk contribs deleted page Template:Italy squad 2002 FIFA World Cup (content was: "{{National squad | name = Italy squad 2002 FIFA World Cup | bg = #0066BC | fg = white | bordercolor = darkblue | country = Italy | comp = 2002 FIFA World Cup | p1 = Buffon | p2 = Panucci | p3 = Maldini (c) | p4 = Coco | p5 = Cannavaro | p6 = Cristiano Zanetti|...")
- 12:16, 25 August 2022 Oa10712 talk contribs deleted page Template:Italy squad 1962 FIFA World Cup (content was: "{{National squad | name = Italy squad 1962 FIFA World Cup | bg = #0066BC | fg = white | bordercolor = darkblue | country = Italy | comp = 1962 FIFA World Cup | p1 = Buffon (c) | p2 = Losi | p3 = Radice | p4 = Salvadore | p5 = Maldini | p6 = Giovanni Trapattoni|Trapat...")
- 12:15, 25 August 2022 Oa10712 talk contribs deleted page Module:Football squad (content was: "-- This implements Template:Football squad local p = {} local getArgs = require('Module:Arguments').getArgs local Navbox = require('Module:Navbox') local function buildList(args, listType) local list={} for k, v in pairs(args) do if (type(k) == 'string') and (mw.ustring.match((v or ''),'%S') ~= nil) then local prefix, n = k:sub(1,string.len(listType)), k:sub(string.len(listType)+1) if prefix == listType and (tonumber(n) or n == '') then if listType == 'manager'...")
- 12:15, 25 August 2022 Oa10712 talk contribs deleted page Module:Football manager history (content was: "-- Implement Template:Football manager history to avoid articles being -- added to Category:Pages where template include size is exceeded -- when the template is used many times. local function clean(text, default) -- Return text, if not empty, after trimming leading/trailing whitespace. -- Otherwise return default which is nil unless set by caller. if text then text = text:match("^%s*(.-)%s*$") if text ~= '' then return text end end return default end...")
- 12:14, 25 August 2022 Oa10712 talk contribs deleted page Template:FC Red Bull Salzburg squad (content was: "{{football squad|teamname=FC Red Bull Salzburg|bgcolor=white|textcolor=#DD0000|bordercolor=gold |name=FC Red Bull Salzburg squad |list= {{football squad2 player|no=1|name=Mantl}} {{football squad2 player|no=2|name=Van der Brempt}} {{football squad2 player|no=3|name=Okoh}} {{football squad2 player|no=4|name=Piątkowski}} {{football squad2 player|no=5|name=Vallçi}} {{footbal...")
- 12:14, 25 August 2022 Oa10712 talk contribs deleted page Template:Republic of Ireland national football team managers (content was: "{{Football manager history |name=Republic of Ireland national football team managers |teamname=Republic of Ireland national football team |state = {{{state|autocollapse}}} |bgcolor=#00994A |textcolor=white |bordercolor=darkorange |list = Livingstone 1951 to 53 Stevenson 1953 to 55 Carey 1955 to 67 Cantwell 1967 Hurley 1967 to 69 Meagan 1969 to 71 Liam Tuohy (footballe...")
- 12:14, 25 August 2022 Oa10712 talk contribs deleted page Template:Italy national football team managers (content was: "{{football manager history |name=Italy national football team managers |teamname=Italy national football team |state = {{{state|}}} |managerlist=List of Italy national football team managers |bgcolor=#0066BC |textcolor=white |bordercolor=darkblue |list = Technical commission 1910 to 12 Pozzo 1912 Technical commission 1912 to 1924 Garbutt 1913 to 14 Pozzo 1924 Technical commission 1924 to 25 Rangone 1925 to 1928 Carlo...")
- 12:14, 25 August 2022 Oa10712 talk contribs deleted page Template:Inter Milan managers (content was: "{{Football manager history |title = Inter Milan |name=Inter Milan managers |teamname= F.C. Internazionale Milano |managerlist=List of Inter Milan managers |state = {{{state|}}} |bgcolor=#0000FF |textcolor=#ffffff |bordercolor=#040707 |list = Fossati 1909 to 15 Mauro / Resegotti 1919 to 20 Spottiswood 1922 to 24 Scheidler 1924 to 26 Weisz 1926 to 28 József V...")
- 12:14, 25 August 2022 Oa10712 talk contribs deleted page Template:ACF Fiorentina managers (content was: "{{Football manager history |name=ACF Fiorentina managers |teamname=ACF Fiorentina |state = {{{state|}}} |bgcolor=#400393 |textcolor=#FFFFFF |bordercolor=#CF0000 |list = Csapkay 1926 to 30 Feldmann 1930 to 31 Felsner 1931 to 33 Rady 1933 Ging 1933 to 34 Ara 1934 to 37 Molnar 1938 Soutschek 1938 to 39 Giuseppe Galluzz...")
- 12:14, 25 August 2022 Oa10712 talk contribs deleted page Template:A.C. Milan managers (content was: "{{Football manager history | name = A.C. Milan managers | teamname = A.C. Milan | state = {{{state|}}} | managerlist = List of A.C. Milan managers | bgcolor = #C90C0F | textcolor = #FFFFFF | bordercolor = #000000 | list = Kilpin 1899 to 1906 Angeloni 1906 to 07 Camperio 1907 to 11 ''Technical committee'' 1911 to 15 Moda 1915...")