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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 08:12, 20 March 2025 Shia.k talk contribs created page Module:Category handler/data (Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(...")
  • 08:11, 20 March 2025 Shia.k talk contribs created page Module:Category handler/blacklist (Created page with "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The userbo...")
  • 08:11, 20 March 2025 Shia.k talk contribs created page Module:Category handler/shared (Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return...")
  • 08:10, 20 March 2025 Shia.k talk contribs created page Module:Category handler (Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...")
  • 08:09, 20 March 2025 Shia.k talk contribs created page Module:Template link general (Created page with "-- This implements Template:Template link general and various other templates in its family local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else re...")
  • 08:08, 20 March 2025 Shia.k talk contribs created page Template:Unbulleted list center (Created page with "{{#invoke:list|unbulleted|list_style=text-align:center;{{{list_style|}}}}}<noinclude> {{Documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 08:08, 20 March 2025 Shia.k talk contribs created page Module:Unsubst-infobox (Created page with "local p = {} local specialParams = { ['$params'] = 'all parameters', ['$extra'] = 'extra parameters', ['$set1'] = 'parameter set 1', ['$set2'] = 'parameter set 2', ['$set3'] = 'parameter set 3', ['$aliases'] = 'parameter aliases', ['$indent'] = 'indent', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override' } p[''] = function ( frame ) if not frame:getParent() then error( '{{#invoke:Unsubst-infobox|}} m...")
  • 08:07, 20 March 2025 Shia.k talk contribs created page Module:Unsubst (Created page with "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specif...")
  • 08:06, 20 March 2025 Shia.k talk contribs created page Template:Category other (Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Category}} | category | other }} }} | category = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 08:05, 20 March 2025 Shia.k talk contribs created page Template:Unbulleted list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 08:04, 20 March 2025 Shia.k talk contribs created page Template:Cmbox (Created page with "{{#invoke:Message box|cmbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 08:04, 20 March 2025 Shia.k talk contribs created page Template:Template category (Created page with "{{{onright|{{{rhs|}}}}}} {{Cmbox | type = notice | style = padding-bottom:0.5em; | image = {{#ifeq:{{{type|}}}|module|44px|Lua logo|alt=Lua logo|link=|44px|Template braces|alt=|link=|class=skin-invert}} | text = <div style="width:98%;"><!-- Container-category message -->{{yesno|1={{{container|}}} |yes=<div style="font-size:115%;padding:0.5em 0;"> '''''Note: Please do not add {{#ifeq:{{{type|}}}|module|...")
  • 08:03, 20 March 2025 Shia.k talk contribs created page Category:Chabadpedia category table of contents templates (Created page with "{{Template category |description=These templates serve as quick navigational aids for large categories. While they serve a similar purpose to normal table-of-contents templates, they actually move between different pages of the category listing rather than simply jumping to an HTML anchor on the existing page. Thus they are also something like navigation boxes. }} {{Commons category|Category TOC templates}} Category:Category namespace templat...")
  • 08:02, 20 March 2025 Shia.k talk contribs created page Category:Chabadpedia Automatic category TOC (Created page with "Category:CPProject Categories Category:Chabadpedia category table of contents templates")
  • 08:00, 20 March 2025 Shia.k talk contribs created page Template:CatAutoTOC (Created page with "<includeonly><!-- # TOC, depending on category size # <= 100 pages → no TOC # 101–1200 pages → {{Category TOC}} # > 1200 pages → {{Large category TOC}} -->{{Category other|<!-- ####################################################################### #### This is a category page, so generate a TOC if needed. #### #### #### #### Use a sub-template Template:Automatic category TOC/core...")
  • 08:00, 20 March 2025 Shia.k talk contribs created page Category:Redirects mentioned in hatnotes (Created page with "{{Redirect category|from=titles that are mentioned in article or section hatnotes|template=Rcat shell|parameters=<nowiki>{{</nowiki>R mentioned in hatnote<nowiki>}}</nowiki>|sortkey=yes}} {{CatAutoTOC|align=center}} Category:All redirect categories Hatnotes")
  • 07:59, 20 March 2025 Shia.k talk contribs created page Template:R mentioned in a hatnote (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R mentioned in hatnote |name=Mentioned in a hatnote |from=a title that is mentioned in a hatnote at the redirect target. The mention is usually atop the ''target article''. It may, however, be directly under a section header, or in another article's hatnote <em>(whenever the hatnote is under a section, {{tl|R to section}} should also be used)</em> |info=** The titles...")
  • 07:53, 20 March 2025 Shia.k talk contribs created page Template:Editnotice (Created page with "{{#ifeq:{{FULLROOTPAGENAME}}|Template:Editnotices |{{Editnotice/notice |expiry={{{expiry|¬}}} |redirect={{{redirect|}}} }} }}{{#ifexpr:{{#ifeq:{{FULLROOTPAGENAME}}|Template:Editnotices |1 |0 }}+{{#switch:{{{expiry|¬}}} |indefinite = 1 | |¬ = 1 <!-- Expiry not specified --> |#default = {{#iferror:{{#time:U|{{{expiry}}}}} |0 <!-- Invalid expiry time --> |{{#ifexpr:{{#time:U|{{{expiry}}}}}-{{#time:U|{{CURRENTTIMESTAMP}}}}>0 |1 <!--...")
  • 07:53, 20 March 2025 Shia.k talk contribs created page Template:FULLROOTPAGENAME (Created page with "{{ safesubst:<noinclude/>#if: {{ safesubst:<noinclude/>Ns has subpages | {{ safesubst:<noinclude/>#if:{{{1|}}}|{{ safesubst:<noinclude/>NAMESPACE:{{{1}}}}}|{{ safesubst:<noinclude/>NAMESPACE}}}} }} | {{ safesubst:<noinclude/>#titleparts:{{ safesubst:<noinclude/>#if:{{{1|}}}|{{{1}}}|{{ safesubst:<noinclude/>FULLPAGENAME}}}}|1}} | {{ safesubst:<noinclude/>#if:{{{1|}}}|{{{1}}}|{{ safesubst:<noinclude/>FULLPAGENAME}}}} }}<noinclude> {{documentation}} </noinclude>")
  • 07:53, 20 March 2025 Shia.k talk contribs created page Template:Ns has subpages (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Ns has subpages|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
  • 07:53, 20 March 2025 Shia.k talk contribs created page Module:Ns has subpages (Created page with "-- This module implements Template:Ns has subpages. -- While the template is fairly simple, this information is made available to -- Lua directly, so using a module means that we don't have to update the -- template as new namespaces are added. local p = {} function p._main(ns, frame) -- Get the current namespace if we were not passed one. if not ns then ns = mw.title.getCurrentTitle().namespace end -- Look up the namespace table from mw.site.namespaces. Thi...")
  • 07:42, 20 March 2025 Shia.k talk contribs created page Template:Fmbox (Created page with "{{#invoke:Message box|fmbox|plainlinks={{{plainlinks|yes}}}}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 07:33, 20 March 2025 Shia.k talk contribs created page Template:Nutshell (Created page with "{{main other|{{error|Template:Nutshell should not be used in articles. Please remove it from this page.|tag=div}}|{{mbox | class = nutshell | image = 30px|link=|alt= | text = '''{{{title|This page}}} in a nutshell:''' {{#if:{{{2|}}} | {{unordered list|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}}} | {{{1}}} }} | imageright = {{#if:{{{shortcut|{{{shortcut1|}}}}}} | {{Ombox/shortcut|{{{shortcut|{{{shortcut1|}}}}}}|{{{shortcut2|}}}|{{{shortcut3|}}}|{{{short...")
  • 07:32, 20 March 2025 Shia.k talk contribs created page Chabadpedia:Redirect (Created page with "{{Nutshell|Redirects aid navigation and searching by allowing a page to be reached under alternative titles.}}")
  • 07:27, 20 March 2025 Shia.k talk contribs created page Module:Redirect (Created page with "-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it isn't a -- redi...")
  • 07:26, 20 March 2025 Shia.k talk contribs created page Module:Redirect template (Created page with "require('strict') local p = {} -- key is beginning of arg name. value is table with namespace number and link -- alternatively, a function taking the namespace number and returning a validity -- can be used local namespaceCategories = { all = { function() return true end }, main = { 0, 'main' }, help = { 12, 'help' }, portal = { 100, 'portal' }, talk = { function(n) return n > 0 and n%2 == 1 end, '[[Help:Talk pa...")
  • 07:25, 20 March 2025 Shia.k talk contribs created page Template:Redirect template (Created page with "{{#invoke:Redirect template|main}}<noinclude> {{Documentation}}</noinclude>")
  • 07:24, 20 March 2025 Shia.k talk contribs created page Template:R to project namespace (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{#if: {{#invoke:redirect|isRedirect|{{FULLPAGENAME}}}}{{#ifeq:{{FULLPAGENAME}}|Template:R to project namespace|yes|}} |{{Redirect template |id=R to project namespace |name=To a project page |from=''any'' page '''inside''' or '''outside''' of project (Wikipedia: or WP:) space |to=any page in the project namespace |info=The above category link leads to a li...")
  • 07:23, 20 March 2025 Shia.k talk contribs created page Template:Redirect category shell (Created page with "__NONEWSECTIONLINK__{{Mbox | name = Redirect category shell | type = move | image = none | style = margin-top: 1.1em; border: solid 1px darkblue; border-left-width: 0.5em; | textstyle = padding-top: 0.9em; padding-bottom: 0.9em; | text = '''This {{Talk other|talk page|page}} is a redirect. <small>The following categories are used to track and monitor this redirect:</small>'''{{#if:{{{h|}}} |{{block inde...")
  • 07:23, 20 March 2025 Shia.k talk contribs created page Template:Category link (Created page with "{{Category link/core|1={{PAGENAME:{{{1}}}}}|2={{{2|Category:{{PAGENAME:{{{1}}}}}}}}|count={{{count|no}}}|page_count={{PAGESINCAT:{{PAGENAME:{{{1}}}}}|{{UC:{{{count_type|ALL}}}}}|R}}|backlog={{{backlog|{{formatnum:{{NUMBEROFPAGES}}|R}}}}}}}<noinclude> {{Documentation}} </noinclude>")
  • 07:23, 20 March 2025 Shia.k talk contribs created page Template:Category link/core (Created page with "[[:Category:{{{1}}}|{{{2}}}]]{{#if:{{Yesno|1={{{count|no}}}}}| <small style="{{#ifexpr:{{{page_count}}}>={{{backlog}}}|font-weight: bold; color: #DD0000;}}">( {{formatnum:{{{page_count}}}}} )</small>}}<noinclude> {{Documentation|Template:Category link/doc}} </noinclude>")
  • 07:23, 20 March 2025 Shia.k talk contribs created page Template:Yesno-yes (Created page with "{{SAFESUBST:<noinclude />yesno|{{{1}}}|yes={{{yes|yes}}}|no={{{no|no}}}|blank={{{blank|yes}}}|¬={{{¬|yes}}}|def={{{def|yes}}}}}<noinclude> {{Documentation|Template:Yesno/doc}} <!--Categories go in the doc page referenced above; interwikis go in Wikidata.--> </noinclude>")
  • 07:22, 20 March 2025 Shia.k talk contribs created page Template:Yesno-no (Created page with "{{safesubst:<noinclude />yesno|{{{1}}}|yes={{{yes|yes}}}|no={{{no|no}}}|blank={{{blank|no}}}|¬={{{¬|no}}}|def={{{def|no}}}}}<noinclude> {{Documentation|Template:Yesno/doc}} <!--Categories go in the doc page referenced above; interwikis go in Wikidata.--> </noinclude>")
  • 07:22, 20 March 2025 Shia.k talk contribs created page Template:Yesno (Created page with "{{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |f |false |off |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |t |true |on |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude> {{Documentation}} </noinclude>")
  • 07:20, 20 March 2025 Shia.k talk contribs created page Template:Cat (Redirected page to Template:Category link) Tag: New redirect
  • 07:19, 20 March 2025 Shia.k talk contribs created page Template:Talk other (Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{TALKSPACE}} | talk | other }} }} | talk = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} </noinclude>")
  • 07:16, 20 March 2025 Shia.k talk contribs moved page Chabadped:RCAT to Chabadpedia:RCAT without leaving a redirect
  • 07:16, 20 March 2025 Shia.k talk contribs deleted page Chabadped:Categorizing redirects (content was: "#REDIRECT Chabadpedia:Categorizing redirects", and the only contributor was "Shia.k" (talk))
  • 07:16, 20 March 2025 Shia.k talk contribs moved page Chabadped:Categorizing redirects to Chabadpedia:Categorizing redirects
  • 07:15, 20 March 2025 Shia.k talk contribs created page Chabadped:Categorizing redirects (Created page with "{{pp|small=yes}} {{Redirect-multi|2|WP:RCAT|WP:RCATS|how to redirect one category to another|Template:Category redirect|a list of redirect category templates|Chabadpedia:Template index/Redirect pages}} {{Guideline|editing guideline|Categorization Redirects|WP:RCAT}} {{Nutshell|Redirects are not articles and most should not be sorted into mainspace content categories. All should be sorted into appropriate "maintenance" (non-article) categories whenever possible.}} File:...")
  • 07:11, 20 March 2025 Shia.k talk contribs created page Chabadped:RCAT (Redirected page to Chabadped:Categorizing redirects) Tag: New redirect
  • 07:09, 20 March 2025 Shia.k talk contribs created page Template:This is a redirect/rcat (Created page with "{{#ifeq:{{NAMESPACE}}|Template talk||'''{{small|{{smallcaps|When used with the}} "Redirect category shell" (Rcat shell) {{smallcaps|template:}}}}}}''' {{Mbox | name = This is a redirect/rcat | type = move | image = none | style = margin-top: 1.1em; border: solid 1px darkblue; border-left-width: 0.5em; | textstyle = padding-top: 0.9em; padding-bottom: 0.9em; | text = '''This page is a redirect. <small>The following Wikipedia:Categorizing redir...")
  • 07:08, 20 March 2025 Shia.k talk contribs created page Template:Smallcaps (Created page with "{{<includeonly>safesubst:</includeonly>ifsubst | 1=<span style="font-variant:small-caps">{{{1}}}</span> | 2=<templatestyles src="smallcaps/styles.css"/><span class="smallcaps">{{{1}}}</span> }}<noinclude> <!-- Add categories and interwikis to the /doc subpage, not here! --> {{documentation}} </noinclude>")
  • 07:07, 20 March 2025 Shia.k talk contribs created page Template:Ifsubst (Created page with "{{ safesubst:<noinclude/>#if:{{{demo|}}} |{{ safesubst:<noinclude/>#ifeq:{{{demo}}} |no |{{{no|{{{2|}}}}}} |{{{yes|{{{1|}}}}}} }} |{{ safesubst:<noinclude/>#ifeq:{{ safesubst:<noinclude/>NAMESPACE}}|{{NAMESPACE}} |{{{no|{{{2|}}}}}} |{{{yes|{{{1|}}}}}} }}}}<noinclude> {{Documentation}} </noinclude>")
  • 07:06, 20 March 2025 Shia.k talk contribs created page Template:Small (Created page with "<span style="font-size:85%;">{{{1}}}</span><includeonly>{{SAFESUBST:#if:{{{1|}}}||Category:Pages using small with an empty input parameter}}</includeonly><noinclude> {{Documentation}}<!--Categories and interwikis go in the /doc sub-page.--> </noinclude>")
  • 07:04, 20 March 2025 Shia.k talk contribs created page Template:R from move (Created page with "<noinclude>{{hatnote|This rcat template is automatically added to all new redirects that result from page moves; it must be added manually to older redirects when appropriate.}}{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from move |name=From a page move |from=a page that has been moved (renamed) |info=This page was kept as a redirect to avoid breaking links, both internal and external, that may have been made to the old page name. |all cat...")
  • 07:04, 20 March 2025 Shia.k talk contribs created page Template:Template link with parameters (Created page with "<includeonly>{{#Invoke:Template link general|main|nowrap=yes}}</includeonly><noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlp}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
  • 07:03, 20 March 2025 Shia.k talk contribs created page Template:Tlp (Redirected page to Template:Template link with parameters) Tag: New redirect
  • 07:01, 20 March 2025 Shia.k talk contribs created page Module:Navbar/configuration (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false...")
  • 07:01, 20 March 2025 Shia.k talk contribs created page Module:Navbar (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)