Jump to content

User contributions for Inari

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

4 June 2026

3 June 2026

2 June 2026

  • 23:1123:11, 2 June 2026 diff hist +411 m Zilog Z80 Instruction Set 8-bit Arithmetic Group Tag: Visual edit
  • 23:0723:07, 2 June 2026 diff hist +224 Zilog Z80 Instruction Set No edit summary Tag: Visual edit: Switched
  • 21:1921:19, 2 June 2026 diff hist +50 m Zilog Z80 Instruction Set No edit summary Tag: Visual edit: Switched
  • 21:1821:18, 2 June 2026 diff hist +147 m Zilog Z80 Instruction Set Added MLT Tag: Visual edit
  • 21:1221:12, 2 June 2026 diff hist +51 N MediaWiki:Cite link label group-lower-alpha Created page with "a b c d e f g h i j k l m n o p q r s t u v w x y z" current
  • 21:1121:11, 2 June 2026 diff hist +21,468 N Template:Anchor/doc Created page with "{{Lua|Module:Anchor}} {{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE END OF THIS PAGE, ND INTERWIKIS LINKS TO WIKIDATA --> The template {{tl|{{lc:{{BASEPAGENAME}}}}}} inserts one or more invisible anchor names (HTML fragment identifiers) in a page. Anchors are most useful with sections, since links to a section will not work if a section is renamed. However, anchor..." current
  • 21:1021:10, 2 June 2026 diff hist +1,148 N Module:Hatnote inline Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote-inline -- -- -- -- This module produces hatnote-style links, and links to related articles, -- -- but inside a <span>, instead of the <div> used by Module:Hatnote. It -- -- implements the {{hatnote-inline}} meta-template...." current
  • 21:0921:09, 2 June 2026 diff hist +352 N Template:Hatnote inline Created page with "{{#invoke:Hatnote inline|hatnoteInline |1={{{1|{{{text|{{{content}}}}}}}}} |extraclasses={{{class|{{{extraclasses|}}}}}} |selfref={{#if:{{{printworthy|{{{selfref|}}}}}}||yes}} |category={{{category|}}} |inline={{{inline|true}}} }}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 21:0921:09, 2 June 2026 diff hist +533 N Template:Crossreference/styles.css Created page with "{{pp-template}}: /* This snippet just undoes the default "padding-left: 1.6em;" imposed by div.hatnote, when Template:Crossreference is used in block (div) mode. Ignore the dumb CSS editor's "Element (div.crossreference) is overqualified" warning. It is wrong. We do not want to apply any CSS intended for block mode when it is not in block mode. While it's unlikely our "padding-left: 0;" does anything wrong in inline (span) mode, we can't guarantee i..." current
  • 21:0921:09, 2 June 2026 diff hist +435 N Template:Crossreference Created page with "<templatestyles src="Crossreference/styles.css" />{{Hatnote inline |1={{{1|{{{text|{{{content|<noinclude>sample content</noinclude>}}}}}}}}} |extraclasses=crossreference {{{class|{{{extraclasses|}}}}}} |selfref={{#if:{{{selfref|{{{printworthy|{{{unprintworthy|{{{pw|}}}}}}}}}}}}||yes}} |inline={{{inline|true}}} }}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 21:0921:09, 2 June 2026 diff hist +84 N Template:Crossref Redirected page to Template:Crossreference current Tag: New redirect
  • 21:0721:07, 2 June 2026 diff hist +177 N Template:Anchor Created page with "{{<includeonly>safesubst:</includeonly>#invoke:anchor|main}}<noinclude> {{Documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 21:0721:07, 2 June 2026 diff hist +647 N Module:Anchor Created page with "-- This module implements {{anchor}}. local getArgs = require('Module:Arguments').getArgs local tableTools = require('Module:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(...) -- Generate the list of anchors. local anchors = {...." current
  • 21:0221:02, 2 June 2026 diff hist +122 N Template:Cref Created page with "<sup id="ref_{{{1}}}" class="reference">[{{{1}}}]</sup><noinclude>{{Documentation}}</noinclude>" current
  • 21:0221:02, 2 June 2026 diff hist +123 N Template:Efn-la Redirected page to Template:Efn current Tag: New redirect
  • 21:0121:01, 2 June 2026 diff hist +835 Zilog Z80 Instruction Set Miscellaneous Instructions (ED Prefix) Tag: Visual edit: Switched
  • 17:5717:57, 2 June 2026 diff hist +195 N Template:Section link Created page with "<includeonly>{{SAFESUBST:<noinclude />#invoke:Section link|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>" current
  • 17:5617:56, 2 June 2026 diff hist +5,085 N Module:Section link Created page with "-- This module implements {{section link}}. require('strict'); local checkType = require('libraryUtil').checkType local p = {} local function makeSectionLink(page, section, display) display = display or section page = page or '' -- MediaWiki doesn't allow these in 'page', so only need to do for 'section' if type(section) == 'string' then section = string.gsub(section, "{", "{") section = string.gsub(section, "}", "}") end return string.format('[[%s..." current
  • 17:5517:55, 2 June 2026 diff hist +1,346 N Module:For Created page with "local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For}} but takes a manual arguments table function p._For (a..." current
  • 17:5417:54, 2 June 2026 diff hist +7,228 N Help:Footnotes Created page with "{{anchor|Footnotes:predefinedgroups}} ==Footnotes: predefined groups== {{shortcut|H:PREGROUP|WP:EXPLNOTE}} {{for|technical details|Help:Cite link labels}} {{for|Shortened footnotes with explanatory footnotes|Help:Shortened footnotes#Explanatory notes}} {{See also|Wikipedia:Citing sources#Variation in citation methods|Wikipedia:Manual of Style/Layout#Notes and references}} <section begin=pregroup /><!--this section is used as the documentation for the efn/notelist templat..." current
  • 17:5117:51, 2 June 2026 diff hist +542 N Template:Transwiki guide Created page with "{{ombox |image=40px|alt=|link= |text={{{text|See {{#if:{{{1|}}}|[[{{{1}}}]]|[[{{FULLPAGENAME}}/Transwiki guide]]}} for help copying this {{#if: {{{type|}}}|{{{type}}}|{{#ifeq: {{NAMESPACE}}|Template|template|{{#ifeq: {{NAMESPACE}}|Module|module|project}}}}}} and modifying it for use on another wiki.}}} |small={{{small|}}} }}<includeonly>{{{2|{{PAGENAME}}}}}</includeonly><noinclude> {{documentation}} <!-- Categories go o..." current
  • 17:4817:48, 2 June 2026 diff hist +621 N Template:Module other Created page with "{{safesubst:<noinclude/>#switch: <noinclude><!-- If no or empty "demospace" parameter then detect namespace --></noinclude> {{safesubst:<noinclude/>#if:{{{demospace|}}} | {{safesubst:<noinclude/>lc: {{{demospace}}} }} <noinclude><!-- Use lower case "demospace" --></noinclude> | {{safesubst:<noinclude/>#ifeq:{{safesubst:<noinclude/>NAMESPACE}}|{{safesubst:<noinclude/>ns:Module}} | module | other }} }} | module = {{{module|{{{1|}}}}}} | other | #de..." current
  • 17:4717:47, 2 June 2026 diff hist +4,108 N Template:Reflist/Transwiki guide Created page with "The following steps below detail how template {{tl|reflist}} is implemented on the English Wikipedia. If porting an exact copy of the template {{tl|reflist}} to other Wikimedia projects, the following needs to be copied (and modified to suit the needs of your project). Please use an edit summary like the text shown so the history will show where each page came from. == Extensions == Make sure your project has installed and is using the latest versions of these extension..." current
  • 17:4717:47, 2 June 2026 diff hist +559 N Template:Transclusionless Created page with "{{Mbox|text=This template {{Yesno|{{{should|}}}|yes=should|no=may}} have no transclusions. This is because {{{reason|it is substituted by a tool or script, it is used as part of a short-term or less active Wikipedia process, or for some other reason}}}.}}<!-- --><includeonly>__EXPECTUNUSEDTEMPLATE__{{#switch: {{SUBPAGENAME}} | testcases |doc |sandbox= |{{module other | Category:Wikipedia transclusionless modules | Category:Wikipedia trans..." current
  • 17:4617:46, 2 June 2026 diff hist +65 Template:Efn/doc No edit summary current
  • 17:4317:43, 2 June 2026 diff hist +5,718 N Module:Text/data Created page with "-- Data required by Module:Text. -- Either Lua string patterns (defined by codepoint) or information about quotes local data = {} local LEFT_SQUARE_BRACKET = 91 local RIGHT_SQUARE_BRACKET = 93 local HYPHEN = 45 data.PatternCJK = mw.ustring.char( LEFT_SQUARE_BRACKET, 4352, HYPHEN, 4607, 11904, HYPHEN, 42191, 43072, HYPHEN, 43135,..." current
  • 17:4317:43, 2 June 2026 diff hist +2,109 N Template:Efn/doc Created page with "{{Documentation subpage}} <!-- Categories and interwikis go at the bottom of this page. --> '''Explanatory footnotes''' or '''Efn''' are footnotes that provide something other than, or more than, a reference to a source that supports the accompanying text. The first unnamed parameter is displayed as the content of the footnote. {{hatnote|'''Note''': If the note's content contains an "{{=}}" character, a reference error will be displayed; precede..."
  • 17:4217:42, 2 June 2026 diff hist +169 N Template:Efn-lr Created page with "<includeonly>{{efn|name={{{name|}}}|group=lower-roman|reference={{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}}}</includeonly><noinclude>{{documentation}}</noinclude>" current
  • 17:3717:37, 2 June 2026 diff hist +6,266 Zilog Z80 Instruction Set Added prefix tables. Tag: Visual edit
  • 13:3913:39, 2 June 2026 diff hist +2,412 Zilog Z80 Instruction Set No edit summary Tag: Visual edit: Switched
  • 13:0113:01, 2 June 2026 diff hist +3,056 Zilog Z80 Instruction Set Single-byte Instructions: added more instructions. Tag: Visual edit
  • 12:2512:25, 2 June 2026 diff hist −15 m Zilog Z80 Instruction Set Single-byte Instructions: removed collapsible style from table.
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)