Jump to content

User contributions for Shia.k

A user with 2,285 edits. Account created on 19 June 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

22 March 2025

  • 18:5318:53, 22 March 2025 diff hist +17,975 N Module:Citation/CS1/Whitelist Created page with "--[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported tracked - these parameters are valid and supported parameters tracked in an eponymous properties category nil - thes..." current
  • 18:5218:52, 22 March 2025 diff hist +24,954 N Module:Citation/CS1/Utilities Created page with "local z = { error_cats_t = {}; -- for categorizing citations that contain errors error_ids_t = {}; -- list of error identifiers; used to prevent duplication of certain errors; local to this module error_msgs_t = {}; -- sequence table of error messages maint_cats_t = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work prop_cats_t = {}; -- for categorizing cit..." current
  • 18:5218:52, 22 March 2025 diff hist +77,436 N Module:Citation/CS1/Identifiers Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message, select_one, -- functions in Module:Citation/CS1/Utilities substitute, make_wikilink; local z; -- table of tables defined in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[-..." current
  • 18:5218:52, 22 March 2025 diff hist +67,787 N Module:Citation/CS1/Date validation Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitute, wrap_style; -- imported functions from selected Module:Citation/CS1/Utilities local cfg; -- table of tables imported from selected Module:Citation/CS1/Configuration --[[--------------------------< F I L E - S C O P E D E C L A R A T I O N S >--------------------------------..." current
  • 18:5218:52, 22 March 2025 diff hist +114,471 N Module:Citation/CS1/Configuration Created page with "local lang_obj = mw.language.getContentLanguage(); -- make a language object for the local language; used here for languages and dates --[[--------------------------< S E T T I N G S >-------------------------------------------------------------- boolean settings used to control various things. these setting located here to make them easy to find ]] -- these settings local to this module only local local_digits_from_mediawiki = false;..."
  • 18:5218:52, 22 March 2025 diff hist +16,572 N Module:Citation/CS1/COinS Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, remove_wiki_link, strip_apostrophe_markup; -- functions in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[--------------------------< M A K E _ C O I N S _ T I T L E >----------------------------------------..." current
  • 18:5118:51, 22 March 2025 diff hist +226,986 N Module:Citation/CS1 Created page with "require ('strict'); --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in Module:Citation/CS1/Date_validation local utilities; -- functions in Module:Citation/CS1/Utilities local z = {}; -- table of tables in Module:Citation/CS1/Utilities local identifiers; -- f..."
  • 18:5118:51, 22 March 2025 diff hist +1,474 N Template:Markup/row Created page with "<noinclude>{| style="border-width:medium;"</noinclude><includeonly>{{#if:{{{c1|value}}}| {{!-}} {{!}}style{{=}}"background:#f8f9fa; background:var(--background-color-interactive-subtle, #f8f9fa); color:var(--color-base, #000); border:1px solid #eaecf0; padding:{{{padding|5px}}}; vertical-align:top; {{{col1style|}}}"{{!}} <!-- --><div class="template-markup-wrapper">{{#switch:{{{tag|}}} |none = {{{c1|[markup]}}}<!-- mark up --> |syntaxhighlight = {{#tag:synt..." current
  • 18:5018:50, 22 March 2025 diff hist +201 N Template:Harvard citation no brackets Created page with "<includeonly>{{#invoke:Footnotes|harvard_citation|template=harvnb}}</includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
  • 18:5018:50, 22 March 2025 diff hist +50 N Template:Harvnb Redirected page to Template:Harvard citation no brackets current Tag: New redirect
  • 18:5018:50, 22 March 2025 diff hist +480 N Template:Fake heading Created page with "{{main other |1={{error|Per CP:PSEUDOHEADING fake headings should not be used in articles.}}Category:Pages with templates in the wrong namespace |2=<templatestyles src="Template:Fake_heading/styles.css" /><div class="fake-heading {{#switch: {{{level|{{{sub|}}}}}} | 1 = h1 | 2 | #default = h2 | 3 = h3 | 4 | 5 | 6 = h4 }}">{{{1|Section}}}</div>}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinc..." current
  • 18:4918:49, 22 March 2025 diff hist +122 N Template:Cite web Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=web }}</includeonly><noinclude> {{documentation}} </noinclude>" current
  • 18:4918:49, 22 March 2025 diff hist +200 N Template:Cite book Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=book }}</includeonly><noinclude> {{documentation}} {{collapse top|TemplateData}} {{Cite book/TemplateData}} {{collapse bottom}} </noinclude>" current
  • 18:4818:48, 22 March 2025 diff hist +3,044 N Module:Item Created page with "local p = {} local function escape(str) return str:gsub("[|\\]", function (c) return string.format("\\%03d", c:byte()) end) end local function unescape(str) return str:gsub("\\(%d%d%d)", function (d) return string.char(d) end) end -- Implements Template:Item function p.pack(frame) local parent = frame:getParent() local result = '' for key, value in pairs(parent.args) do result = result .. "|" .. escape(tostring(key)) .. "|" .. escape(value) end return res..." current
  • 18:4818:48, 22 March 2025 diff hist +82 N Template:Doc Redirected page to Template:Documentation Tag: New redirect
  • 18:4718:47, 22 March 2025 diff hist +80 N Template:Item Created page with "<includeonly>{{#invoke:Item|pack}}</includeonly><noinclude> {{doc}} </noinclude>" current
  • 18:4718:47, 22 March 2025 diff hist +82 N Template:Format item Created page with "<includeonly>{{#invoke:Item|format}}</includeonly><noinclude> {{doc}} </noinclude>" current
  • 18:4718:47, 22 March 2025 diff hist +179 N Template:For loop Created page with "{{<includeonly>safesubst:</includeonly>#invoke:For loop|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 18:4718:47, 22 March 2025 diff hist +2,867 N Module:For loop Created page with "-- This module implements {{for loop}}. local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local p = {} function p.main(frame) local args = getArgs(frame, { trim = false, removeBlanks = false }) return p._main(args) end function p._main(args) local template = args['call'] or 'void' local calltemplates = yesno(args.substall or "", true) or not mw.isSubsting() local variableParam = args.pv variableParam = tonumber(variab..." current
  • 18:4618:46, 22 March 2025 diff hist +44 N Template:!! Created page with "||<noinclude> {{documentation}} </noinclude>" current
  • 18:4518:45, 22 March 2025 diff hist +1,809 N Template:Markup Created page with "<includeonly>{| style="{{#if:{{{width|}}}|width:{{{width}}};}} margin-top:0;margin-left:{{{margin-left|{{{margin|0}}}}}}; border-width:medium; padding:0; {{{style|}}}" {{#if:{{{title|}}} |{{!}}+ '''{{{title}}}'''}} {{#if:{{{noheaders|}}}{{{notitle|}}} | |! scope="col" style="width:50%;{{{colheaderstyle|}}}{{{col1headerstyle|}}}"{{!}} {{{col1|{{{t1|Markup}}}}}} {{!!}}<!-- -->scope="col" style="width:50%;{{{colheaderstyle|}}}{{{col2headerstyle|}}}"{{!}} {{{col2|{{{t2..." current
  • 18:4418:44, 22 March 2025 diff hist +1,164 N Template:TemplateData header Created page with "<div class="templatedata-header">{{#if:{{{noheader|}}}|<!-- noheader: -->{{Template parameter usage|{{{1|{{BASEPAGENAME}}}}}|based=y}}|<!-- +header: -->This is the {{#if:{{{nolink|}}}|<!-- +header, nolink TD -->TemplateData|<!-- +header, +link TD; DEFAULT: -->TemplateData}}<!-- e.o. #if:nolink; DEFAULT: --> for this template used by TemplateWizard, VisualEditor and other..."
  • 18:4418:44, 22 March 2025 diff hist +1,436 N Template:Template parameter usage Created page with "{{#switch:{{{label|}}} |=[https://bambots.brucemyers.com/TemplateParam.php?wiki=enwiki&template={{Urlencode:{{#if:{{{1|}}}|{{ROOTPAGENAME:{{{1|}}}}}|{{ROOTPAGENAME}}}}}} {{#ifeq:{{yesno-no|{{{lc}}}}}|no|S|s}}ee a monthly parameter usage report] for {{#if:{{{1|}}}|[[Template:{{ROOTPAGENAME:{{{1|}}}}}]]|this template}} in articles{{#ifeq:{{yesno-no|{{{based}}}}}|yes| based on {{#if:{{{1|}}}|its|this}} TemplateData}}. |None|none=[https://bambots.brucemyers.com/Templat..."
  • 18:4418:44, 22 March 2025 diff hist +2,183 N Template:Refname rules Created page with "{{{1|Names for footnotes and groups must follow these rules:}}} * Names are case-sensitive. Please do not use raNdOM capitalization. * Names {{strong|must not}} be purely numeric; the software will accept something like <code>":31337"</code> (which is punctuation plus a number), but it will ignore <code>"31337"</code> (purely numeric). * Names should have semantic value, so that they can be more easily distinguished from each other by human editors who are looking at t..." current
  • 18:3318:33, 22 March 2025 diff hist +2 Category:Chabadpedia editing guidelines No edit summary current
  • 18:3318:33, 22 March 2025 diff hist +608 N Category:Lua-based templates Created page with "{{WikiProject Lua header}} {{Maintenance category|tracking=yes|hidden=yes}} {{Template category|description=The '''Category:Lua-based templates''' is an index of templates which <code>#invoke</code> modules written in Lua script, using the Scribunto interface.}} {{Category used by module|Module:Lua banner}} {{CatRel|Chabadpedia modules}} This is a tracking category used by {{tl|Lua}} and {{tl|Lua sidebar}}. {{CatAutoTOC}..." current
  • 18:3218:32, 22 March 2025 diff hist +203 N Category:Chabadpedia template categories with no topic or description Created page with "{{tracking category}} {{Hidden category}} Pages which use {{tl|Template category}} with neither a topic parameter or a description parameter {{CatAutoTOC}} *" current
  • 18:3118:31, 22 March 2025 diff hist +79 N Category:Chabadpedia lists Created page with "{{Chabadpedia category}} Lists" current
  • 18:3018:30, 22 March 2025 diff hist +508 N Category:List templates Created page with "{{Template category | description = ''These templates are used to generate boilerplate messages (e.g. '{{tlx|Main list}}') or otherwise enumerate and display messages (e.g. '{{tlx|equation}}') which are ordered or related to a list in some manner'', including lists arranged as info or navigation boxes (e.g. {{tlx|Lists of poets}}). }} {{cat diffuse}} {{List navbox}} <!--Other languages on CP:Wikidata--> <!--Categories--> Category:Chabadpedia templates by style..." current
  • 18:2918:29, 22 March 2025 diff hist +87 N Category:Hatnote templates for lists Created page with "{{Template category}} Lists Category:List templates" current
  • 18:2918:29, 22 March 2025 diff hist +624 N Template:Main listing Created page with "<includeonly>{{#invoke:Labelled list hatnote|labelledList|Main listing|Main listings}}</includeonly><noinclude> {{documentation|content={{Lua|Module:Labelled list hatnote}} Usage: {{Main listing|Article}} This template is a concise alternative to {{tl|Main list}}. This one is best used on category pages, and atop section about topics for which a list exists, but where the current article does not provide an abbreviated list. If the present context provides a short list o..." current
  • 18:2818:28, 22 March 2025 diff hist +97 N Template:Pp-semi Redirected page to Template:Protection padlock Tag: New redirect
  • 18:2618:26, 22 March 2025 diff hist +276 N Category:Chabadpedia editing guidelines Created page with "{{main listing|Chabadpedia:List of guidelines#Editing}} {{distinguish|Chabadpedia:Editing policy}} {{pp-semi|small=yes}} {{Wikipedia category}} {{Chabadpedia policies and guidelines|state=collapsed}} Editing Category:Chabadpedia editing"
  • 18:2618:26, 22 March 2025 diff hist +1,140 N Module:Redirect-multi Created page with "local mRedirectHatnote = require('Module:Redirect hatnote') local mArguments = require('Module:Arguments') local mHatnote = require('Module:Hatnote') local p = {} function p.redirectMulti (frame) local args = mArguments.getArgs(frame) --Get maxArg manually because getArgs and table.maxn aren't friends local maxArg = 0 for k, v in pairs(args) do if type(k) == 'number' and k > maxArg then maxArg = k end end --Get number of redirects then remove it from the args ta..." current
  • 18:2518:25, 22 March 2025 diff hist +107 N Template:Redirect-multi Created page with "<includeonly>{{#invoke:Redirect-multi|redirectMulti}}</includeonly><noinclude>{{Documentation}}</noinclude>" current
  • 18:2518:25, 22 March 2025 diff hist +1,100 N Template:Guideline Created page with "{{Ombox |type = notice |image = 30px|alt=Blue tick|link= |text = '''This {{#ifeq:{{{1}}}|naming convention|guideline{{#if:{{{section|}}}| section}}|{{#if:{{{section|}}}| section|page}}}} documents an English Chabadpedia [[:Category:Chabadpedia {{{1|guideline}}}s|{{{1|guideline}}}]].'''<br /><div style="font-size: 90%;">Editors should generally follow it, though Chabadpedia:Ignore all rules|excepti..." current
  • 18:2418:24, 22 March 2025 diff hist +2,922 N Template:Hlist/styles.css Created page with "{{pp-protected|reason=match parent|small=yes}}: * hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * [[MediaWiki talk:Common.css/to do#hlist-separated]]: /* * TODO: When the majority of readership supports it (or s..."
  • 18:2318:23, 22 March 2025 diff hist +9,506 N Template:R template index Created page with "{{#invoke:navbox|navbox | name = R template index | title = Rcat functional index | bodyclass = hlist | state = {{{state<includeonly>|{{#ifeq:{{NAMESPACE}}|{{ns:0}}|off|collapsed}}</includeonly>}}} | groupstyle = text-align:center; | group1 = Grammar,<br />punctuation,<br />and spelling | list1 = {{..." current
  • 18:2118:21, 22 March 2025 diff hist +2 Category:Main Page No edit summary
  • 17:5017:50, 22 March 2025 diff hist +1,360 N Template:Automatic category TOC stats/core Created page with "<includeonly><!-- -->{| class="wikitable plainrowheaders" |- ! scope="col" | Effect ! scope="col" style="text-align:right"| Pages ! scope="col" style="text-align:right"| % |- ! scope="row" | No TOC |style="text-align:right"| {{formatnum:{{{notoc|}}}}} |style="text-align:right"| {{Percentage | {{{notoc|}}} | {{#expr: {{{notoc|}}} + {{{stdtoc|}}} + {{{largetoc|}}}}} | 2 | pad=yes}} |- ! scope="row" | Standard {{tl|Cate..." current
  • 17:5017:50, 22 March 2025 diff hist +155 N Template:CollapsibleLargeCategoryTOC Created page with "{{#invoke:Large category TOC|collapsible}}<includeonly><!--Category:Working category 84userBot--></includeonly><noinclude>{{documentation}}</noinclude>" current
  • 17:4917:49, 22 March 2025 diff hist +741 N Category:Automatic category TOC generates standard Category TOC Created page with "{{Tracking category}} <div style="display:block; float:right">{{Automatic category TOC stats}}</div> Categories which use {{tl|Automatic category TOC}}, grouped by what CatAutoTOC does on each page: *Category:Automatic category TOC generates no TOC *Category:Automatic category TOC generates standard Category TOC – using {{tl|Category TOC}} *Category:Automatic category TOC generates Large category TOC – using {{tl|Large category TOC}} Templates which..." current
  • 17:4917:49, 22 March 2025 diff hist +155 N Category:Chabadpedia errors Created page with "{{Chabadpedia category|container=yes}} {{for|the content category about error-related topics|Category:Error}} Errors" current
  • 17:4817:48, 22 March 2025 diff hist +3,275 N Template:Category TOC/tracking Created page with "<!-- ############################################################################ # NOTE: The sort key {{PAGENAME}} is used on all these tracking categories # # to override any {{DEFAULTSORT}} used in the category # ############################################################################ --><includeonly><!-- -->{{#ifexpr: {{{pagecount|}}} <= 0<!-- -->|Category:Template Category TOC on pages where PAGESINCATEGORY returns zero<!-- --..." current
  • 17:4717:47, 22 March 2025 diff hist +41 N Template:Parent category Redirected page to Template:Container category current Tag: New redirect
  • 17:4617:46, 22 March 2025 diff hist +611 N Template:Purge button Created page with "<templatestyles src="Purge button/styles.css" /><div class="purge-button {{#switch:{{lc:{{{align|{{{1|}}}}}}}}|right=purge-button-right|center=purge-button-center|#default=purge-button-left}} plainlinks" {{#if:{{{iconsize|}}}|style="width:{{#expr:{{{iconsize}}}+6}}px;"}}>{{{iconsize|64}}}px|link=|alt= Special:Purge/{{FULLPAGENAME}}|<span class="purge-button-label" {{#if:{{{textstyle|}}}|style="{{{textstyle|}}}"}}>{{#if:{{{label|}}}|{{{label}}}..." current
  • 17:4617:46, 22 March 2025 diff hist +8 Template:Redirect category No edit summary current
  • 17:4517:45, 22 March 2025 diff hist +14,646 N Module:Math Created page with "--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. local function..."
  • 17:4417:44, 22 March 2025 diff hist +10,937 N Template:Tlg/doc Created page with "{{Documentation subpage}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> {{#switch:{{FULLPAGENAME}}|Template:Template link with subst|Template:Template link expanded={{used in system}}|#default= {{#ifexpr:{{#invoke:Transclusion count|fetch|0}} > 2000|{{high-use}}}}}} {{tsh|{{{1|tlg}}}|{{{2|}}}}} {{lua|Module:Template link general}} This template, often abbreviated as {{tlf|{{#switch:{{lc:{{ROOTPA..."
  • 17:4417:44, 22 March 2025 diff hist +6,271 N Template:Semantic markup templates Created page with "{{Navbox | name = Semantic markup templates | state = {{{state|{{{1|<includeonly>collapsed</includeonly>}}}}}} | title = {{c|Semantic markup templates}} | liststyle = font-size:110%; | tracking = no <!-- keep the documented templates out of the hlist tracking category --> | list1 = {{Aligned table |cols=3 |class=wikitable sortable |style=line-height:1.35em;text-align:left; |colstyle=<!--vertical-align:middle;-->padding-right:1.0em; |col2style=white-space:nowr..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)