All public logs
From All Skies Encyclopaedia
Combined display of all available logs of All Skies Encyclopaedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:40, 1 February 2025 Sushoff talk contribs created page Module:Documentation/doc (Created page with "{{Used in system|in MediaWiki:Scribunto-doc-page-show, in MediaWiki:Scribunto-doc-page-does-not-exist}} {{Module rating|protected}} {{Lua|Module:Documentation/config|Module:Arguments|Module:Message box|Module:Module wikitext|Module:Protection banner}} {{Uses TemplateStyles|Module:Documentation/styles.css}} This module displays a green box containing documentation for templates, Lua modules, or other pages. The {{tl|documentatio...")
- 14:39, 1 February 2025 Sushoff talk contribs created page Module:Arguments/doc (Created page with "{{Used in system}} {{Module rating|p}} {{cascade-protected template|page=module}} This module provides easy processing of arguments passed from <code>#invoke</code>. It is a meta-module, meant for use by other modules, and should not be called from <code>#invoke</code> directly (for a module directly invocable by templates you might want to have a look at {{ml|params|}}). Its features include: * Easy trimming of arguments and removal of blank arguments. * Arguments can...")
- 14:36, 1 February 2025 Sushoff talk contribs deleted page Test1 (content was: "{{#invoke:Citation/CS1|_test}}", and the only contributor was "Sushoff" (talk))
- 14:35, 1 February 2025 Sushoff talk contribs created page Test1 (Created page with "{{#invoke:Citation/CS1|_test}}")
- 14:32, 1 February 2025 Sushoff talk contribs deleted page Test1 (content was: "{{#invoke:Citation/CS1|_test}}", and the only contributor was "Sushoff" (talk))
- 14:31, 1 February 2025 Sushoff talk contribs created page Test1 (Created page with "{{#invoke:Citation|_test}}")
- 14:29, 1 February 2025 Sushoff talk contribs created page Module:Citation/CS1/Utilities/doc (Created page with "{{#lst:Module:Citation/CS1/doc|header}} This page contains various functions and tables that are common to multiple of the various modules that make up Module:Citation/CS1. {{#lst:Module:Citation/CS1/doc|module_components_table}} <noinclude> Category:Module documentation pages </noinclude>")
- 14:28, 1 February 2025 Sushoff talk contribs created page Module:Citation/CS1/Identifiers/doc (Created page with "{{sandbox other||{{#lst:Module:Citation/CS1/doc|header}}}} This page renders and performs error checking on the various named identifiers supported by Module:Citation/CS1. {{#lst:Module:Citation/CS1/doc|module_components_table}} <noinclude> Category:Module documentation pages </noinclude>")
- 14:28, 1 February 2025 Sushoff talk contribs created page Module:Citation/CS1/Date validation/doc (Created page with "{{#lst:Module:Citation/CS1/doc|header}} This module contains routines that support the {{cs1}} and {{cs2}} date formats for citations on Wikipedia. In particular, this module contains a suite of functions that validate date formats and content for the variety of date-holding parameters associated with cs1|2 citations. {{#lst:Module:Citation/CS1/doc|module_components_table}} <noinclude> Category:Module documentation pages </noinclude>")
- 14:27, 1 February 2025 Sushoff talk contribs created page Module:Citation/CS1/Configuration/doc (Created page with "{{#lst:Module:Citation/CS1/doc|header}} This configuration file contains various data that controls the functioning of Module:Citation/CS1 and hence the way that Lua-based citations are generated. It has several sections among which are: # translation tables that contain most of the literal strings that may be included in Lua-based citation. If editors are copying this Module to another wiki using a language other than English, then they should translate each of th...")
- 14:26, 1 February 2025 Sushoff talk contribs created page Module:Citation/CS1/doc (Created page with "<section begin=header />{{sandbox other|| {{#switch:{{FULLPAGENAME}} |Module:Citation/CS1/Suggestions={{high-use |article-space=yes |no-percent=yes}} |#default={{high-risk |article-space=yes |no-percent=yes}} }} {{Module rating|p}} {{cascade-protected template|page=module}} {{#ifeq:{{FULLPAGENAME}}|Module:Citation/CS1|{{Uses TemplateStyles|Module:Citation/CS1/styles.css}}}}}}<!-- if pagename does not contain sandbox --><section end=header /> This module and associated s...")
- 14:08, 1 February 2025 Sushoff talk contribs created page Module:Effective protection expiry/doc (Created page with "{{Module rating |protected <!-- Values: pre-alpha • alpha • beta • release • protected -- If a rating not needed/relevant, delete this template call -->}} {{High-use}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> This module provides a way to retrieve the expiry of a restriction over a given action on a page. == Usage == This module will use up to 1 expensive parser functi...")
- 14:08, 1 February 2025 Sushoff 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 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 == 'auto...")
- 13:52, 1 February 2025 Sushoff talk contribs created page Module:Citation/CS1/Whitelist/doc (Created page with "{{#lst:Module:Citation/CS1/doc|header}} This module contains a list of all parameters that Module:Citation/CS1 knows about. Each parameter is assigned a state. * '''true''': These parameters are valid and supported parameters * '''false''': These parameters are deprecated but still supported * '''{{'}}tracked{{'}}''': These parameters are valid and supported parameters tracked in an eponymous properties category. * '''nil''': Parameters not present are not supporte...")
- 13:52, 1 February 2025 Sushoff talk contribs created page Template:High-use/doc (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{High-use}} {{lua|Module:High-use}} This is the {{tlx|high-use}} message box. It is meant to be put at the top of the documentation subpage for templates transcluded onto more than 2,000 pages. For templates transcluded onto more than 100,000 pages, or if the first parameter is set to <code>risk</code>, a stronger wording is given. '''Note''': It is...")
- 13:50, 1 February 2025 Sushoff talk contribs created page Module:Template wrapper/doc (Created page with "<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{high-use}} : ''See also: {{mfl|params|concat_and_call}}'' This module is to be used in wrapper templates to allow those templates to provide default parameter values and allow editors to pass additional parameters to the underlying working template. When writing a wrapper template, give this module all o...")
- 13:50, 1 February 2025 Sushoff talk contribs created page Module:Template wrapper (Created page with "require('strict'); 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 v ==...")
- 13:50, 1 February 2025 Sushoff talk contribs created page Template:Wrapper/doc (Created page with "{{Lua|Module:Template wrapper}}{{Documentation subpage}} == Usage == {{tlx|1={{BASEPAGENAME}}|2=1=''target template''}} ==Parameters== {{TemplateData header|noheader=1}} <templatedata> { "params": { "1": { "label": "Template", "description": "name of template this is a wrapper for (without \"Template:\")", "example": "Wikibreak", "type": "string", "required": true }, "nocat": { "example": "yes", "description": "Disables categorization", "...")
- 13:49, 1 February 2025 Sushoff talk contribs created page Template:Wrapper (Created page with "{{mbox | type = style | image = frameless|upright=0.18|alt=|link= | text = '''This template is a customized wrapper for {{tl|{{{1}}}}}'''. {{#if:{{yesno|{{{all|}}}}}|All fields from {{tl|{{{1}}}}} will work here|Any field from {{tl|{{{1}}}}} can work so long as it is added to this template first}}. Questions? Just ask here or over at [[Template talk:{{{1}}}]].}}<includeonly>{{#ifeq: {{PAGENAME}} | {{BASEPA...")
- 13:48, 1 February 2025 Sushoff talk contribs created page Module:Transclusion count/doc (Created page with "{{Module rating |beta}} {{high-use}} Fetches usage data for highly-transcluded templates. Uses bot-updated values from subpages of Module:Transclusion_count/data/ when available. == Usage == <code><nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|fetch|''number of transclusions''|''use + notation''|all-pages=|demo=}}</code> * ''<code>number of transclusions</code>'': is a static number of times the template has been tr...")
- 13:46, 1 February 2025 Sushoff talk contribs created page Module:Exponential search/doc (Created page with "{{high use}} This module provides a generic exponential search algorithm. This kind of search can be useful when you want to find a key in some kind of sorted array, and you want to do it by checking as few array elements as possible. This could include situations like: * Finding the highest archive number in a set of archives without checking whether they all exist. * Finding the number of positional arguments in frame.args without having to expand the wikitext for...")
- 13:45, 1 February 2025 Sushoff talk contribs created page Module:Exponential search (Created page with "-- 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, low...")
- 13:42, 1 February 2025 Sushoff talk contribs created page Module:Effective protection level/doc (Created page with "{{Module rating|protected}} {{cascade-protected template|page=module}} {{used in system}} This module provides a way to retrieve the group required to perform a given action on a page. It currently tests the following criteria: * The page being pending-changes protected: autoconfirmed * The page being a JavaScript or CSS subpage in userspace, or in the MediaWiki namespace: interfaceadmin * The page being in the MediaWiki namespace: sysop * The page being a JSON subpage...")
- 13:42, 1 February 2025 Sushoff 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. 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 leve...")
- 13:41, 1 February 2025 Sushoff talk contribs created page Module:File link/doc (Created page with "{{high-use}} {{Module rating|protected}} {{Lua|Module:Yesno|Module:Arguments}} This module is used to construct wikitext links to files. It is primarily useful for templates and modules that use complicated logic to make file links. Simple file links should be made with wikitext markup directly, as it uses less resources than calling this module. For help with wikitext file markup please refer to the documentation at mediawiki.org. == Usage from wikit...")
- 13:41, 1 February 2025 Sushoff 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 = {} 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...")
- 13:40, 1 February 2025 Sushoff talk contribs created page Template:Module rating/doc (Created page with "{{Documentation subpage}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category. == Usage == Basic usage: {{pre|{{tlx|module rating|''rating''}}}} Without categories: {{pre|{{tlx|module rating|''rating''|3...")
- 13:40, 1 February 2025 Sushoff talk contribs created page Template:Module rating (Created page with "<includeonly>{{#ifeq:{{SUBPAGENAME}}|doc|<!--do not show protection level of the module on the doc page, use the second and optionally third parameter if the doc page is also protected -->{{#if:{{{2|}}}|{{Pp|{{{2}}}|action={{{3|}}}}}}}|{{Module other|{{ombox | type = notice | image = {{#switch: {{{1|}}} | pre-alpha | prealpha | pa | experimental = 40x40px|link=|alt=Pre-alpha | alpha | a = Fil...")
- 13:38, 1 February 2025 Sushoff talk contribs created page Module:Protection banner/config/doc (Created page with "{{Module rating|protected}} {{High-use}} This module contains configuration data for Module:Protection banner. For documentation please see the module comments, and if you're not sure how something works you can ask on the module talk page. <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|| <!-- Categories go here and interwikis go in Wikidata. --> }}</includeonly>")
- 13:38, 1 February 2025 Sushoff talk contribs created page Module:Protection banner/config (Created page with "-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that appear...")
- 13:37, 1 February 2025 Sushoff talk contribs created page Module:Protection banner/doc (Created page with "{{High-use}} {{Module rating|protected}} {{Lua|Module:Protection banner/config|Module:File link|Module:Effective protection level|Module:Effective protection expiry|Module:Yesno|Module:Arguments|Module:Message box|Module:Submit an edit request}} This module creates protection banners and padlock icons that are placed at the top of protected pages. == Usage == Most users will not need to use this module directly. For adding protection templates to pa...")
- 13:37, 1 February 2025 Sushoff 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('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules and...")
- 13:36, 1 February 2025 Sushoff talk contribs created page Module:TableTools/doc (Created page with "{{used in system}} {{module rating|p}} {{cascade-protected template|page=module}} {{lua|Module:Exponential search|noprotcat=yes}} This module includes a number of functions for dealing with Lua tables. It is a meta-module, meant to be called from other Lua modules, and should not be called directly from #invoke. == Loading the module == To use any of the functions, first you must load the module. <syntaxhighlight lang="lua"> local TableTools = require('Module:TableToo...")
- 13:35, 1 February 2025 Sushoff talk contribs created page Module:TableTools (Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke....")
- 13:35, 1 February 2025 Sushoff talk contribs created page Module:List/doc (Created page with "{{used in system|in MediaWiki:Citethispage-content}} {{module rating|p}} {{cascade-protected template|page=module}} {{Lua|Module:TableTools|Module:Arguments}} {{Uses TemplateStyles|Template:Plainlist/styles.css|Template:Hlist/styles.css}} This module outputs various kinds of lists. At present, it supports bulleted lists, unbulleted lists, horizontal lists, ordered lists (numbered or alphabetical), and horizontal ordered lists. It allows for easy css styling of the l...")
- 13:35, 1 February 2025 Sushoff talk contribs created page Module:List (Created page with "local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = ''...")
- 13:34, 1 February 2025 Sushoff talk contribs created page Module:Lua banner/doc (Created page with "{{high use}} {{Lua|Module:Yesno|Module:List|Module:TableTools|Module:Message box}} This module implements the {{tl|lua}} template. == Usage from wikitext == This module cannot be used directly from wikitext. It can only be used through the {{tl|lua}} template. Please see the template page for documentation. == Usage from Lua modules == To use this module from other Lua modules, first load the module. <syntaxhighlight lang="lua"> local mLuaBanner = require('Module:Lu...")
- 13:34, 1 February 2025 Sushoff talk contribs created page Module:Lua banner (Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)...")
- 13:33, 1 February 2025 Sushoff talk contribs created page Template:Lua/doc (Created page with "{{Documentation subpage}} {{Template redirects|Lua talk|Uses Lua}} <!-- Categories go at the bottom of this page, and interwikis go on Wikidata. --> {{High-use}} {{Lua|Module:Lua banner}} {{for|template to indicate Luba-Kasai language words|Template:Lang-lua}} This template is used to indicate that a template uses one or more Lua modules (pages in the <code>Module:</code> namespace). It is placed at the top of the template's /doc page....")
- 13:32, 1 February 2025 Sushoff talk contribs created page Template:Lua (Created page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 13:31, 1 February 2025 Sushoff talk contribs created page Template:Substitution/doc (Created page with "{{Distinguish|Template:Subst|Template:Substituted}} {{Documentation subpage}} {{Never substitute}} ==Examples== === With middle text but no additional text at the end === <code><nowiki>{{Substitution|not}}</nowiki></code> produces: {{Substitution|not}} === With both middle text and additional text at the end=== <code><nowiki>{{Substitution|only (at least as of </nowiki>{{CURRENTYEAR}}<nowiki>)|if temperatures fall and it starts to snow}}</nowiki></code> produces:...")
- 13:31, 1 February 2025 Sushoff talk contribs created page Template:Substitution (Created page with "{{Ombox | type = notice | text = {{#if:{{{2|}}}||}}This template should {{large|'''{{{1}}}'''}} be substituted{{#if:{{{2|}}}| {{{2}}}}}. }}<noinclude> {{Documentation}} </noinclude>")
- 13:30, 1 February 2025 Sushoff talk contribs created page Template:R to redirect template/doc (Created page with "{{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata) --> {{High-use}} {{Substitution|not|nor used to tag soft redirects}} __NOTOC__ === Usage === {{hatnote|This rcat template is usually used in '''template namespace'''; however, it can be used in '''any namespace'''.}} * This redirect category ([...")
- 13:30, 1 February 2025 Sushoff talk contribs created page Template:R to redirect template (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R to redirect template |name=To a redirect category (rcat) template |from=an alias/shortcut (usually), or from a redirect that is the result of a page move/rename, |to=a redirect category (rcat) template |template category=Redirects to redirect templates |other category=Redirects to template namespace |printworthy=no }}<includeonly>{{{category|Category:Redirects to redi...")
- 13:30, 1 February 2025 Sushoff talk contribs created page Template:R to redirect template (Redirected page to Template:R to redirect template) Tag: New redirect
- 13:29, 1 February 2025 Sushoff talk contribs created page Template:R from merge/doc (Created page with "{{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata) --> {{High-use}} {{Twinkle standard installation}} {{Substitution|not|nor used to tag soft redirects}} {{tsh|R merge}} __NOTOC__ === Usage === {{hatnote|Use this rcat template in '''any namespace'''.}} * This redirect category (rcat) template is used to tag...")
- 13:29, 1 February 2025 Sushoff talk contribs created page Template:R from merge (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from merge |name=From a merge |from=a page that was merged into another page |info=This redirect was kept in order to preserve [[Special:PageHistory/{{FULLPAGENAMEE}}|'''the edit history of this page''']] after its content was merged into {{#if:{{{1|}}}|'''[[{{{1}}}]]'''|the content of the target page}}. Please ''do not'' remove the tag that generates this text (unless the need to recre...")
- 13:28, 1 February 2025 Sushoff talk contribs created page Template:R from shortcut (Redirected page to Template:R from shortcut) Tag: New redirect
- 13:27, 1 February 2025 Sushoff talk contribs created page Template:Citation Style documentation/doc (Created page with "{{Documentation subpage}} {{template shortcut|csdoc}} {{notice|When updating this template keep in mind that it is used on a number of template documentation pages. If the parameters in question are unique to a template, then either add it manually to the template documentation or create a new section here for transclusion.}} ==Usage== This template is used to build consistent documentation pages for {{cs1}} templates. : For example: {{tlx|Citation Style documentation|...")
- 13:27, 1 February 2025 Sushoff talk contribs created page Template:Citation Style documentation (Created page with "<includeonly>{{#invoke:Template wrapper|wrap|_template=Citation Style documentation/{{{1|}}}|_include-positional=yes}}</includeonly><noinclude> {{documentation}} </noinclude>")