Jump to content

User contributions for Inari

A user with 505 edits. Account created on 16 January 2026.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

18 January 2026

  • 18:4218:42, 18 January 2026 diff hist +146 N Template:Ombox Created page with "{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 18:4118:41, 18 January 2026 diff hist +173 N Template:Fmbox Created page with "{{#invoke:Message box|fmbox|plainlinks={{{plainlinks|yes}}}}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current
  • 18:4118:41, 18 January 2026 diff hist +146 N Template:Cmbox Created page with "{{#invoke:Message box|cmbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 18:4118:41, 18 January 2026 diff hist +146 N Template:Ambox Created page with "{{#invoke:Message box|ambox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 18:4018:40, 18 January 2026 diff hist +554 N Template:Mbox templates/doc Created page with "{{Documentation subpage}} {{Mbox templates}} {{tl|Mbox templates}} is the small template that appears as opposite at the top of documentation for templates in the Category:Mbox and messagebox templates. It takes no parameters. ===See also=== * {{tl|Mbox templates see also}}, used at the end of Mbox-family templates' documentation. <includeonly>{{Sandbox other| | <!-- Categories below this line, please; interwikis at Wikidata --> Category:Mbox and messagebox tem..." current
  • 18:4018:40, 18 January 2026 diff hist +1,088 N Template:Mbox templates Created page with "<includeonly>{{Infobox | bodyclass = nowrap | bodystyle = width:auto;padding-bottom:0.6em;line-height:1.25em; | abovestyle = font-size:inherit; | above = Message box<br/>meta-templates | labelstyle = margin:0;padding:0 0.3em 0;text-align:center;font-weight:normal; | datastyle = margin:0;padding:0 0.5em 0 0; | label1 = ''template'' | data1 = ''context'' | label2 = {{tl|Ambox}} | data2 = article | label3 = {{tl|Cmbox}}..." current
  • 18:4018:40, 18 January 2026 diff hist +84 N Template:Mbox templates (small) Redirected page to Template:Mbox templates current Tag: New redirect
  • 18:3918:39, 18 January 2026 diff hist +88 N Template:For Created page with "<includeonly>{{#invoke:For|For}}</includeonly><noinclude> {{Documentation}} </noinclude>" current
  • 18:3818:38, 18 January 2026 diff hist +94 N Template:Navbar Created page with "<includeonly>{{#invoke:Navbar|navbar}}</includeonly><noinclude> {{documentation}} </noinclude>" current
  • 18:3618:36, 18 January 2026 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
  • 18:3618:36, 18 January 2026 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
  • 18:3518:35, 18 January 2026 diff hist +27,930 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 MediaWiki Scribunto mod, which, for example, has a getmetatable() method that always returns nil on..." current
  • 18:3518:35, 18 January 2026 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
  • 18:3518:35, 18 January 2026 diff hist +66 N Template:Wikitable Created page with "{{#invoke:wikitable|main}}<noinclude>{{documentation}}</noinclude>" current
  • 18:3418:34, 18 January 2026 diff hist +125 N Template:\ Created page with " / <noinclude> {{Documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current
  • 18:3318:33, 18 January 2026 diff hist +368 N Template:Subinfobox bodystyle/styles.css Created page with "{{pp-protected|reason=match parent|small=yes}}: * Templatestyles implementation of the styling from {{Subinfobox bodystyle}}: .subinfobox table { background-color: transparent; color: var( --color-base, #202122 ); border-collapse:collapse; border-spacing:0; border:none !important; width:100%; margin:0; font-size:100%; clear:none; float:none; }" current
  • 16:2316:23, 18 January 2026 diff hist +1,607 N Module:Parameter names example Created page with "-- This module implements {{parameter names example}}. local p = {} local function makeParam(s) local lb = '{' local rb = '}' return lb:rep(3) .. s .. rb:rep(3) end local function italicize(s) return "''" .. s .. "''" end local function plain(s) return s end function p._main(args, frame) -- Find how we want to format the arguments to the template. local formatFunc if args._display == 'italics' or args._display == 'italic' then formatFunc = italic..." current
  • 16:2316:23, 18 January 2026 diff hist +3,046 N Template:Parameter names example/doc Created page with "{{Documentation subpage}} {{High-use}} <!----Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)----> {{Lua|Module:Parameter names example}} {{Template redirect|Generic template demo|Pnex}} {{tl|Parameter names example}} – or, alternatively, {{tl|Generic template demo}} – is intended to assist template documentation by producing a generic instance of the te..." current
  • 16:2216:22, 18 January 2026 diff hist +186 N Template:Parameter names example Created page with "<includeonly>{{#invoke:Parameter names example|main}}</includeonly><noinclude> {{documentation}}<!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
  • 16:2116:21, 18 January 2026 diff hist +2,456 N Module:Navbox/styles.css Created page with "{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; No top margin for nested navboxes: } .navbox + .navbox, TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Single pix..." current
  • 16:2116:21, 18 January 2026 diff hist +5,454 N Module:Navbox/configuration Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = {..." current
  • 16:2016:20, 18 January 2026 diff hist +29,441 N Module:Navbox Created page with "require('strict') local p = {} local cfg = mw.loadData('Module:Navbox/configuration') local inArray = require("Module:TableTools").inArray local getArgs -- lazily initialized local hiding_templatestyles = {} -- global passthrough variables local passthrough = { [cfg.arg.above]=true,[cfg.arg.aboveclass]=true,[cfg.arg.abovestyle]=true, [cfg.arg.basestyle]=true, [cfg.arg.below]=true,[cfg.arg.belowclass]=true,[cfg.arg.belowstyle]=true, [cfg.arg.bodyclass]=true, [cfg.a..." current
  • 16:2016:20, 18 January 2026 diff hist +369 N Template:FULLBASEPAGENAME Created page with "{{#if: {{Ns has subpages | {{#if:{{{1|}}}|{{NAMESPACE:{{{1}}}}}|{{NAMESPACE}}}} }} | {{#if: {{#titleparts:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|-1}} | {{#titleparts:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|-1}} | {{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}} }} | {{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}} }}<noinclude> {{documentation}} </noinclude>" current
  • 16:2016:20, 18 January 2026 diff hist +777 N Template:PAGENAMETDOC Created page with "{{#ifeq:{{#invoke:String|find|{{FULLPAGENAME}}|/sandbox%d*$|plain=false}}|0|{{{{#if:{{{1|}}}||FULL}}BASEPAGENAME}}|{{{{#if:{{{1|}}}||FULL}}PAGENAME}}}}<noinclude> {{Documentation|content= This template returns the current {{Tlx|FULLBASEPAGENAME}}, unless the title ends in <code>/sandbox</code> plus any number of digits, in which case it returns the {{tlx|FULLPAGENAME}}. It is primarily meant for demonstrating the sandbox version of templates in their documentation. This..." current
  • 16:1916:19, 18 January 2026 diff hist +42,300 N Template:Navbox/doc Created page with "{{for|vertically-aligned navigation|Template:Sidebar}} {{documentation subpage}} {{high use}} {{Template display|nomobile}} {{Lua|Module:Navbox}} {{Navbox suite}} {{Lua sidebar}} This template allows a navigational template to be set up relatively quickly by supplying it with one or more lists of links. It comes equipped with default styles that should work for most navigational templates. Changing the default styles is possible, but no..." current
  • 16:1916:19, 18 January 2026 diff hist +94 N Template:Navbox Created page with "<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>" current
  • 16:1616:16, 18 January 2026 diff hist 0 1N4001 No edit summary Tag: Visual edit: Switched
  • 16:1516:15, 18 January 2026 diff hist +458 1N4001 No edit summary Tag: Visual edit: Switched
  • 16:0416:04, 18 January 2026 diff hist 0 N File:1N4001-DO-41.jpg No edit summary current
  • 15:5515:55, 18 January 2026 diff hist +18,088 N Template:Sidebar/doc Created page with "{{Documentation subpage}} {{about|the vertical navigation template|the horizontal template|Template:Navbox|the left sidebar of the interface|mw:Manual:Interface/Sidebar{{!}}the article in the Mediawiki Manual}} {{#ifeq:{{FULLPAGENAME}}|Template:Sidebar|{{High-risk}}{{Template display|nomobile}}}} {{Lua|Module:Sidebar}} This template is a metatemplate for the creation of sidebar templates, i.e. boxes that are vertically aligne..." current
  • 15:5415:54, 18 January 2026 diff hist −46 1N4001 No edit summary Tag: Visual edit
  • 15:5315:53, 18 January 2026 diff hist −520 Template:General-Purpose Diodes No edit summary current
  • 15:5015:50, 18 January 2026 diff hist +1,991 N Template:General-Purpose Diodes Created page with "{| class="wikitable" border="1" |+ Diode part numbers ! rowspan="2" | Voltage ! colspan="5" | Through-hole axial package ! colspan="7" | Surface-mount package |- ! 1 A<br/>(DO-41) !! 1.5 A<br/>(DO-15) !! 3 A<br/>(DO-201AD) !! 6 A<br/>(R-6) !! 10 A<br/>(R-6) ! 1 A<br/>(MELF) !! 3 A<br/>(MELF) !! 1 A<br/>(SMA) !! 1 A<br/>(SMA) !! 2 A<br/>(SMB) !! 3 A<br/>(SMC) !! 5 A<br..."
  • 15:4715:47, 18 January 2026 diff hist +510 N 1N4001 Created page with "The '''1N4001''' is a 50V, 1A general-purpose silicon rectifier diode. This JEDEC device number is available in the DO-41 axial package and diodes with similar ratings are available in SMA and MELF surface mount packages. A similar diode rated at 3A, the 1N5401 is available in the larger DO-201AD axial package. == Symbology == left {{Clear}} {{General-Purpose Diodes}} == See also == * 1N4148 Signal diode..." Tag: Visual edit

17 January 2026

  • 06:3506:35, 17 January 2026 diff hist +279 N Template:Coming soon Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background:#FFE3E3; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="active table-siteactive"|{{{1|Coming soon}}}<noinclude> |} {{Documentation|Template:Coming soon/doc}} </noinclude>" current
  • 06:3506:35, 17 January 2026 diff hist +287 N Template:Terminated Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #FFDFFF; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="dropped table-dropped"|{{{1|Terminated}}}<noinclude> |} {{Documentation|Template:Table cell templates/doc}} </noinclude>" current
  • 06:3506:35, 17 January 2026 diff hist +281 N Template:Dropped Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #FED; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="dropped table-dropped"|{{{1|Dropped}}}<noinclude> |} {{Documentation|Template:Table cell templates/doc}} </noinclude>" current
  • 06:3406:34, 17 January 2026 diff hist −640 Template:Table cell templates/doc No edit summary current
  • 06:3306:33, 17 January 2026 diff hist +306 N Template:Varies Created page with "<noinclude>{| class="wikitable" |- |</noinclude>data-sort-value="{{{sort|}}}" style="background: #EEE; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="table-na" <!-- -->| {{{1|Varies}}}<noinclude> |} {{Documentation|Template:Table cell templates/doc}} </noinclude>" current
  • 06:3306:33, 17 January 2026 diff hist +284 N Template:No attempt Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #EEE; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="table-noAttempt" | {{{1|No attempt}}}<noinclude> |} {{documentation|Template:Table cell templates/doc}} </noinclude>" current
  • 06:3306:33, 17 January 2026 diff hist +313 N Template:Usually Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #CEF; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="partial table-partial"|{{{1|Usually}}}<noinclude> |} {{Documentation|Template:Table cell templates/doc}} <!-- interwikis & categories --> </noinclude>" current
  • 06:3206:32, 17 January 2026 diff hist +312 N Template:Rarely Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #FE7; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="partial table-partial"|{{{1|Rarely}}}<noinclude> |} {{Documentation|Template:Table cell templates/doc}} <!-- interwikis & categories --> </noinclude>" current
  • 06:3206:32, 17 January 2026 diff hist +291 N Template:Sometimes Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #FFB; color:black; vertical-align: middle; text-align: center; " class="partial table-partial"|{{{1|Sometimes}}}<noinclude> |} {{documentation|Template:Table cell templates/doc}} <!-- interwikis & categories --> </noinclude>" current
  • 06:3206:32, 17 January 2026 diff hist +277 N Template:Some Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #FFD; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="partial table-partial"|{{{1|Some}}}<noinclude> |} {{Documentation|Template:Table cell templates/doc}} </noinclude>" current
  • 06:3206:32, 17 January 2026 diff hist +279 N Template:Yes-No Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #FFD; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="partial table-partial"|{{{1|Yes/No}}}<noinclude> |} {{documentation|Template:Table cell templates/doc}} </noinclude>" current
  • 06:3106:31, 17 January 2026 diff hist +281 N Template:Okay Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #FFD; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="partial table-partial"| {{{1|Neutral}}}<noinclude> |} {{documentation|Template:Table cell templates/doc}} </noinclude>" current
  • 06:3106:31, 17 January 2026 diff hist +447 N Template:Yan Created page with "<noinclude>{{tsh|Yan}} {| class="wikitable" |- |</noinclude>data-sort-value="{{{sort|Yes}}}" style="vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="table-yes2" {{#if:{{{rowspan|}}}|rowspan="{{{rowspan}}}"}} |{{{text|13px|class=skin-invert|link={{{link|}}}|{{{1|Yes}}}}}}<noinclude> |} {{Documentation|Template:Table cell templates/doc}} Category:Checkmark insertion templates </noinclude>" current
  • 06:3106:31, 17 January 2026 diff hist +460 N Template:Ya Created page with "<noinclude>{| class="wikitable" |- |</noinclude>data-sort-value="{{{sort|Yes}}}" style="background: #DFD; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="table-yes2 skin-invert" {{#if:{{{rowspan|}}}|rowspan="{{{rowspan}}}"}} |{{{text|13px|link={{{link|}}}|{{{1|Yes}}}}}}<noinclude> |} {{Documentation|Template:Table cell templates/doc}} Category:Checkmark insertion templates </noinclude>" current
  • 06:3006:30, 17 January 2026 diff hist +290 N Template:Site inactive Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #FFC7C7; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="inactive table-siteinactive"|{{{1|Inactive}}}<noinclude> |} {{Documentation|Template:Table cell templates/doc}} </noinclude>" current
  • 06:3006:30, 17 January 2026 diff hist +284 N Template:Site active Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #9EFF9E; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="active table-siteactive"|{{{1|Active}}}<noinclude> |} {{Documentation|Template:Table cell templates/doc}} </noinclude>" current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)