User contributions for Inari

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

4 February 2024

  • 00:5200:52, 4 February 2024 diff hist +141 N Template:PAGENAMEBASECreated page with "{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>" current
  • 00:5100:51, 4 February 2024 diff hist +1,206 N Template:Infobox software/simpleCreated 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
  • 00:5000:50, 4 February 2024 diff hist +1,017 N Module:URL/docCreated page with "{{module rating|protected}} This module implements {{tl|URL}} and {{tl|URL2}}. Please see the template page for documentation. == Lua interface == The <code>p._url(url, text, msg)</code> function may be used by other Lua modules. It returns a formatted Wikitext for the given URL, made suitable for line wrapping using {{tag|wbr|x}}. It takes the following parameters: ; url : '''REQUIRED.''' The URL to format. ; text : '''OPTIONAL.''' Display text to put in the Wikitext..." current
  • 00:4900:49, 4 February 2024 diff hist +4,153 N Module:URLCreated 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
  • 00:4700:47, 4 February 2024 diff hist +329 N Template:URLCreated 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
  • 00:4700:47, 4 February 2024 diff hist +5,784 N Template:Infobox programming languageCreated page with "{{Infobox | bodyclass = vevent | bodystyle = {{{bodystyle|}}} | titleclass = summary | title = {{#if:{{{title|{{{name|}}}}}} |{{{title|{{{name|}}}}}} |<includeonly>{{PAGENAMEBASE}}</includeonly>}} | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{logo|}}}|size={{{logo size|{{{logo_size|}}}}}}|sizedefault=121px|alt={{{logo alt|{{{logo_alt|}}}}}}}} | caption = {{{logo caption|}}} | image2 = {{#if:{{{collapsible|}}} |{{Hidden begin |title=Sc..."
  • 00:4600:46, 4 February 2024 diff hist +336 N BASICCreated page with "{{Infobox programming language}} '''BASIC''' ('''Beginners' All-purpose Symbolic Instruction Code''') is a family of general-purpose high-level programming languages. The emergence of microcomputers in the 1970s led to the development of multiple dialects of BASIC, including Microsoft BASIC in 1975. {{Stub}}{{Programming languages}}" Tag: Visual edit

24 January 2024

1 January 2024

31 December 2023

  • 19:0019:00, 31 December 2023 diff hist +1,990 N Central processing unitCreated page with "A '''central processing unit''' ('''CPU'''), also a '''central processor''' or a '''main processor''', is the most important processor in a given computer. == Operation == The fundamental operation of most CPUs, regardless of the physical form they take, is to execute a sequence of instructions that is called a program. The instructions to be executed are stored in some form of computer memory. Nearly all CPUs follow the fetch, decode and execute step..." current Tag: Visual edit
  • 17:4717:47, 31 December 2023 diff hist +70 Intel 4004 instruction setNo edit summary current Tag: Visual edit
  • 17:4517:45, 31 December 2023 diff hist +580 N 8-bit computingCreated page with "{{Computer architecture bit widths}}In computer architecture, '''8-bit''' integers or other data units are those that are 8 bits wide (1 octet). 8-bit central processing unit (CPU) and arithmetic logic unit (ALU) architectures are those that are based on registers or data buses of that size. Memory addresses (and thus address buses) for 8-bit processors are generally larger tha..." current Tag: Visual edit
  • 06:1106:11, 31 December 2023 diff hist −5 Template:Aligned table/docNo edit summary current
  • 06:1106:11, 31 December 2023 diff hist +7,616 N Template:Aligned table/docCreated page with "{{Documentation subpage}} {{Lua|icononly=on |Module:Aligned table}} {{high-use|8130}} <!----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 spec..."
  • 06:1106:11, 31 December 2023 diff hist +191 N Module:Aligned table/docCreated 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
  • 06:1006:10, 31 December 2023 diff hist +5,891 N Module:Aligned tableCreated 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
  • 06:1006:10, 31 December 2023 diff hist +188 N Template:Aligned tableCreated page with "{{<includeonly>safesubst:</includeonly>#invoke:aligned table|table}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
  • 06:0906:09, 31 December 2023 diff hist −14 Template:Navbox with collapsible groups/docNo edit summary current
  • 06:0906:09, 31 December 2023 diff hist +18,579 N Template:Navbox with collapsible groups/docCreated page with "{{Documentation subpage}} {{High-risk}} {{lua|Module:Navbox with collapsible groups}} <includeonly>{{Template display|nomobile}}</includeonly> {{Navbox suite}} {{Collapsible templates}} This template produces a navigation template that has groups of relevant articles on a certain topic. All groups are hidden by default. However, with a parameter call, an individual group can be shown that has the other articles in the same group. == Us..."
  • 06:0806:08, 31 December 2023 diff hist +91 N Template:Navbox with collapsible groupsCreated page with "{{#invoke:Navbox with collapsible groups|navbox}}<noinclude> {{documentation}} </noinclude>" current
  • 06:0806:08, 31 December 2023 diff hist +364 N Module:Navbox with collapsible groups/docCreated page with "{{Module rating|protected}} {{high-use}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == View {{tl|navbox with collapsible groups}}. <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> }}</includeonly>" current
  • 06:0706:07, 31 December 2023 diff hist +3,662 N Module:Navbox with collapsible groupsCreated page with "-- This module implements {{Navbox with collapsible groups}} local q = {} local Navbox = require('Module:Navbox') -- helper functions local function concatstrings(s) local r = table.concat(s, '') if r:match('^%s*$') then r = nil end return r end local function concatstyles(s) local r = table.concat(s, ';') while r:match(';%s*;') do r = mw.ustring.gsub(r, ';%s*;', ';') end if r:match('^%s*;%s*$') then r = nil end return r end function q._navbox(pargs) -- tab..." current
  • 06:0706:07, 31 December 2023 diff hist +1,869 N Template:Remove first word/docCreated page with "{{High-use}} {{Documentation subpage}} <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE--> {{Lua|Module:String}} This template removes the first word of the first parameter. Use {{para|1}} for the first parameter if the string may contain an equals sign (=). By default, words are delimited by spaces, but the optional parameter {{para|sep}} can set the separator to any character. ==Usage== One parameter (space as separator): * <code>'''{{{..." current
  • 06:0706:07, 31 December 2023 diff hist +7,980 N Template:String-handling templatesCreated page with "{{#invoke:Navbox with collapsible groups|navbox | name = String-handling templates | state = {{{state|expanded}}} | bodyclass = plainlist | title = String-handling templates (help page) | selected = {{{selected|{{{expanded|{{{1|}}}}}}}}} <!---------------------- Trimming -------------------------> | abbr1 = sub | sect1 = Substring (select chunk of string by its position) | content1 = {{Aligned table |fullwidth=on |style=text-align:left; |c..." current
  • 06:0606:06, 31 December 2023 diff hist +178 N Template:Remove first wordCreated page with "{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|pattern=^[^{{{sep|%s}}}]*{{{sep|%s}}}*|replace=|plain=false}}<noinclude>{{Documentation}}</noinclude>" current
  • 06:0506:05, 31 December 2023 diff hist +750 N Instruction set architectureCreated page with "In computer science, an '''instruction set architecture''' ('''ISA''') is an abstract model of a computer. A device that executes instructions described by the ISA, such as a central processing unit (CPU), is called an ''implementation''. In general, an ISA defines the supported instructions, data types, registers, the hardware support for managing main memory, fundamental features (such as the memory consist..." current Tag: Visual edit
  • 05:5905:59, 31 December 2023 diff hist +5,025 N Template:Infobox CPU architecture/docCreated page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} This template is for CPU instruction set architectures. === Usage === <syntaxhighlight lang="wikitext"> {{Infobox CPU architecture | name = | image = | image_size = | alt = | caption = | designer =..." current
  • 05:5905:59, 31 December 2023 diff hist +1,933 N Template:Infobox CPU architectureCreated page with "{{Infobox | title = {{{title|{{{name|<includeonly>{{PAGENAMEBASE}}</includeonly>}}}}}} | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|alt={{{alt|}}}}} | caption = {{{caption|}}} | label1 = Designer | data1 = {{{designer|}}} | label2 = Bits | data2 = {{{bits|}}} | label3 = Introduced | data3 = {{{introduced|}}} | label4 = Version | data4 = {{{version|}}} | label5 = Design |..." current
  • 05:5605:56, 31 December 2023 diff hist +4,168 Intel 8085No edit summary current Tag: Visual edit

17 December 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)