User contributions for Inari
26 October 2024
- 20:4520:45, 26 October 2024 diff hist +640 N Module:Pagetype/rfd Created page with "-- This page contains a table of all RfD templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { -- Template forms (these should be substituted so we should rarely see these) ["Redirect for discussion"] = true, ["RFD"] = true, ["RfD"] = true, ["Rfd1"] = true, ["Rfd-t"] = true, ["Rfd"] = true, ["Rfd-NPF"] = true, ["..." current
- 20:4520:45, 26 October 2024 diff hist +398 N Module:Pagetype/softredirect/doc Created page with "{{cascade-protected template|page=module}} == Usage == This submodule of Module:Pagetype contains a list of templates used to identify soft redirects. It should consist of all templates in Category:Templates for soft redirects, plus their redirects. <includeonly>{{Sandbox other|| <!-- Categories below this line; interwikis at Wikidata --> }}</includeonly>" current
- 20:4520:45, 26 October 2024 diff hist +2,612 N Module:Pagetype/softredirect Created page with "-- This page contains a table of all soft redirect templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["R from category navigation"] = true, ["Redirect from category navigation"] = true, ["Category redirect"] = true, ["Cat move"] = true, ["Cat red"] = true, ["Cat redir"] = true, ["Cat redirect"] = true, ["Category mo..." current
- 20:4420:44, 26 October 2024 diff hist +2,438 N Module:Wikitext Parsing/doc Created page with "{{cascade-protected template|page=module}} This module provides some functions to help with the potential complex situation involved in modules like Module:Template parameter value, which intend to process the raw wikitext of a page and want to respect nowiki tags or similar reliably. This module is designed only to be called by other modules. == PrepareText == {{Module rating|release}} <code>PrepareText(text, keepComments)</code> will run any content within certain..." current
- 20:4320:43, 26 October 2024 diff hist +17,882 N Module:Wikitext Parsing Created page with "require("strict") --Helper functions local function startswith(text, subtext) return string.sub(text, 1, #subtext) == subtext end local function endswith(text, subtext) return string.sub(text, -#subtext, -1) == subtext end local function allcases(s) return s:gsub("%a", function(c) return "["..c:upper()..c:lower().."]" end) end local trimcache = {} local whitespace = {[" "]=1, ["\n"]=1, ["\t"]=1, ["\r"]=1} local function cheaptrim(str) --mw.text.trim is surprising..." current
- 20:3820:38, 26 October 2024 diff hist +87,200 N Module:Buffer/doc Created page with "{{Module rating |release<!-- Values: pre-alpha • alpha • beta • release • protected -- If a rating not needed/relevant, delete this template call -->}} {{TOC right}} {{Module rating|protected}} This was originally developed to optimize string concatenation as a helper method within Module:Asbox, but has been generalized for all modules. The interface for Module:Buffer objects is similar to that of {{Luaref|HTML_library|mw.html}} objects..." current
- 20:3820:38, 26 October 2024 diff hist +27,931 N Module:Buffer Created page with "--[[============================= This Module was written by Alexander Zhikun He, also known as, User:Codehydro on the English Wikipedia All methods were developed independently and any resemblance to other string buffer libraries would be coincidental. Furthermore, many methods will not work when compiled by standard Lua libraries as they depend on behaviors unique to the MediaMiki Scribunto mod, which, for example, has a getmetatable() method that always returns nil o..." current
- 20:3720:37, 26 October 2024 diff hist +353 N Template:Wikitable/doc Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{lua|Module:Wikitable}} {{Module:Wikitable/doc}} <includeonly>{{sandbox other|| <!-- Categories below this line, please; interwikis at Wikidata --> Category:Table templates }}</includeonly>" current
- 20:3720:37, 26 October 2024 diff hist +66 N Template:Wikitable Created page with "{{#invoke:wikitable|main}}<noinclude>{{documentation}}</noinclude>" current
- 20:3720:37, 26 October 2024 diff hist +4,216 N Module:Pagetype/configuration Created page with "-------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- -- St..." current
- 20:3720:37, 26 October 2024 diff hist +7 Module:Pagetype/doc No edit summary current
- 20:3620:36, 26 October 2024 diff hist +7 Module:Pagetype No edit summary current
- 20:3620:36, 26 October 2024 diff hist +22,391 N Module:Pagetype/doc Created page with "{{module rating|protected}} {{cascade-protected template|page=module}} {{Lua|Module:Arguments|Module:Disambiguation|Module:Namespace detect|Module:Pagetype/config|Module:Yesno}} This module is used to detect the page type of a given page. It detects redirect pages automatically and is highly customisable. It can be used on its own or as a meta-module to create other page-type-detection templates. This module can also be accessed using {{tl|pagetype}}. =..."
- 20:3520:35, 26 October 2024 diff hist +8,227 N Module:Pagetype Created page with "-------------------------------------------------------------------------------- -- -- -- This meta-module which automatically detects namespaces, and allows -- -- for a great deal of customisation. It can easily be ported to other -- -- wikis by changing the values in the Module:Pagetype/config. -- --..."
- 20:3420:34, 26 October 2024 diff hist +26,956 N Template:Pagetype/doc Created page with "{{Documentation subpage}} <!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{cascade-protected template}} {{lua|Module:Pagetype}} This template is used to detect the page type of a given page. It detects redirect pages automatically and is highly customisable. It can be used on its own or as a meta-template to create other page-type-detection templates. == Syntax == ; Basic code..." current
- 20:3420:34, 26 October 2024 diff hist +179 N Template:Pagetype Created page with "{{<includeonly>safesubst:</includeonly>#invoke:pagetype|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 20:3420:34, 26 October 2024 diff hist +4,704 N Module:Wikitable/doc Created page with "{{#ifeq:{{NAMESPACE}}|Module|{{Module rating |release}}}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == This {{pagetype}} is designed to make passing tables to templates less of a hassle. <noinclude>It implements {{tl|wikitable}}</noinclude> Oftentimes, adding wikitable markup to a template or other parser tag generates gibberish when one fails to escape eve..." current
- 20:3320:33, 26 October 2024 diff hist +515 N Module:Wikitable Created page with "local p = {}; local getArgs = require('Module:Arguments').getArgs local buffer = require("Module:Buffer")('{|') function p.main(frame) local args = getArgs(frame, {removeBlanks=false, trim=false} ) for k, v in pairs(args) do if type(k) ~= 'number' then buffer:_(string.format(string.match(v, '^["\']') and ' %s=%s' or ' %s="%s"', k, v)) end end buffer:_'\n' for _, v in ipairs(args) do if not string.match(v, '^!') then buffer:_'|' end buffer:_(v) end return ta..." current
- 20:3220:32, 26 October 2024 diff hist +3,500 N Template:Table/doc Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == <code><nowiki>{{Table|</nowiki>''param1''|''param2''|''param3''|class=<nowiki>}}</nowiki></code> Use at the beginning of a table to assign the <code>wikitable</code> and other commonly used table CSS classes. With no parameters, the template outputs <code>class="wikitable"</code>. The ''param1'', ''par..." current
- 20:3220:32, 26 October 2024 diff hist +1,038 N Template:Table Created page with "class="wikitable {{{{{|safesubst:}}}#switch:{{{1|}}} | show|hidable|collapsible|mw-collapsible = mw-collapsible | auto|autocollapse = mw-collapsible autocollapse | hide|collapse|collapsed|mw-collapsed = mw-collapsible mw-collapsed | sort|sortable = sortable | outer|outercollapse = outercollapse | inner|innercollapse = innercollapse | }} {{{{{|safesubst:}}}#switch:{{{2|}}} | show|hidable|collapsible|mw-collapsible = mw-collapsible | auto|autocollapse = mw-collapsible aut..." current
- 19:4419:44, 26 October 2024 diff hist +7,598 N Template:Aligned table/doc Created page with "{{Documentation subpage}} {{Lua|icononly=on |Module:Aligned table}} <!----Please place categories where indicated at the bottom of this page and interwikis in Wikidata----> The purpose is of this template is for generating simple tables in locations where standard table markup is either not possible, without significant use of the {{tlc|!}} magic word (e.g., with a {{tl|sidebar}} template), or cumbersome (due to the repetitive use of specification of the s..." current
- 19:4419:44, 26 October 2024 diff hist +188 N Template:Aligned table Created page with "{{<includeonly>safesubst:</includeonly>#invoke:aligned table|table}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
- 19:4319:43, 26 October 2024 diff hist +191 N Module:Aligned table/doc Created page with "{{module rating|protected}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> Implements {{tl|Aligned table}}" current
- 19:4319:43, 26 October 2024 diff hist +5,891 N Module:Aligned table Created page with "-- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local root = mw.html.create('table') -- add table style for fullwidth if isnotempty(args['fullwidth'..." current
- 19:4019:40, 26 October 2024 diff hist +2,533 N Template:Table alignment/doc Created page with "{{Documentation subpage}} {{Uses TemplateStyles|Template:Table alignment/tables.css}} == Purpose == To make it simpler to align the columns in tables with less wikicode. == Usage == Place <code><nowiki>{{Table alignment}}</nowiki></code> just before the table and then add some classes to the table. {| class="wikitable" ! classname ! Purpose |- | <code>defaultleft</code> || Align all table cells left by default |- | <code>defaultcenter</code> || Align all table cells c..." current
- 19:4019:40, 26 October 2024 diff hist +100 N Template:Table alignment Created page with "<templatestyles src="Template:Table alignment/tables.css" /><noinclude>{{documentation}}</noinclude>" current
- 19:4019:40, 26 October 2024 diff hist +1,851 N Template:Table alignment/tables.css Created page with "→{{pp-template}}: .defaultleft { text-align:left; } .defaultcenter { text-align:center; } .defaultright { text-align:right; } .col1left td:nth-child(1), .col2left td:nth-child(2), .col3left td:nth-child(3), .col4left td:nth-child(4), .col5left td:nth-child(5), .col6left td:nth-child(6), .col7left td:nth-child(7), .col8left td:nth-child(8), .col9left td:nth-child(9), .col10left td:nth-child(10), .col11left td:nth-child(11), .col12left td:nth-child(12), .col13left td:..." current
- 19:3919:39, 26 October 2024 diff hist +45 m 7400 (Integrated circuit) No edit summary Tag: Visual edit
- 19:3819:38, 26 October 2024 diff hist +1,503 N 7400 (Integrated circuit) Created page with "{{DISPLAYTITLE:7400}} {| class="wikitable floatright" style="text-align:center" |- ! colspan="3" | NAND gate truth table |- bgcolor="#ddeeff" |colspan=2|'''Input''' || '''Output''' |- bgcolor="#ddeeff" | A || B || A NAND B |- |{{no2|0}} || {{no2|0}} || {{yes2|1}} |- |{{no2|0}} || {{yes2|1}} || {{yes2|1}} |- |{{yes2|1}} || {{no2|0}} || {{yes2|1}} |- |{{yes2|1}} || {{yes2|1}} || {{no2|0}} |} The '''7400''' Integrated circuit is a TTL '''Quad 2-Input''' [[NAND gate]..." Tag: Visual edit: Switched
- 19:1719:17, 26 October 2024 diff hist −585 Main Page No edit summary Tag: Visual edit
- 19:0719:07, 26 October 2024 diff hist +2,043 N Template:Respond/doc Created page with "{{Documentation subpage}} {{Respond}} == Usage == This template can be used to format standard response templates, so that they have a consistent appearance and centralised styling. Most templates listed at Template:Done/See also are good candidates to use this template. The template currently supports 26 standard icon images and any custom image can be chosen as well. It will then add following text in bold. The icon will have a default size of 18px, but this can..." current
- 19:0719:07, 26 October 2024 diff hist +1,166 N Template:Respond Created page with "<includeonly>File:{{{{{|safesubst:}}}#switch:{{{1|{{{icon|}}}}}} |blackcheck = UI Black Check.svg |bluebrokenplus = Symbol unsupport2 vote.svg |bluecheck = UI Blue Check.svg |blueclock = Pictogram voting wait blue.svg |blueplus = Symbol support2 vote.svg |deferred = Symbol deferred.svg |greencheck = UI Green Check.svg |greenclock = Pictogram voting wait green.svg |greenplus = Symbol support vote.svg |greybrokenplus = Symbol unsupport vote.svg |greyexclamation = Pictogr..." current
- 19:0519:05, 26 October 2024 diff hist +1,440 N Template:Warning sign/doc Created page with "{{Documentation subpage}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> This template is to highlight the importance / warn, commonly for use on talk pages. It is used to visually draw attention inline in a message, to a warning about something, such as inappropriate editor behavior, a coding difficulty to watch out for, etc. {{Strong|It is not used in WP:MAINSPACE|art..." current
- 19:0419:04, 26 October 2024 diff hist +253 N Template:Warning sign Created page with "{{Respond|UI Warning.svg|{{{{{|safesubst:}}}ucfirst:{{{1|Warning}}}}}|alt=red-outlined triangle containing exclamation point}}<noinclude> {{Documentation}} <!--Please add this template's categories to the /doc subpage, not here - thanks!--> </noinclude>" current
- 19:0319:03, 26 October 2024 diff hist +82 N Template:Warnsign Redirected page to Template:Warning sign current Tag: New redirect
- 18:4018:40, 26 October 2024 diff hist +7,442 N Module:Transcluder/doc Created page with "{{Module rating|beta}} This module is a general-purpose '''transclusion engine''', able to transclude any part of any page and with many options that normal transclusion doesn't provide. == Usage == === Modules === The main entry point for modules is the <code>get</code> method. * <code>get( 'Title' )</code> — Get the requested page (exact same result as normal transclusion) * <code>get( 'Title#' )</code> — Get the lead section of the requested page * <code>get(..." current
- 18:4018:40, 26 October 2024 diff hist +29,968 N Module:Transcluder Created page with "-- Module:Transcluder is a general-purpose transclusion engine -- Documentation and master version: https://en.wikipedia.org/wiki/Module:Transcluder -- Authors: User:Sophivorus, User:Certes & others -- License: CC-BY-SA-3.0 local p = {} -- Helper function to test for truthy and falsy values -- @todo Somehow internationalize it local function truthy(value) if not value or value == '' or value == 0 or value == '0' or value == 'false' or value == 'no' or value == 'non' t..." current
- 18:3918:39, 26 October 2024 diff hist +48,913 N Module:Excerpt/portals Created page with "-- ATTENTION ! -- This version of Excerpt is designed specifically for the portal namespace and its associated templates -- Prefer Module:Excerpt whenever possible -- Name of the category to track content pages with errors local errorCategory = "Articles with broken excerpts" -- Error messages local errorMessages = { prefix = "Excerpt error: ", noPage = "No page given", pageNotFound = "Page '%s' not found", leadEmpty = "Lead section is empty", sectionEmpty = "Sect..." current
- 18:3918:39, 26 October 2024 diff hist +2,687 N Module:Excerpt/doc Created page with "{{Module rating|beta}} {{Lua|Module:Excerpt/configuration|Module:Transcluder|Module:Yesno|Module:TNT}} This module implements Template:Excerpt. * See Template:Excerpt for documentation on the template parameters * See mw:Module:Excerpt for documentation on this module * See Module:Excerpt/configuration for configuration of this module == Portals == Portals use a previous version of this module: * Module:Excerpt/portals / Module:Excerpt/portals/..." current
- 18:3818:38, 26 October 2024 diff hist +5,316 N Module:Excerpt/configuration Created page with "return { -- Templates that should never be transcluded blacklist = { '2021 United States Capitol attack', '2021 storming of the United States Capitol', '[Aa]bout', '[Tt]his', '[Tt]his article is about', '[Aa]griculture', '[Aa]nchor', '[Bb]roader', '[Cc]ampaignbox', '[Cc]ampaign', '[Cc]itations broken from PEIS limit', '[Cc]oor', '[Ll]ocation', '[Ll]ocation dec', '[Cc]o%-ord', -- Coordinates '[Cc]urrent', '[Ff]lux', '[Ll]ive', '[Oo]n ?going', '[Rr]ece..." current
- 18:3818:38, 26 October 2024 diff hist +9,783 N Module:Excerpt Created page with "-- Module:Excerpt implements the Excerpt template -- Documentation and master version: https://en.wikipedia.org/wiki/Module:Excerpt -- Authors: User:Sophivorus, User:Certes, User:Aidan9382 & others -- License: CC-BY-SA-3.0 local Transcluder = require( 'Module:Transcluder' ) local yesno = require( 'Module:Yesno' ) local ok, config = pcall( require, 'Module:Excerpt/configuration' ) if not ok then config = {} end local p = {} -- Helper function to get arguments local a..." current
- 18:3518:35, 26 October 2024 diff hist +30,500 N Template:Excerpt/doc Created page with "{{Documentation subpage}} {{Lua|Module:Excerpt}} This template is used for reusing parts of pages in other pages. This practice has various advantages and disadvantages. This template extends the capabilities of the built-in normal transclusion and labeled section transclusion. ==Usage== * <code><nowiki>{{Excerpt|Page title}}</nowiki></code> – Transclude the lead section ([..." current
- 18:3518:35, 26 October 2024 diff hist +175 N Template:Excerpt Created page with "<includeonly>{{#invoke:Excerpt|main | 1 = {{{article|{{{page|{{{1}}}}}}}}} | 2 = {{{section|{{{fragment|{{{2|}}}}}}}}} }}</includeonly><noinclude>{{Documentation}}</noinclude>" current
- 18:3418:34, 26 October 2024 diff hist +922 N Template:Notelist/doc Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Lua|Module:Check for unknown parameters}} {{Transwiki guide |small=yes |text=See '''this information''' on copying this template and modifying it for use on another wiki.}} {{#section:Help:footnotes|pregroup}} ==TemplateData== {{excerpt|Template:Reflist/doc|Template data}} =..." current
- 18:3418:34, 26 October 2024 diff hist +628 N Template:Notelist Created page with "{{safesubst<noinclude />:reflist|{{{1|{{{colwidth|}}}}}}|refs={{{refs|{{{notes|}}}}}}|group={{safesubst<noinclude />:#switch: {{{group|}}} | note | upper-alpha | upper-roman | lower-alpha | lower-greek | lower-roman = {{{group|}}} | #default = lower-alpha }}}}{{safesubst<noinclude />:#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page us..." current
- 18:1518:15, 26 October 2024 diff hist 0 Template:Category link without namespace/doc No edit summary current
- 18:1518:15, 26 October 2024 diff hist +1 Template:Category link without namespace/doc No edit summary
- 18:1318:13, 26 October 2024 diff hist +1 Template:Var serif/doc No edit summary current
- 18:1318:13, 26 October 2024 diff hist −12 Template:TemplateData header/doc No edit summary current
- 18:1318:13, 26 October 2024 diff hist +4,012 N Template:TemplateData header/doc Created page with "{{Documentation subpage}} {High-use}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Check for unknown parameters}} The {{tlx|TemplateData header}} template inserts a brief header for the template data section, and adds the page to Category:Templates using TemplateData. == Usage == <pre style="overflow:auto;"> ==TemplateData== {{TemplateData header}} <templatedata>{ ... }</templatedata> Note: Section hea..."