Main public logs
Combined display of all available logs of Chabadpedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:52, 22 March 2025 Shia.k talk contribs created page 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 >--------------------------------...")
- 18:52, 22 March 2025 Shia.k talk contribs created page 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:52, 22 March 2025 Shia.k talk contribs created page 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 >----------------------------------------...")
- 18:51, 22 March 2025 Shia.k talk contribs created page 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:51, 22 March 2025 Shia.k talk contribs created page 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...")
- 18:50, 22 March 2025 Shia.k talk contribs created page 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>")
- 18:50, 22 March 2025 Shia.k talk contribs created page Template:Harvnb (Redirected page to Template:Harvard citation no brackets) Tag: New redirect
- 18:50, 22 March 2025 Shia.k talk contribs created page 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...")
- 18:50, 22 March 2025 165.231.164.70 talk created page The Best Treadmill For Home Use In The UK: A Comprehensive Guide (Created page with "The Best Treadmill for Home Use in the UK: A Comprehensive Guide<br>Choosing the right treadmill for home use can be a daunting task, especially with the plethora of options available in the UK market. From budget-friendly models to high-end machines, each treadmill comes with its own set of features and benefits. This guide aims to provide a detailed overview of the best treadmills available for home use, helping consumers make an informed decision based on their fitnes...")
- 18:49, 22 March 2025 Shia.k talk contribs created page Template:Cite web (Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=web }}</includeonly><noinclude> {{documentation}} </noinclude>")
- 18:49, 22 March 2025 Shia.k talk contribs created page 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>")
- 18:48, 22 March 2025 Shia.k talk contribs created page 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...")
- 18:48, 22 March 2025 Shia.k talk contribs created page Template:Doc (Redirected page to Template:Documentation) Tag: New redirect
- 18:47, 22 March 2025 Shia.k talk contribs created page Template:Item (Created page with "<includeonly>{{#invoke:Item|pack}}</includeonly><noinclude> {{doc}} </noinclude>")
- 18:47, 22 March 2025 Shia.k talk contribs created page Template:Format item (Created page with "<includeonly>{{#invoke:Item|format}}</includeonly><noinclude> {{doc}} </noinclude>")
- 18:47, 22 March 2025 Shia.k talk contribs created page 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>")
- 18:47, 22 March 2025 Shia.k talk contribs created page 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...")
- 18:46, 22 March 2025 Shia.k talk contribs created page Template:!! (Created page with "||<noinclude> {{documentation}} </noinclude>")
- 18:45, 22 March 2025 Shia.k talk contribs created page 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...")
- 18:44, 22 March 2025 Shia.k talk contribs created page 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:44, 22 March 2025 Shia.k talk contribs created page 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:44, 22 March 2025 Shia.k talk contribs created page 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...")
- 18:33, 22 March 2025 Shia.k talk contribs created page 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}...")
- 18:32, 22 March 2025 Shia.k talk contribs created page 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}} *")
- 18:31, 22 March 2025 Shia.k talk contribs created page Category:Chabadpedia lists (Created page with "{{Chabadpedia category}} Lists")
- 18:30, 22 March 2025 Shia.k talk contribs created page 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...")
- 18:29, 22 March 2025 Shia.k talk contribs created page Category:Hatnote templates for lists (Created page with "{{Template category}} Lists Category:List templates")
- 18:29, 22 March 2025 Shia.k talk contribs created page 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...")
- 18:28, 22 March 2025 Shia.k talk contribs created page Template:Pp-semi (Redirected page to Template:Protection padlock) Tag: New redirect
- 18:26, 22 March 2025 Shia.k talk contribs created page 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:26, 22 March 2025 Shia.k talk contribs created page 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...")
- 18:25, 22 March 2025 Shia.k talk contribs created page Template:Redirect-multi (Created page with "<includeonly>{{#invoke:Redirect-multi|redirectMulti}}</includeonly><noinclude>{{Documentation}}</noinclude>")
- 18:25, 22 March 2025 Shia.k talk contribs created page 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...")
- 18:24, 22 March 2025 Shia.k talk contribs created page 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:23, 22 March 2025 Shia.k talk contribs created page 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 = {{...")
- 17:50, 22 March 2025 Shia.k talk contribs created page 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...")
- 17:50, 22 March 2025 Shia.k talk contribs created page Template:CollapsibleLargeCategoryTOC (Created page with "{{#invoke:Large category TOC|collapsible}}<includeonly><!--Category:Working category 84userBot--></includeonly><noinclude>{{documentation}}</noinclude>")
- 17:49, 22 March 2025 Shia.k talk contribs created page 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...")
- 17:49, 22 March 2025 Shia.k talk contribs created page Category:Chabadpedia errors (Created page with "{{Chabadpedia category|container=yes}} {{for|the content category about error-related topics|Category:Error}} Errors")
- 17:48, 22 March 2025 Shia.k talk contribs created page 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<!-- --...")
- 17:47, 22 March 2025 Shia.k talk contribs created page Template:Parent category (Redirected page to Template:Container category) Tag: New redirect
- 17:46, 22 March 2025 Shia.k talk contribs created page 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}}}...")
- 17:45, 22 March 2025 Shia.k talk contribs created page 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:44, 22 March 2025 Shia.k talk contribs created page 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:44, 22 March 2025 Shia.k talk contribs created page 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...")
- 17:43, 22 March 2025 Shia.k talk contribs created page 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...")
- 17:43, 22 March 2025 Shia.k talk contribs created page 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'] = '⌘...")
- 17:43, 22 March 2025 Shia.k talk contribs created page 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>")
- 17:42, 22 March 2025 Shia.k talk contribs created page 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; }")
- 17:42, 22 March 2025 Shia.k talk contribs created page 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>")