User contributions for Shia.k
Appearance
22 March 2025
- 17:4317:43, 22 March 2025 diff hist +1,446 N Module:MultiReplace Created page with "local p = {} local function MultiReplace(args) local input = args[1] or "{{{1}}}" local plain = args.plain == "yes" local i = 1 local changeList = {} while args[i * 2] do local change = {pattern = args[i * 2], repl = args[i * 2 + 1]} if not change.repl then return require('Module:Error').error{ 'MultiReplace: Unpaired argument: <code>' .. (i * 2) .. ' = ' .. mw.text.nowiki(change.pattern) .. '</code>' } end changeList[i] = change i = i + 1 end..." current
- 17:4317:43, 22 March 2025 diff hist +4,676 N Module:Key Created page with "-- This module implements {{key press}}. local kbdPrefix = '<kbd class="keyboard-key nowrap">' local kbdSuffix = '</kbd>' local keyText = { ['caps lock'] = '⇪ Caps Lock', ['caps lock'] = '⇪ Caps Lock', ['shift'] = '⇧ Shift', ['shift'] = '⇧ Shift', ['enter'] = '↵ Enter', ['enter'] = '↵ Enter', ['cmd'] = '⌘ Cmd', ['cmd'] = '⌘ Cmd', ['command'] = '⌘..." current
- 17:4317:43, 22 March 2025 diff hist +380 N Template:Samp Created page with "<samp {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} style="padding-left:0.4em; padding-right:0.4em; color:{{{color|var( --color-subtle, #666666)}}}; {{{style|}}}" {{#if:{{{lang|}}}|lang="{{{lang}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</samp><noinclude> <!--Categories go near the bottom of the /doc page.--> {{Documentation}} </noinclude>" current
- 17:4217:42, 22 March 2025 diff hist +118 N Template:Var serif/styles.css Created page with ".var-serif { font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif; font-size: 118%; line-height: 1; }" current
- 17:4217:42, 22 March 2025 diff hist +432 N Template:Var serif Created page with "{{<includeonly>safesubst:</includeonly>ifsubst|1=|2=<templatestyles src="Var serif/styles.css" />}}<var class="var-serif {{#if:{{{class|}}}|{{{class}}}}}" {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{lang|}}}|lang="{{{lang}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</var><noinclude> <!--Categories and interwikis go near the bottom of the /doc page.--> {{Documentation}} </noinclude>" current
- 17:4217:42, 22 March 2025 diff hist +322 N Template:Var Created page with "<var {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} style="padding-right: 1px;{{{style|}}}" {{#if:{{{lang|}}}|lang="{{{lang}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</var><noinclude> <!--Categories and interwikis go near the bottom of the /doc page.--> {{Documentation}} </noinclude>"
- 17:4217:42, 22 March 2025 diff hist +580 N Template:Template journal parameter Created page with "<includeonly>{{#if:{{{1|}}} |<templatestyles src="Template:Template journal inline/styles.css" /><span class="tj-tape">{{#invoke:MultiReplace|main | plain = no | 1 = {{{1|}}} | 2 = ^([^:].-)%s*:%s*(.*)$ | 3 = <span class{{=}}"tj-an">%1</span><span class{{=}}"tj-nc">=</span><span class{{=}}"tj-ac">%2</span> | 4 = ^[^:]+$ | 5 = <span class{{=}}"tj-ac">%0</span> | 6 = ^:%s*(.*)$ | 7 = <span class{{=}}"tj-nc">=</span><span class{{=}}"tj-ac">%1</span>..." current
- 17:4217:42, 22 March 2025 diff hist +96 N Template:Tjp Redirected page to Template:Template journal parameter current Tag: New redirect
- 17:4117:41, 22 March 2025 diff hist +431 N Template:Stronggood Created page with "{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|Template:Stronggood is only for use in template documentation, guidelines and other Wikipedia-internal purposes. Do not use it in actual articles.}}|{{strong|1={{{1}}}|style=color:green;{{{style|}}} |role={{{role|}}} |class={{{class|}}} |id={{{id|}}} |title={{{title|}}} }} }}<noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>"
- 17:4117:41, 22 March 2025 diff hist +412 N Template:Strongbad Created page with "{{main other|{{FormattingError|Template:Strongbad is only for use in template documentation, guidelines, and other Wikipedia-internal purposes. Do not use it in actual articles.}}|{{strong|1={{{1}}}|style=color: red; {{{style|}}} |role={{{role|}}} |class={{{class|}}} |id={{{id|}}} |title={{{title|}}} }}}}<noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>"
- 17:4017:40, 22 March 2025 diff hist +67 N Template:Pvalue Redirected page to Template:Param value current Tag: New redirect
- 17:4017:40, 22 March 2025 diff hist +182 N Template:PreCode Created page with "<code style="white-space:pre;{{{style|}}}">{{{1|text}}}</code><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
- 17:4017:40, 22 March 2025 diff hist +464 N Template:Param Created page with "{{SAFESUBST:<noinclude />#ifeq:{{SAFESUBST:<noinclude />Yesno|{{{nested|no}}}}}|yes||<{{{tag|code}}}>}}{{{{{{1<noinclude>|foo</noinclude>}}}{{SAFESUBST:<noinclude />#ifeq:{{{2}}}|{{{2|}}} ||}}{{{2|}}}}}}{{SAFESUBST:<noinclude />#ifeq:{{SAFESUBST:<noinclude />Yesno|{{{nested|no}}}}}|yes||</{{{tag|code}}}>}}<noinclude> {{Documentation}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>"
- 17:4017:40, 22 March 2025 diff hist +8,399 N Template:Key top Created page with "<onlyinclude><kbd class="keyboard-key nowrap" style="border: 0.1em solid #AAA; border-radius:0.2em; box-shadow: 0.1em 0.2em 0.2em #DDD; background-color: #F9F9F9; background-image: linear-gradient(to bottom, #EEE, #F9F9F9, #EEE); padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">{{#switch:{{lc:{{{1}}}}} | shift lock = ⇪ {{{2|{{{1}}}}}} | second level lock | 2nd level lock | l2 lock | level 2 lock = ⇫ {{{2|{{{1}}}}}} | capi..." current
- 17:4017:40, 22 March 2025 diff hist +488 N Template:Key press/styles.css Created page with "→{{pp-template}}: .keyboard-key { border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1); background-color: var(--background-color-neutral-subtle, #f8f9fa); background-image: linear-gradient(to bottom, var(--background-color-neutral, #eaecf0), var(--background-color-neutral-subtle, #f8f9fa), var(--background-color-neutral, #eaecf0)); color: var(--color-base, #202122); padding: 0.1em 0.3em; font-family: inherit; font-si..." current
- 17:3917:39, 22 March 2025 diff hist +310 N Template:Kbd/styles.css Created page with "→{{pp-template}}: .mw-tmpl-kbd { background: #EEE; color: var(--color-base); } @media screen { html.skin-theme-clientpref-night .mw-tmpl-kbd { background: #171a1d; } } @media screen and ( prefers-color-scheme: dark ) { html.skin-theme-clientpref-os .mw-tmpl-kbd { background: #171a1d; } }" current
- 17:3917:39, 22 March 2025 diff hist +113 N Template:Key press Created page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:key|keypress}}</includeonly><noinclude> {{documentation}} </noinclude>" current
- 17:3917:39, 22 March 2025 diff hist +523 N Template:Kbd Created page with "<templatestyles src="Kbd/styles.css"></templatestyles><kbd class="{{{class|}}} mw-tmpl-kbd" {{#if:{{{id|}}}|id="{{{id}}}"}} style="{{#if:{{{spacing|}}}| padding-left:{{{padding|0.2em}}}; padding-right:{{{padding|0.2em}}};| letter-spacing:0.05em; padding-left:0.25em; padding-right:0.2em;}}{{#if:{{{style|}}}|{{{style}}}}}" {{#if:{{{lang|}}}|lang="{{{lang}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|user input}}}</kbd><noinclude> <!--Categories go near the bottom of..." current
- 17:3817:38, 22 March 2025 diff hist +811 N Template:Button Created page with "<kbd class="nowrap button" title="{{{tooltip|This is not a clickable button; it illustrates the button one should find.}}}" style="padding:{{{padTB|.2em}}} {{{padLR|.6em}}}; border:1px solid; border-color:var(--border-color-base, #a2a9b1) var(--border-color-interactive, #72777d) var(--border-color-interactive, #72777d) var(--border-color-base, #a2a9b1); border-radius:3px; background-color: {{{bgcolor|#F2F2F2}}}; color: {{{fgcolor|inherit}}}; {{#if:{{{bgcolor|}}}||backgro..." current
- 17:3817:38, 22 March 2025 diff hist +226 N Template:Codett Created page with "<includeonly>{{code|{{{code|{{{1}}}}}}|lang={{{lang|{{{2|text}}}}}}|class={{{class|}}}|id={{{id|}}}|style="background:none; border:none; color:inherit; padding: 0px 0px;"}}</includeonly><noinclude>{{documentation}}</noinclude>" current
- 17:3817:38, 22 March 2025 diff hist +427 N Template:Deprecated code Created page with "<del class="deprecated-content {{{class|}}}" style="color:{{#if:{{{red|}}}|var(--color-content-removed, #8B0000)|var(--color-subtle, #808080)}}; text-decoration:none; {{#if:{{{style|}}}|{{{style}}}|}}" {{#if:{{{id|}}}|id="{{{id}}}"|}} {{#if:{{{title|{{{2|}}}}}}|title="{{{title|{{{2}}}}}}"|}}>{{{1}}}</del><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
- 17:3717:37, 22 March 2025 diff hist +223 N Template:Deprecated code red Created page with "{{Deprecated code|red=y|{{{1|Example text}}}}}<noinclude> {{documentation|Template:Deprecated code/doc}} <!-- Please add documentation and categories to the /doc subpage, interwikis to Wikidata, thank you --> </noinclude>" current
- 17:3717:37, 22 March 2025 diff hist +427 N Template:Dcr Created page with "<del class="deprecated-content {{{class|}}}" style="color:{{#if:{{{red|}}}|var(--color-content-removed, #8B0000)|var(--color-subtle, #808080)}}; text-decoration:none; {{#if:{{{style|}}}|{{{style}}}|}}" {{#if:{{{id|}}}|id="{{{id}}}"|}} {{#if:{{{title|{{{2|}}}}}}|title="{{{title|{{{2}}}}}}"|}}>{{{1}}}</del><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
- 17:3717:37, 22 March 2025 diff hist +89 N Template:Dc2 Redirected page to Template:Deprecated code red current Tag: New redirect
- 17:3617:36, 22 March 2025 diff hist +99 N Template:Min Created page with "<includeonly>{{safesubst:#invoke:Math|min}}</includeonly><noinclude> {{Documentation}} </noinclude>" current
- 17:3517:35, 22 March 2025 diff hist +394 N Template:Spaces Created page with "<span class="nowrap">{{#iferror:{{#expr:{{{1|1}}}}} |{{#switch:{{{1}}} |fig= |en= |em= |thin= |hair= | }} |{{#invoke:String|rep|{{#switch:{{{2}}} |fig= |en= |em= |thin= |hair= | }}|{{{1|1}}}}} }}</span><noinclude> {{documentation}} </noinclude>" current
- 17:3517:35, 22 March 2025 diff hist +2,001 N Template:T links/sandbox links Created page with "<span class="plainlinks nourlexpansion lx" style="{{{style|}}}">{{{prefix|}}}<!-- ----- sandboxlinks=yes ----- -->{{{1|Example}}}[[:Template:{{{1|Example}}}/sandbox|/sandbox]] <!-- --><span style="font-size:85%; {{{liststyle|}}}">(<span style="background:#dbffdb; padding:0 2px;"><!-- -->[{{fullurl:Template:{{ucfirst:{{{1|Example}}}}}/sandbox|action=edit}} edit]<!-- -->{{middot}}[[Template talk:{{{1|Example}}}|t]]<!-- -->{{middot}}[{{fullurl:Template:{{ucfirst:{{{1|E..." current
- 17:3517:35, 22 March 2025 diff hist +138 N Template:· Created page with " <b>·</b> <noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current
- 17:3517:35, 22 March 2025 diff hist +2 Template:Middot No edit summary current
- 17:3517:35, 22 March 2025 diff hist +166 N Template:Middot Redirected page to Template:· Tag: New redirect
- 17:3117:31, 22 March 2025 diff hist +1,093 N Category:Redirects from template shortcuts Created page with "{{Redirect category|from=template shortcuts, abbreviated or otherwise different forms of their targets. While these shortcuts may be in other namespaces, their targets ''must be templates''|template=Rcat shell|parameters=<nowiki>{{</nowiki>R from template shortcut<nowiki>}}</nowiki>}} {{Category see also|Redirects from shortcuts}} {{See also|Chabadpedia:Lis..." current
- 17:2817:28, 22 March 2025 diff hist +2 Category:Redirects to templates No edit summary current Tag: Visual edit: Switched
- 17:2817:28, 22 March 2025 diff hist +124 N Category:Redirects to templates Created page with "{{purge button}} {{Chabadpedia category}} {{Empty category}} {{Parent category}} Templates"
- 17:2817:28, 22 March 2025 diff hist +402 N Category:Redirects to redirect templates Created page with "{{Redirect category|from=aliases/shortcuts (usually), or from redirects that are the result of page moves/renames, to redirect category (rcat) templates|template=Rcat shell|parameters=<nowiki>{{</nowiki>R to redirect template<nowiki>}}</nowiki>}} {{CatAutoTOC}} Redirect templates Category:All redirect categories" current
- 17:2717:27, 22 March 2025 diff hist +376 N Template:Automatic category TOC stats Created page with "<includeonly>{{Automatic category TOC stats/core<!-- -->|notoc={{PAGESINCATEGORY:Automatic category TOC generates no TOC|R}}<!-- -->|stdtoc={{PAGESINCATEGORY:Automatic category TOC generates standard Category TOC|R}}<!-- -->|largetoc={{PAGESINCATEGORY:Automatic category TOC generates Large category TOC|R}}<!-- -->}}</includeonly><noinclude> {{Documentation}} </noinclude>" current
- 17:2517:25, 22 March 2025 diff hist +2 Category:Chabadpedia links No edit summary current Tag: Visual edit: Switched
- 17:2517:25, 22 March 2025 diff hist +165 N Category:Chabadpedia links Created page with "{{Chabadpedia category|desc=Administration categories and pages related to wikilinks.}} Links"
- 17:2417:24, 22 March 2025 diff hist +978 N Category:Link templates Created page with "{{template category|small=1 | description = ''Templates that facilitate linking to pages within and outside {{SITENAME}}.'' }} English Chabadpedia parent and upper level categories: {{pagelist|nspace=Category|{{SITENAME}} formatting templates|{{SITENAME}} templates|{{SITENAME}} administration | {{SITENAME}} how-to}} <br /> See also categories: {{pagelist|nspace=Category| Function templates | category namespace templates | File namespace templates | Help namespace templat..." current
- 17:2317:23, 22 March 2025 diff hist +555 N Category:Internal link templates Created page with "{{Template category |description=This category contains templates that create links to other Chabadpedia pages from a parameter, usually in a special format or with additional links to related pages (i.e. talk, whatlinkshere), including wikilinks. This category should ''not'' include collections of links such as {{tl|deletiontools}}. }} {{Details|Chabadpedia:Template messages/Links#Internal links|Help:Int..." current
- 17:2317:23, 22 March 2025 diff hist +773 N Category:Cross-reference templates Created page with "{{Template category | type = formatting and function | description = '''Templates that provide or format cross-reference links on Chabadpedia pages, to other Chabadpedia (or sometimes other WMF sister project) content'''.<p>Includes both inline and (in a subcategory) hatnote cross-reference templates.</p><p>Includes both unprintworthy self-referential templates that cross-reference different pages, and printworthy intra-article templates. Ch..." current
- 17:2217:22, 22 March 2025 diff hist +476 N Category:Hatnote templates Created page with "{{Template category |description='''Hatnotes to provide links to other Chabadpedia content''', such as other uses of titles, phrases or words. <br/>For hatnotes and other templates intended for pages' "See also" sections, see {{cl|Related-topic templates}}.}} {{Category see also|Footnote templates}} Category:Cross-reference templates Category:Chabadpedia notification templates A03" current
- 17:2217:22, 22 March 2025 diff hist +204 N Category:Hatnote template tracking categories Created page with "{{Maintenance category|container=true}} Categories used by various hatnote templates for tracking purposes. τ Category:Template tracking by task" current
- 17:2117:21, 22 March 2025 diff hist +227 N Category:Hatnote templates parameter issues Created page with "{{Maintenance category|container=yes}} Parameter issues categories in templates that generate Chabadpedia:Hatnotes. Hatnote " current
- 17:2017:20, 22 March 2025 diff hist +364 N Category:Articles with hatnote templates targeting a nonexistent page Created page with "{{tracking cat|hidden=yes}} {{polluted category}} {{backlog|200}} {{CatAutoTOC}} This category tracks uses of hatnote templates that provide as targets pages that do not exist. It is populated by all hatnote templates that use automatic formatting. Category:Hatnote template tracking categories nonexistent page" current
- 17:1917:19, 22 March 2025 diff hist +5,948 N Template:Chabadpedia templates Created page with "{{#invoke:navbox|navbox | name = Chabadpedia templates | state = {{{state<includeonly>|{{{1|autocollapse}}}</includeonly>}}} | bodyclass = hlist | title = Chabadpedia templates | group10 = Main namespace | list10 = * General * Cleanup ** Verifiability and sources * Chabadpedia:Template index/Dispu..." current
- 17:1917:19, 22 March 2025 diff hist +160 N Template:Bracket Created page with "{{#if:{{{1|}}}|[{{{1}}}]|[}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
- 17:1817:18, 22 March 2025 diff hist +266 N Category:Template Large category TOC tracking categories Created page with "{{Tracking category|container=yes}} '''Contains tracking categories populated by {{tl|Large category TOC}}''' {{Category see also|Automatic category TOC tracking categories|Template Category TOC tracking categories}} Category:Category table of contents tracking" current
- 17:1717:17, 22 March 2025 diff hist +90 N Template:TOC bottom Created page with "<includeonly>{{endflatlist}}</div></includeonly><noinclude> {{documentation}} </noinclude>" current
- 17:1717:17, 22 March 2025 diff hist +521 N Category:Redirects to help pages Created page with "{{pp-semi-indef|small=yes}} {{Redirect category|from=pages inside the help namespace|to=other pages inside the help namespace|template=Rcat shell|parameters=<nowiki>{{</nowiki>R to help namespace<nowiki>}}</nowiki>}} : ''Pages tagged with '''{{tl2|R to help namespace}}''' are automatically sorted into either this category or '''{{Cat|Redirects to help namespace}}'''.'' {{DEFAULTSORT:Redirects To Help Pages}} Cate..." current
- 17:1617:16, 22 March 2025 diff hist +35,453 Help:Magic words No edit summary current