All public logs
From MoHA Wiki
Combined display of all available logs of MoHA Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:14, August 9, 2022 Moha talk contribs deleted page Module:Message box/ombox.css (content was: "{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray: background-color: #f8f9fa; box-sizing: border-box; } For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; Red: background-color: #fee7e6; Pink: } .ombox-delete { border: 2px solid #b32424; Red: } .ombox-content { border: 1px solid...")
- 03:14, August 9, 2022 Moha 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',...")
- 03:14, August 9, 2022 Moha talk contribs deleted page Module:Documentation/styles.css (content was: "{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bottom: 1ex...")
- 03:14, August 9, 2022 Moha 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. ----------------------------------------------------------------------------------------...")
- 03:14, August 9, 2022 Moha talk contribs deleted page Module:Documentation (content was: "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in the p -- table for testing purposes. ---...")
- 03:14, August 9, 2022 Moha talk contribs deleted page Module:Citation/doc (content was: "{{Mbox | type = style | image = 40px|alt=|link= | text = '''{{FULLPAGENAME}}''' is retained for historical and structural reasons; consider using Module:Citation/CS1. }} {{oldtfdfull|date= 2018 May 13 |result=Blank |disc=Module:Citation}} Development of Lua support for both {{cs1}} and {{cs2}} began at '''Module:Citation'''. That development was abandoned in 2013 as development of Module:Citation/CS1 began. Though this module rema...")
- 03:14, August 9, 2022 Moha talk contribs deleted page Template:Tmbox (content was: "{{#invoke:Message box|tmbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 03:14, August 9, 2022 Moha talk contribs deleted page Template:Oldtfdfull (content was: "#REDIRECT Template:Old TfD {{XFDcloser standard installation}}")
- 03:14, August 9, 2022 Moha talk contribs deleted page Template:Old TfD (content was: "{{ {{{|safesubst:}}}#invoke:Unsubst||$B={{Tmbox | small = {{{small|}}} | image = {{#ifeq:{{{small|}}}|yes|30x20|50x40}}px | style = text-align:center | text = This {{#switch:{{{demospace|{{NAMESPACE}}}}} | {{ns:Category_talk}} = category | {{ns:Module_talk}} = module | template }} {{#if:{{{1|}}}|([[{{{1}}}]])}} was considered for {{#if:{{{merge|}}}|merging|deletion}}{{#if:{{{merge|}}}|{{#ifeq:{{{merg...")
- 03:14, August 9, 2022 Moha talk contribs deleted page Template:Mbox (content was: "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 03:13, August 9, 2022 Moha talk contribs deleted page Template:Date (content was: "{{safesubst:<noinclude/>#switch:none |{{safesubst:<noinclude/>#iferror: {{safesubst:<noinclude/>#time:Y_M_d|{{{1|}}} }} | none }} <noinclude><!-- #time: can't handle --></noinclude> |{{safesubst:<noinclude/>#iferror: {{safesubst:<noinclude/>#expr: {{{1|}}}+0 }} |<noinclude><!--not a pure number--></noinclude> |{{safesubst:<noinclude/>#ifexpr: {{{1|}}}+0 > 10000000000000 |<noinclude><!-- a yyyymmddhhmmss timestamp --></noinclude> |{{safesubst:<noinclude/>...")
- 03:13, August 9, 2022 Moha talk contribs deleted page Template:Cs2 (content was: "Citation Style 2<noinclude> Category:Documentation assistance templates </noinclude>")
- 03:13, August 9, 2022 Moha talk contribs deleted page Template:Cs1 (content was: "Citation Style 1<noinclude> Category:Documentation assistance templates </noinclude>")
- 03:13, August 9, 2022 Moha talk contribs deleted page Module:If empty (content was: "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) local lastk = 0 for k,v in ipairs(args) do if v ~= '' then return v end lastk = k end end return p")
- 03:13, August 9, 2022 Moha 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...")
- 03:13, August 9, 2022 Moha 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...")
- 03:13, August 9, 2022 Moha talk contribs deleted page Module:Navbar (content was: "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false, false...")
- 03:13, August 9, 2022 Moha 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 function fixChildBoxes(sval, tt) local function notempty( s ) return s and s:match( '%S' ) end if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval -- start moving templatestyles and categories inside of table rows loca...")
- 03:13, August 9, 2022 Moha talk contribs deleted page Module:Authority control (content was: "require('Module:No globals') local p = {} local title = mw.title.getCurrentTitle() local namespace = title.namespace local testcases = (string.sub(title.subpageText,1,9) == 'testcases') --========================================================================== --Category functions --========================================================================== local function addCat( cat ) if cat and cat ~= ''...")
- 03:13, August 9, 2022 Moha 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...")
- 03:13, August 9, 2022 Moha 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...")
- 03:12, August 9, 2022 Moha talk contribs deleted page Module:Navbox (content was: "local p = {} local navbar = require('Module:Navbar')._navbar local cfg = mw.loadData('Module:Navbox/configuration') local getArgs -- lazily initialized local args local format = string.format local function striped(wikitext, border) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category that is removed -- by parent navboxes. The result is that the category shows all pages -- where a child navbox is not conta...")
- 03:12, August 9, 2022 Moha talk contribs deleted page Module:Message box (content was: "require('Module:No globals') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions -----------------------------------------------------------------------...")
- 03:12, August 9, 2022 Moha talk contribs deleted page Module:Sidebar (content was: "-- -- This module implements {{Sidebar}} -- require('Module:No globals') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] l...")
- 03:12, August 9, 2022 Moha talk contribs deleted page Module:Unsubst (content was: "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specified in...")
- 03:12, August 9, 2022 Moha talk contribs deleted page Module:Hatnote (content was: "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....")
- 03:12, August 9, 2022 Moha talk contribs deleted page Module:Citation (content was: "error('This module is retained for historical and structural reasons; consider using Module:Citation/CS1.')")
- 03:09, August 9, 2022 Moha talk contribs deleted page Module:Authority control/doc (content was: "{{High-risk}} {{Module rating|protected}} {{Lua sidebar}} {{Uses Wikidata|section=Parameters}} {{Lua|Module:Navbox|Module:ResolveEntityId|Module:No globals}} This module contains the code of the {{T|Authority control}} template. See its documentation. __TOC__ {{Clear}} {{Anchor|Parameters|Parameter names|Wikidata|Wikidata properties|Tracking categories}} == Parameters, Wikidata properties, and tracking categories == {{#invoke:Authority control|docConfTable}} == Additional tra...")
- 03:09, August 9, 2022 Moha talk contribs deleted page Module:Side box (content was: "local yesno = require('Module:Yesno') local p = {} local function makeData(args) local data = {} -- Main table classes data.classes = {} if yesno(args.metadata) ~= false then table.insert(data.classes, 'metadata') end if args.position and args.position:lower() == 'left' then table.insert(data.classes, 'side-box-left') else table.insert(data.classes, 'side-box-right') end if args.collapsible then table.insert(data.classes, 'mw-collapsible') if args.collaps...")
- 03:09, August 9, 2022 Moha talk contribs deleted page Module:Side box/styles.css (content was: "{{pp|small=y}}: .side-box { margin: 4px 0; box-sizing: border-box; border: 1px solid #aaa; font-size: 88%; line-height: 1.25em; background-color: #f9f9f9; } .side-box-abovebelow, .side-box-text { padding: 0.25em 0.9em; } .side-box-image { @noflip: padding: 2px 0 2px 0.9em; text-align: center; } .side-box-imageright { @noflip: padding: 2px 0.9em 2px 0; text-align: center; } roughly the skin's sidebar + size of side box: @media (min-width: 500...")
- 03:09, August 9, 2022 Moha 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_]*.-$' )...")
- 03:09, August 9, 2022 Moha talk contribs deleted page Module:Template wrapper (content was: "require('Module:No globals'); local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">|_template=</code> missing or empty</span>'; --[[--------------------------< I S _ I N _ T A B L E >-------------------------------------------------------- scan through tbl looking for value; return true if found, false else ]] local function is_in_table (tbl, value) for k, v in pairs (tbl) do if...")
- 03:09, August 9, 2022 Moha talk contribs deleted page Module:Wd (content was: "-- Original module located at en:Module:Wd and en:Module:Wd/i18n. local p = {} local arg = ... local i18n local function loadI18n(aliasesP, frame) local title if frame then -- current module invoked by page/template, get its title from frame title = frame:getTitle() else -- current module included by other module, get its title from ... title = arg end if not i18n then i18n = require(title .. "/i18n").init(aliasesP) end end p.claimCommands = { pr...")
- 03:09, August 9, 2022 Moha talk contribs deleted page Module:Wd/i18n (content was: "-- The values and functions in this submodule should be localized per wiki. local p = {} function p.init(aliasesP) p = { ["errors"] = { ["unknown-data-type"] = "Unknown or unsupported datatype '$1'.", ["missing-required-parameter"] = "No required parameters defined, needing at least one", ["extra-required-parameter"] = "Parameter '$1' must be defined as optional", ["no-function-specified"] = "You must specify a function to call", -- equal to th...")
- 03:09, August 9, 2022 Moha talk contribs deleted page Module:Infobox/doc (content was: "{{High-use|3308957|all-pages = yes}} {{module rating|protected}} {{Lua|Module:Navbar}} {{Uses TemplateStyles|Module:Infobox/styles.css}} '''Module:Infobox''' is a module that implements the {{tl|Infobox}} template. Please see the template page for usage instructions. == Tracking categories == * {{clc|Pages using infobox templates with ignored data cells}} * {{clc|Articles using infobox templates with no data rows}} * {{clc|Pages using embedded infobox templates...")
- 03:09, August 9, 2022 Moha talk contribs deleted page Module:Infobox/styles.css (content was: "{{pp|small=y}}: * This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See MediaWiki talk:Common.css/to do#Infobox * DO NOT ADD THEM HERE: * not strictly certain these styles are necessary since the modules now * exclusively output infobox-subbox or infobox, not both * just replicating the module faithfully: .infobox-subbox { padding: 0; border: none...")
- 03:08, August 9, 2022 Moha talk contribs deleted page Module:Transclusion count/data/I (content was: "return { ["IAAF_name"] = 2200, ["IAST"] = 5700, ["IBDB_name"] = 9000, ["ICD10"] = 4600, ["ICD9"] = 4400, ["ICS"] = 2800, ["IDN"] = 3200, ["IMDb_episode"] = 9100, ["IMDb_episodes"] = 2100, ["IMDb_name"] = 148000, ["IMDb_title"] = 182000, ["IMO_Number"] = 3900, ["IMSLP"] = 7900, ["IND"] = 7600, ["INR"] = 5900, ["INRConvert"] = 5200, ["INRConvert/CurrentRate"] = 5200, ["INRConvert/USD"] = 5200, ["INRConvert/out"] = 5200, ["IOC_profile"] = 6400, ["IP"] = 2500, ["IPA"] = 132000, ["I...")
- 03:08, August 9, 2022 Moha talk contribs deleted page Module:Navbar/doc (content was: "{{used in system}} {{module rating|protected}} {{Lua|Module:Navbar/configuration|Module:Arguments|Module:TableTools}} {{Uses TemplateStyles|Module:Navbar/styles.css}} This is a Lua implementation of {{tl|Navbar}}. It is used in Module:Navbox.")
- 03:08, August 9, 2022 Moha 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 >...")
- 03:08, August 9, 2022 Moha talk contribs deleted page Template:DMCA (content was: "{{Dated maintenance category |onlyarticles=yes |1={{{1|}}} |2={{{2|}}} |3={{{3|}}} |4={{{4|}}} |5={{{5|}}} }}<noinclude> {{documentation|Template:Dated maintenance category/doc}} </noinclude>")
- 03:08, August 9, 2022 Moha talk contribs deleted page Template:Dated maintenance category (content was: "<nowiki/><!--This nowiki helps to prevent whitespace at the top of articles-->{{#ifeq:{{FULLROOTPAGENAME}}|Wikipedia:Template messages|<!--Do not categorize-->|<!-- -->{{#ifexpr:{{#if:{{NAMESPACE}}|0|1}}+{{#ifeq:{{{onlyarticles|no}}}|yes|0|1}} |{{#if:{{{3|}}} |[[Category:{{{1}}} {{{2}}} {{{3}}}]]<!-- -->{{#ifexist:Category:{{{1}}} {{{2}}} {{{3}}} |<!-- -->|Category:Articles with invalid date parameter in template<!-- -->}} |Category:{{#if:{{{5|}}}...")
- 03:08, August 9, 2022 Moha 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>")
- 03:08, August 9, 2022 Moha 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>")
- 03:08, August 9, 2022 Moha talk contribs deleted page Template:Section link (content was: "{{#invoke:Section link|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 03:08, August 9, 2022 Moha talk contribs deleted page Template:Use dmy dates (content was: "{{ <includeonly>safesubst:</includeonly>#invoke:Unsubst||date=__DATE__ |$B= {{DMCA|Use dmy dates|from|{{{date|}}}}}{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:Use dmy dates with unknown parameter "_VALUE_"|ignoreblank=y| cs1-dates | date }}}}<noinclude>{{documentation}}</noinclude>")
- 03:08, August 9, 2022 Moha talk contribs deleted page Module:InfoboxImage/doc (content was: "{{used in system}} {{Module rating|protected}} ==Overview== This module is used within infoboxes to process the image parameters and tidy up the formatting of the result. ==Parameters== {| class="wikitable" ! Parameter ! Description |- | image | Required. The main parameter that should be passed over which contains the image info. |- | size | Size to display image. |- | maxsize | Maximum size to display image. Note: If no size or sizedefault params specified then image will b...")
- 03:08, August 9, 2022 Moha 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...")
- 03:08, August 9, 2022 Moha talk contribs deleted page Module:Section link (content was: "-- This module implements {{section link}}. require('Module:No globals'); local checkType = require('libraryUtil').checkType local p = {} local function makeSectionLink(page, section, display) display = display or section page = page or '' -- MediaWiki doesn't allow these in `page`, so only need to do for `section` if type(section) == 'string' then section = string.gsub(section, "{", "{") section = string.gsub(section, "}", "}") end return string.format('...")
- 03:08, August 9, 2022 Moha talk contribs deleted page Module:Check for unknown parameters/doc (content was: "{{used in system|in MediaWiki:Abusefilter-warning-DS}} {{module rating|p}} {{Lua|Module:If preview|noprotcat=yes}} This module may be appended to a template to check for uses of unknown parameters. == Usage == === Basic usage === <pre> {{#invoke:check for unknown parameters|check |unknown=Category:Some tracking category |arg1|arg2|arg3|argN}} </pre> or to sort the entries in the tracking category by parameter with a preview error message <pre> {{#invoke:check for unkn...")
- 03:07, August 9, 2022 Moha talk contribs deleted page Module:Transclusion count/data/C (content was: "return { ["C"] = 599000, ["C-Class"] = 76000, ["C-SPAN"] = 12000, ["C-cmn"] = 2500, ["C-pl"] = 52000, ["C."] = 2400, ["CAN"] = 20000, ["CANelec"] = 13000, ["CANelec/gain"] = 2500, ["CANelec/hold"] = 4500, ["CANelec/source"] = 6500, ["CANelec/top"] = 5600, ["CANelec/total"] = 5700, ["CAS"] = 3800, ["CBB_Standings_End"] = 14000, ["CBB_Standings_Entry"] = 14000, ["CBB_Standings_Start"] = 14000, ["CBB_Yearly_Record_End"] = 2800, ["CBB_Yearly_Record_Entry"] = 2900, ["CBB_Yearly_Reco...")