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).
- 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...")
- 13:09, 1 February 2025 Sushoff talk contribs created page Module:Yesno/doc (Created page with "<noinclude>{{pp|small=yes}} </noinclude>{{used in system}} {{Module rating|protected}} {{cascade-protected template|page=module}} This module provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>true</code> and <code>false</code> boolean values, wikicode templates can only express boolean values through strings such as "yes", "no", etc. This module processes these kinds of strings and turns them into boolean inp...")
- 13:09, 1 February 2025 Sushoff talk contribs created page Module:Yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki 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 =...")
- 13:06, 1 February 2025 Sushoff talk contribs created page Module:Message box/doc (Created page with "{{Used in system}} {{module rating|p}} {{cascade-protected template|page=module}} {{Lua|Module:Message box/configuration|Module:Yesno|Module:Arguments|Module:Category handler}} {{Uses TemplateStyles|Module:Message box/ambox.css|Module:Message box/cmbox.css|Module:Message box/fmbox.css|Module:Message box/imbox.css|Module:Message box/ombox.css|Module:Message box/tmbox.css}} This is a meta-module that implements the message box templates {{tl|mbox}}, {{tl|ambox}}, {{tl|cmb...")
- 13:05, 1 February 2025 Sushoff talk contribs created page Module:Message box (Created page with "require('strict') 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 ---------------------------------------------------------------------------...")
- 13:04, 1 February 2025 Sushoff talk contribs created page Template:AWB standard installation (Created page with "{{ mbox | image = 44x50px|alt=|link= | text = This template is used by the standard installation of AutoWikiBrowser (AWB). If you are planning to make any major changes to this template, move it, or nominate it for deletion, please notify AWB's users and maintainers beforehand at Wikipedia talk:AWB as a courtesy.{{#if:{{{1|}}}|<p> {{{1}}}}}}}<includeonly>{{#if:{{{nocat|}}}||{{#if...")
- 13:03, 1 February 2025 Sushoff talk contribs created page Template:Cascade-protected template (Created page with "{{mbox | type = protection | image = 40x40px|link=|alt= | text = This {{{page|template}}} can only be edited by administrators because it is transcluded onto one or more cascade-protected pages. }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! --> </noi...")
- 13:02, 1 February 2025 Sushoff talk contribs created page Template:Citation Style documentation (Redirected page to Template:Citation Style documentation) Tag: New redirect
- 13:01, 1 February 2025 Sushoff talk contribs created page Template:High-use (Created page with "{{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage; interwiki links go to Wikidata, thank you! --> </noinclude>")
- 13:01, 1 February 2025 Sushoff talk contribs created page Template:Mbox (Created page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>")
- 13:00, 1 February 2025 Sushoff talk contribs created page Template:Documentation subpage (Created page with "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|link= | text = {{strong|This is a documentation...")
- 12:59, 1 February 2025 Sushoff talk contribs created page Template:Pp-template/doc (Created page with "{{Documentation subpage}} {{High-use}} {{Twinkle standard installation}} {{User:MusikBot II/Config notice}} {{Lua|Module:Protection banner}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> This is the {{tl|pp-template}} protection notice. It is used on protected templates and on protected file (image) pages. This template does not show on pages that are not protected; instead, it reports an error. Please note that only Wikipedia:Administrat...")
- 12:59, 1 February 2025 Sushoff talk contribs created page Template:Pp-template (Created page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 12:57, 1 February 2025 Sushoff talk contribs created page Template:Cite web/doc (Created page with "<noinclude>{{pp-template}}</noinclude> {{Documentation subpage}} {{High-use}} {{cascade-protected template}} {{AWB standard installation}} {{csdoc|lua}} {{csdoc|cs1}} {{csdoc|lead|web sources that are not characterized by another CS1 template. Do not use this template in the "External links" section of articles}} == Usage == {{csdoc|usage}} {{csdoc|usage common}} ;To cite a web page with a credited author <syntaxhighlight lang="wi...")
- 12:56, 1 February 2025 Sushoff talk contribs created page Template:Cite journal/doc (Created page with "<noinclude>{{pp-template}}{{pp-move-indef}}</noinclude><includeonly>{{Redirect1|Template:Cite paper|conference papers|Template:Cite conference}}</includeonly> {{Documentation subpage}} {{High-use}} {{cascade-protected template}} {{csdoc|lua|lua=yes}} {{csdoc|cs1|lua=yes}} {{csdoc|lead|academic and scientific papers published in academic journals. For articles in magazines and newsletters, use {{tlx|cite magazine}}. For white papers, or unpublished papers, please use...")
- 12:56, 1 February 2025 Sushoff talk contribs created page Template:Cite book/doc (Created page with "{{high-risk}} {{cascade-protected template}} <noinclude>{{pp|reason=Persistent disruptive editing Protecting high visibility template.|small=yes}}</noinclude>{{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata). --> {{csdoc|lua}} {{csdoc|cs1}} {{csdoc|lead|books}} When citing an article in a periodical, use {{tl|cite journal}} or {{tl|cite ma...")
- 12:55, 1 February 2025 Sushoff talk contribs created page Template:Cite news/doc (Created page with "<noinclude>{{pp-template}}</noinclude> {{Documentation subpage}} {{High-risk}} {{cascade-protected template}} {{csdoc|lua}} {{csdoc|cs1}} {{csdoc|lead|news articles in print, video, audio or web}} == Usage == {{csdoc|usage}} {{csdoc|usage common}} ;To cite a news article with a credited author <syntaxhighlight lang="wikitext" copy="1">{{cite news |last= |first= |date= |title= |url= |work= |location= |publisher= |access-date=}}</syntaxhighlight> ;To cite a news article...")
- 12:53, 1 February 2025 Sushoff talk contribs created page Module:Documentation/styles.css (Created page with "{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0; 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-bott...")
- 12:50, 1 February 2025 Sushoff talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- 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:49, 1 February 2025 Sushoff talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke 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'...")
- 12:44, 1 February 2025 Sushoff talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in...")