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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 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>")
  • 13:26, 1 February 2025 Sushoff talk contribs created page Module:OutputBuffer/doc (Created page with "This module provides an easy and efficient way to generate lengthy strings. == Usage == First, load the module. <syntaxhighlight lang="lua"> local newBuffer = require('Module:OutputBuffer') </syntaxhighlight> Then, create the buffer and the functions that act on it. <syntaxhighlight lang="lua"> local getBuffer, print, printf = newBuffer() </syntaxhighlight> === getBuffer === <syntaxhighlight lang="lua"> local text = getBuffer(sep) </syntaxhighlight> Returns the c...")
  • 13:26, 1 February 2025 Sushoff talk contribs created page Module:OutputBuffer (Created page with "return function() local buffer = {} return function(sep) local b = buffer buffer = {} return table.concat(b, sep) end, function(text) buffer[#buffer + 1] = text end, function(...) buffer[#buffer + 1] = string.format(...) end end")
  • 13:25, 1 February 2025 Sushoff talk contribs created page Module:DemoTemplate/doc (Created page with "{{Module rating|beta}} {{lua|Module:OutputBuffer}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == Simply place "#invoke:{{BASEPAGENAME}}|" before a call to a template. For example, <nowiki>{{#invoke:DemoTemplate|Convert|10|km|nmi|abbr=off}}</nowiki> yields the following: :{{#invoke:{{BASEPAGENAME}}|Convert|10|km|nmi|abbr=off}} This module handles both named and positional p...")
  • 13:24, 1 February 2025 Sushoff talk contribs created page Module:DemoTemplate (Created page with "require('strict') local newBuffer = require('Module:OutputBuffer') local mt = {} function mt.__index(t, title) return function(frame) local getBuffer, print, printf = newBuffer() printf('{{%s', title) local ipairsArgs = {} for k,v in ipairs(frame.args) do if string.find(v, '=', 1, true) then break end ipairsArgs[k] = true printf('|%s', v) end for k,v in pairs(frame.args) do if not ipairsArgs[k] then printf('|%s=%s', string.gsub(k, '=...")
  • 13:22, 1 February 2025 Sushoff talk contribs created page Module:Transclusion count (Created page with "local p = {} function p._fetch(args) local template = nil local return_value = nil -- Use demo parameter if it exists, otherwise use current template name local namespace = mw.title.getCurrentTitle().namespace if args["demo"] and args["demo"] ~= "" then template = mw.ustring.gsub(args["demo"],"^[Tt]emplate:","") elseif namespace == 10 then -- Template namespace template = mw.title.getCurrentTitle().text elseif namespace == 828 then -- Module namespace temp...")
  • 13:21, 1 February 2025 Sushoff talk contribs created page Module:High-use/doc (Created page with "{{Module rating|release}} {{High-use}} {{Lua|Module:Effective protection level|Module:Message box|Module:Transclusion count|Module:Yesno}} Implements {{tl|High-use}}. Uses bot-updated values from subpages of Module:Transclusion_count/data/ when available. == Usage == {{Mlx|High-use|main|1{{=}}''number of transclusions''|2{{=}}''discussion page, or use + notation''|info{{=}}|demo{{=}}|form{{=}}|expiry{{=}}}} * ''...")
  • 13:20, 1 February 2025 Sushoff talk contribs created page Module:High-use (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs -- _fetch looks at the "demo" argument. local _fetch = require('Module:Transclusion_count')._fetch local yesno = require('Module:Yesno') function p._num(args, count, no_percent) if count == nil then if yesno(args['fetch']) == false then if (args[1] or '') ~= '' then count = tonumber(args[1]) end else count = _fetch(args) end end -- Build output string local return_value = "" if count ==...")
  • 13:19, 1 February 2025 Sushoff talk contribs created page Template:Rcat shell (Created page with "__NONEWSECTIONLINK__{{Mbox | name = Redirect category shell | type = move | image = none | style = margin-top: 1.1em; border: solid 1px darkblue; border-left-width: 0.5em; | textstyle = padding-top: 0.9em; padding-bottom: 0.9em; | text = '''This {{Talk other|talk page|page}} is a redirect. <small>The following categories are used to track and monitor this redirect:</small>'''{{#if:{{{h|}}} |{{block indent|1...")
  • 13:18, 1 February 2025 Sushoff talk contribs created page Template:High-use (Redirected page to Template:High-use) Tag: New redirect
  • 13:17, 1 February 2025 Sushoff talk contribs created page Template:Strong/doc (Created page with "{{Documentation subpage}} {{used in system}} <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> == Purpose == The {{Strong|Strong template}} makes it faster and easier to apply the {{tag|strong}} {{strong|importance, seriousness, or urgency}} HTML element to text, and more importantly to indicate to human editors and Wikipedia bots they should not use <code><nowiki>'''...'''</nowiki></code> or {{tag|b}} typographic boldfacin...")
  • 13:16, 1 February 2025 Sushoff talk contribs created page Template:Terminate sentence/doc (Created page with "{{Documentation subpage}} {{High-use}} {{Lua|Module:Text}} This template returns its first argument, after adding a full stop (or its second argument) if the sentence was not finished. == Usage == * {{#invoke:DemoTemplate|{{BASEPAGENAME}}|The rain in Spain}} * {{#invoke:DemoTemplate|{{BASEPAGENAME}}|falls mainly on the plain.}} * {{#invoke:DemoTemplate|{{BASEPAGENAME}}|BANG|!}} <includeonly>{{sandbox other|| <!-- Categories below this line --> {{uncategorized}} }}</inc...")
  • 13:16, 1 February 2025 Sushoff talk contribs created page Template:Terminate sentence (Created page with "{{{1}}}{{#if:{{#invoke:text|sentenceTerminated|{{{1|}}}}}||{{{2|.}}}}}<noinclude>{{documentation}}</noinclude>")
  • 13:15, 1 February 2025 Sushoff talk contribs created page Template:Strong (Created page with "<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>")
  • 13:13, 1 February 2025 Sushoff talk contribs created page Module:Message box/ombox.css (Created page with "{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray: background-color: #f8f9fa var(--background-color-neutral-subtle, #f8f9fa): ; box-sizing: border-box; color: #202122 var(--color-base, #202122): ; } 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;...")
  • 13:10, 1 February 2025 Sushoff talk contribs created page Module:Message box/configuration/doc (Created page with "{{Used in system}} {{Module rating|protected}} {{cascade-protected template|page=module}} Configuration for Module:Message box.")
  • 13:10, 1 February 2025 Sushoff talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)