User contributions for Inari
Appearance
31 January 2026
- 16:4416:44, 31 January 2026 diff hist +529 N Zilog Z80 Created page with "{{Short description|8-bit microprocessor}} {{Infobox CPU | name = Zilog Z80 | manuf1 = Zilog, Mostek, NEC, Sharp, Toshiba, Hitachi, National Semiconductor | slowest = 2.5 | fastest = 20 | slow-unit = MHz | fast-unit = MHz | pack1 = 40-pin DIP | pack2 = 44-pin PLCC | pack3 = 44-pin QFP | predecessor = Intel 8080 | successor = {{hlist | Z180 | Z..." current
- 16:4416:44, 31 January 2026 diff hist +181 N Template:Hlist Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 16:4316:43, 31 January 2026 diff hist +19,470 N Module:Text Created page with "local yesNo = require("Module:Yesno") local Text = { serial = "2024-09-21", suite = "Text" } --[=[ Text utilities ]=] local function fiatQuote( apply, alien, advance ) -- Quote text -- Parameter: -- apply -- string, with text -- alien -- string, with language code -- advance -- number, with level 1 or 2 local r = apply and tostring(apply) or "" alien = alien or "en" advance = tonumber(advance) or 0 l..." current
- 16:4316:43, 31 January 2026 diff hist +4,874 N Module:Detect singular Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local yesNo = require('Module:Yesno') -- function to determine whether "sub" occurs in "s" local function plainFind(s, sub) return mw.ustring.find(s, sub, 1, true) end -- function to count the number of times "pattern" (a regex) occurs in "s" local function countMatches(s, pattern) local _, count = mw.ustring.gsub(s, pattern, '') return count end local singular = 1 local likelyPlural = 2 local plural..." current
- 16:4216:42, 31 January 2026 diff hist +77 N Template:Pluralize from text Created page with "{{#invoke:Detect singular|pluralize}}<noinclude>{{documentation}}</noinclude>" current
- 16:4016:40, 31 January 2026 diff hist +667 N Template:Efn Created page with "<includeonly>{{safesubst<noinclude />:#if:{{{name|}}} |{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|name={{{name|}}}|group={{safesubst<noinclude />:#switch: {{{group|}}} | note | upper-alpha | upper-roman | lower-alpha | lower-greek | lower-roman = {{{group|}}} | #default = lower-alpha }}}} |{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|group={{safesubst<noinclude />:#switch: {{{group|}}} | note | up..." current
- 16:3816:38, 31 January 2026 diff hist +10,695 N Template:Infobox CPU Created page with "{{Infobox | title = {{{name|<includeonly>{{PAGENAMEBASE}}</includeonly>}}} | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|alt={{{alt|}}}}} | caption = {{{caption|}}} | header1 = {{ #if: {{{hide_subheadings|}}}||{{ #if: {{{launching|}}}{{{produced-end|}}}{{{produced-start|}}}{{{created|}}}{{{soldby|}}}{{{designfirm|}}}{{{manuf1|}}}{{{cpuid|}}}{{{code|}}} | General information }}}} | label2 = Launching | data2 = {{{launching|..." current
- 16:3816:38, 31 January 2026 diff hist +181 N Template:Unbulleted list Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 06:2706:27, 31 January 2026 diff hist +56 m C No edit summary current Tag: Visual edit: Switched
- 06:2606:26, 31 January 2026 diff hist +198 N C++ Created page with "{{Short description|General-purpose programming language}} {{Infobox programming language | name = C++ | logo = ISO C++ Logo.svg | family = C }} {{Stub}}" current
- 06:2506:25, 31 January 2026 diff hist +159 N C Created page with "{{Short description|General-purpose programming language}} {{Infobox programming language | name = C | logo = The C Programming Language logo.svg }} {{Stub}}" Tag: Visual edit: Switched
- 06:2306:23, 31 January 2026 diff hist −115 Template:Infobox programming language No edit summary current
- 06:2306:23, 31 January 2026 diff hist +178 N Template:Remove first word Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|pattern=^[^{{{sep|%s}}}]*{{{sep|%s}}}*|replace=|plain=false}}<noinclude>{{Documentation}}</noinclude>" current
- 06:2206:22, 31 January 2026 diff hist +4,340 N Module:URL Created page with "-- -- This module implements {{URL}} -- -- See unit tests at Module:URL/testcases local p = {} local function safeUri(s) local success, uri = pcall(function() return mw.uri.new(s) end) if success then return uri end end local function extractUrl(args) for name, val in pairs(args) do if name ~= 2 and name ~= "msg" then local url = name .. "=" .. val; url = mw.ustring.gsub(url, '^[Hh][Tt][Tt][Pp]([Ss]?):(/?)([^/])', 'http%1://%3') local uri = sa..." current
- 06:2206:22, 31 January 2026 diff hist +329 N Template:URL Created page with "<includeonly>{{#invoke:URL|url}}</includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:URL with unknown parameter "_VALUE_"|ignoreblank=y | 1 | 2 }}<noinclude>{{documentation}}</noinclude>" current
- 06:2206:22, 31 January 2026 diff hist +2,335 N Module:InfoboxImage/data Created page with " local placeholderList = { "Blue - Replace this image female.svg", "Blue - Replace this image male.svg", "Flag of None (square).svg", "Flag of None.svg", "Flag of.svg", "Green - Replace this image female.svg", "Green - Replace this image male.svg", "Image is needed female.svg", "Image is needed male.svg", "Location map of None.svg", "Male no free image yet.png", "Missing flag.png", "No flag.svg", "No free portrait.s..." current
- 06:2106:21, 31 January 2026 diff hist +8,546 N Module:InfoboxImage Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th..." current
- 06:2106:21, 31 January 2026 diff hist +5,863 N Template:Infobox programming language Created page with "{{Infobox | bodyclass = vevent | bodystyle = {{{bodystyle|}}} | above = {{#if:{{{title|{{{name|}}}}}} |{{{title|{{{name|}}}}}} |<includeonly>{{PAGENAMEBASE}}</includeonly>}} | abovestyle = background-color:#e0e0e0; color:inherit; | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{logo|}}}|size={{{logo size|{{{logo_size|}}}}}}|sizedefault=121px|alt={{{logo alt|{{{logo_alt|}}}}}}}} | caption = {{{logo caption|}}} | image2 = {{#if:{{{collapsible|}}}..."
- 06:2106:21, 31 January 2026 diff hist +1,206 N Template:Infobox software/simple Created page with "<!-- 1=Name 2=Discontinued (yes/no) 3=Latest release version 4=Latest release date 5=Latest preview version 6=Latest preview date -->{{#if:{{{3|}}}{{{5|}}}<!-- -->{{#ifexist:Template:Latest stable software release/{{#if:{{{1|}}}|{{{1}}}|{{PAGENAME}}}}|1|}}<!-- -->{{#ifexist:Template:Latest preview software release/{{#if:{{{1|}}}|{{{1}}}|{{PAGENAME}}}}|1|}}<!-- -->|{{Infobox | child = yes | labelstyle = white-space: nowrap; | label1 = Software re..." current
- 06:2006:20, 31 January 2026 diff hist +1,390 N Module:Correct title categories Created page with "local p = {} function p.main(frame) local args = frame:getParent().args if args.nocat == "1" or args.nocat == "yes" then return "" end return p._main(frame.args[1]) end function p._main(title) title = mw.text.unstripNoWiki(title) -- Decode HTML entities unless the title itself is demonstrating one if title:sub(1, 1) ~= "&" then title = mw.text.decode(title) end title = title:gsub("'","") -- Add a trailing "a" to distinguish empty from no fragment local tit..." current
- 06:1906:19, 31 January 2026 diff hist +173 N Template:Namespace detect Created page with "{{SAFESUBST:<noinclude />#invoke:Namespace detect|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 06:1906:19, 31 January 2026 diff hist +1,851 N Module:SDcat Created page with "--SDcat Module to check whether local short description matches that on Wikidata -- local p = {} ------------------------------------------------------------------------------- --[[ setCat has the qid of a Wikidata entity passed as |qid= (it defaults to the associated qid of the current article if omitted) and the local short description passed as |sd= It returns a category if there is an associated Wikidata entity. It returns one of the following tracking categor..." current
- 06:1906:19, 31 January 2026 diff hist +94 N Template:SDcat Created page with "<includeonly>{{#invoke:SDcat |setCat}}</includeonly><noinclude> {{documentation}} </noinclude>" current
- 06:1806:18, 31 January 2026 diff hist +827 N Template:Short description/lowercasecheck Created page with "{{#ifeq:<!--test first character for lower-case letter-->{{#invoke:string|find|1={{{1|}}}|2=^%l|plain=false}}|1 |<!-- first character is a lower case letter; test against whitelist -->{{#switch: {{First word|{{{1|}}}}}<!--begin whitelist--> |c. <!--for circa--> |gTLD |iMac |iOS |iOS, |iPad |iPhone |iTunes |macOS |none |pH |pH-dependent=<!-- end whitelist; short description starts with an allowed lower-case string; whitelist matched; do nothing --> |#default=<!-- apply c..." current
- 06:1806:18, 31 January 2026 diff hist +1,362 N Template:Short description Created page with "{{#ifeq:{{lc:{{{1|}}}}}|none|{{SHORTDESC:}}<nowiki/><!--Prevents whitespace issues when used with adjacent newlines-->|<div class="shortdescription nomobile noexcerpt noprint searchaux" style="display:none">{{{1|}}}{{SHORTDESC:{{{1|}}}|{{{2|}}}}}</div>}}<includeonly>{{#ifeq:{{{pagetype}}}|Disambiguation pages||{{#ifeq:{{pagetype |defaultns = all |user=exclude}}|exclude||{{#ifeq:{{#switch: {{NAMESPACENUMBER}} | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 11 | 12 | 13 | 14 | 15 | 100 | 1..." current
- 06:1806:18, 31 January 2026 diff hist +8,423 N Module:RfD Created page with "require('strict') local p = {} local getTargetFromText = require('Module:Redirect').getTargetFromText local messageBox local mboxText = "'''The purpose of this redirect is currently being discussed by the Wikipedia community." .. " The outcome of the discussion may result in a change of this page, or possibly its deletion in accordance with Wikipedia's deletion policy.''' <br />" .. " Please share your thoughts on the matter at '''[[Wik..." current
- 06:1706:17, 31 January 2026 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
- 06:1706:17, 31 January 2026 diff hist +3,176 N Module:Disambiguation/templates Created page with "-- This page contains a table of all disambiguation 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 { ["Disambiguation"] = true, ["DAB"] = true, ["Dab"] = true, ["Dab page"] = true, ["Dabpage"] = true, ["Dbig"] = true, ["Dis"] = true, ["Disam"] = true, ["Disamb"] = true, ["Disambig"] = true, ["Disambig misspelling..." current
- 06:1506:15, 31 January 2026 diff hist +50 N Module:Pagetype/disambiguation Redirected page to Module:Disambiguation/templates current Tag: New redirect
- 06:1406:14, 31 January 2026 diff hist 0 m Module:Pagetype/setindex Inari moved page Module:Pagetype/softindex to Module:Pagetype/setindex without leaving a redirect current
- 06:1306:13, 31 January 2026 diff hist +1,489 N Module:Pagetype/setindex Created page with "-- This page contains a table of all set index 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 { ["Set index article"] = true, ["Sia"] = true, ["Set index"] = true, ["SIA"] = true, ["Set-index"] = true, ["Setindex"] = true, ["Set-index article"] = true, ["Animal common name"] = true, ["Chemistry index"] = true..."
- 06:1306:13, 31 January 2026 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
- 06:1206:12, 31 January 2026 diff hist +17,908 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
- 06:1106:11, 31 January 2026 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
- 06:1106:11, 31 January 2026 diff hist +8,234 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. -- --..." current
- 06:1106:11, 31 January 2026 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
- 06:1006:10, 31 January 2026 diff hist +732 N Template:Self-reference Created page with "{{#switch:{{{2|NONE}}} |NONE|hatnote|hat={{Hatnote|extraclasses=plainlinks selfreference noprint|1={{{1}}}}} |inline=<div class="plainlinks selfreference" style="display:inline; font-style: italic;"><!--Same style as class hatnote.-->{{{1}}}</div> |<!--Matching the empty string here for unprintworthy content is for backwards compatibility with the 2006-2008 version. Do not depend on it!-->=<div style="display:inline;" class="plainlinks selfreference noprint">{{{1}}}</di..." current
- 06:1006:10, 31 January 2026 diff hist +147 N Template:Selfref Redirected page to Template:Self-reference current Tag: New redirect
- 06:1006:10, 31 January 2026 diff hist +2,002 N Template:Correct title Created page with "{{selfref|1=The correct title of this {{pagetype|page={{{demopage|{{FULLPAGENAME}}}}}}} is {{terminate sentence|'''{{{title|{{{1|{{Error|not specified}}}}}}}}'''}} {{#switch:{{{reason|}}} |:|namespace = The {{{edit|substitution or omission}}} of the colon is |(|bracket|brackets = The {{{edit|{{#switch:{{#expr: {{#invoke:String|len|{{{title|{{{1|}}}}}}}} - {{#invoke:String|len|{{#invoke:String|replace|{{{demopage|{{FULLPAGENAME}}}}}| %(.*%)$||1|fal..." current
- 06:1006:10, 31 January 2026 diff hist +257 N C Sharp Created page with "{{Short description|General-purpose programming language}}{{Correct title|title=C#|reason=#}} {{Infobox programming language | name = C# | logo = C_Sharp_Logo_2023.svg | logo size = 165px | family = C }} {{Stub}}" current
- 05:5505:55, 31 January 2026 diff hist −1 Module:Article stub box No edit summary current
- 05:5505:55, 31 January 2026 diff hist +472 N Module:Article stub box/styles.css Created page with "→{{pp-template}}: →Article stub message box styles: .asbox { position: relative; overflow:hidden; } .asbox table { background: transparent; } .asbox p { margin: 0; } .asbox p + p { margin-top: 0.25em; } .asbox-body { font-style: italic; } .asbox-note { font-size: smaller; } .asbox .navbar { position: absolute; top: -0.75em; right: 1em; display: none; } :not(p):not(.asbox) + style + .asbox, :not(p):not(.asbox) + link + .asbox { margin-top: 3em; }" current
- 05:5405:54, 31 January 2026 diff hist +13,047 N Module:Article stub box Created page with "--[[ This module was created by User:CodeHydro (Alexander Zhikun He). User:Jackmcbarn and User:Mr._Stradivarius provided a great deal of assistance in writting p.main() p.main() draw heavily from the following version of Template:Asbox of the English Wikipedia, authored primarily by User:Rich_Farmbrough https://en.wikipedia.org/w/index.php?title=Template:Asbox&oldid=619510287 p.templatepage() is derived from the following revision of Template:Asbox/templatepage, author..."
- 05:5305:53, 31 January 2026 diff hist +2,897 N Template:No redirect/doc Created page with "{{tsh|-r}} {{Template:Confused|Template:R}} {{Documentation subpage}} {{expensive}} {{High-risk}} {{Lua|Module:Redirect}} == Usage == This template provides an easy way to link a redirect page without following the redirect. <syntaxhighlight lang="wikitext">{{no redirect|page name|label}}</syntaxhighlight> It accepts two unnamed parameters: * 1= (required) the name of the page to link. * 2= (optional) the text to be displayed. If this is omitted then the input of the..." current
- 05:5305:53, 31 January 2026 diff hist +358 N Template:No redirect Created page with "{{safesubst:<noinclude/>#if: {{safesubst:<noinclude/>#invoke:Redirect|isRedirect|{{{1}}}}} | <span class="plainlinks">[{{safesubst:<noinclude/>fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]</span><span style="display: none">[[:{{{1}}}]]</span> | [[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}|{{{2|{{{1}}}}}}]] }}<noinclude> {{documentation}} </noinclude>" current
- 05:5205:52, 31 January 2026 diff hist +9,736 N Template:Asbox/doc Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{High-use}} {{Template shortcut|asbox}} {{lua|Module:Article stub box}} {{Mbox templates (small)}} This is the Article stub box metatemplate, also known under the shorter name ''Asbox''. It is the standard template used for creating new or updating existing article stub box templates..." current
- 05:5205:52, 31 January 2026 diff hist +174 N Template:Asbox Created page with "<includeonly>{{#invoke:Article stub box|main}}</includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage and interwikis to Wikidata. --> </noinclude>" current
- 05:5105:51, 31 January 2026 diff hist +349 N Template:Stub/doc Created page with "{{documentation subpage}} <!-- Intentionally blank: interlanguage links for Template:Stub are now held at d:Special:ItemByTitle/enwiki/Template:Stub. --> ===TemplateData=== {{TemplateData header}} <templatedata> { "description": "Standard template used for sorting articles into stubs.", "params": {}, "format": "inline" } </templatedata>" current
- 05:5005:50, 31 January 2026 diff hist +173 N Template:Stub Created page with "{{asbox | image = | pix = | subject = | article = article | qualifier = | category = Stubs | tempsort = no | lowercase = y | name = Template:Stub }}" current
19 January 2026
- 15:5315:53, 19 January 2026 diff hist +27 m 74x00 No edit summary current Tag: Visual edit: Switched