Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
Show changes on pages linked from
Pages linked from the selected page
Pages linking to the selected page
CollapseList of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
22 March 2025
18:58 | Template:Reflist diffhist +1,060 Shia.k talk contribs |
17:16 | Help:Magic words diffhist +35,453 Shia.k talk contribs |
21 March 2025
N 09:11 | Module:Plain text diffhist +2,223 Shia.k talk contribs (Created page with "--converts text with wikilinks to plain text, e.g "gah is bar" to "gah is bar" --removes anything enclosed in tags that isn't nested, mediawiki strip markers (references etc), files, italic and bold markup requirestrict local p = {} function p.main(frame) local text = frame.args[1] local encode = require('Module:yesno')(frame.args.encode) return p._main(text, encode) end function p._main(text, encode) if not text then return end text = mw.text.kill...") |
N 09:10 | Module:Lang diffhist +93,351 Shia.k talk contribs (Created page with "--[=[ Lua support for the {{lang}}, {{langx}}, {{lang-??}}, and {{transliteration}} templates and replacement of various supporting templates. ]=] require('strict'); local getArgs = require ('Module:Arguments').getArgs; local unicode = require ("Module:Unicode data"); -- for is_Latin() and is_rtl() local yesno = require ('Module:Yesno'); local lang_data = mw.loadData ('Module:Lang/data'); -- language name override and transliteration tool-tip tables l...") |
|
N 09:09 | Template:Annotated link 2 changes history +4,023 [Shia.k (2×)] | |||
|
09:09 (cur | prev) −5,681 Shia.k talk contribs | ||||
N |
|
09:08 (cur | prev) +9,704 Shia.k talk contribs (Created page with " local function pipedLink(name, display) return ''..display..'' end local function isEmpty(value) return value == nil or value == '' end local function notEmpty(value) return not isEmpty(value) end -- Unescape functionality grabbed from https://stackoverflow.com/a/14899740/1832568 local function unescape(str) str = string.gsub(str, '&#(%d+);', string.char) str = string.gsub(str, '&#x(%d+);', function(d) return string.char(tonumber(d, 16)) end) retur...") |
N 08:54 | Template:Txl diffhist +45 Shia.k talk contribs (Redirected page to Template:Template link expanded) Tag: New redirect |
N 08:53 | Template:Slink diffhist +95 Shia.k talk contribs (Redirected page to Template:Section link) Tag: New redirect |
N 08:53 | Template:Bulleted list diffhist +179 Shia.k talk contribs (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|bulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>") |
N 08:53 | Template:Unordered list diffhist +52 Shia.k talk contribs (Redirected page to Template:Bulleted list) Tag: New redirect |
N 08:52 | Module:Annotated link diffhist +9,704 Shia.k talk contribs (Created page with " local function pipedLink(name, display) return ''..display..'' end local function isEmpty(value) return value == nil or value == '' end local function notEmpty(value) return not isEmpty(value) end -- Unescape functionality grabbed from https://stackoverflow.com/a/14899740/1832568 local function unescape(str) str = string.gsub(str, '&#(%d+);', string.char) str = string.gsub(str, '&#x(%d+);', function(d) return string.char(tonumber(d, 16)) end) retur...") |
N 08:51 | Template:Section link diffhist +169 Shia.k talk contribs (Created page with "{{SAFESUBST:<noinclude />#invoke:Section link|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>") |
N 08:51 | Module:Section link diffhist +5,085 Shia.k talk contribs (Created page with "-- This module implements {{section link}}. require('strict'); local checkType = require('libraryUtil').checkType local p = {} local function makeSectionLink(page, section, display) display = display or section page = page or '' -- MediaWiki doesn't allow these in 'page', so only need to do for 'section' if type(section) == 'string' then section = string.gsub(section, "{", "{") section = string.gsub(section, "}", "}") end return string.format('[[%s...") |
N 08:50 | Template:Phabricator diffhist +2,771 Shia.k talk contribs (Created page with "<noinclude>{{Tfm/dated|page=Phabricator|otherpage=Task|link=Wikipedia:Templates for discussion/Log/2025 March 17#Template:Phabricator|type=tiny|help=off|bigbox={{#invoke:Noinclude|noinclude|text=yes}}}}</noinclude>{{#if:{{{art|}}}{{{article|}}}|Phabricator''':''' }}{{#ifeq:{{padleft:|1|{{{1|T}}}}}|T |[[Phabricator:{{{1|}}}|{{{1|Phabricator}}}]]{{#if:{{{label|}}}{{{label1|}}}| ({{{label|{{{label1}}}}}})}} |Phabricator:T{{{1}}}|T{{{1}}}...") |
N 08:49 | Template:Phab diffhist +110 Shia.k talk contribs (Redirected page to Template:Phabricator) Tag: New redirect |
N 08:38 | Template:En dash diffhist +115 Shia.k talk contribs (Created page with "–<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>") |
N 08:37 | Template:Ndash diffhist +130 Shia.k talk contribs (Redirected page to Template:En dash) Tag: New redirect |
N 08:36 | Template:Infopage diffhist +115 Shia.k talk contribs (Redirected page to Template:Information page) Tag: New redirect |
N 08:36 | Module:Gallery diffhist +7,713 Shia.k talk contribs (Created page with "-- This module implements {{gallery}} by wrapping the <gallery> core extension tag. local p = {} local templatestyles = 'Module:Gallery/styles.css' local yesno = require('Module:Yesno') local plaintextModule = require('Module:Plain text') local function plaintext(text) -- stips out external links without labels, -- and then passes to the Plain_text module to clean the rest return plaintextModule.main({ args = { text:gsub("([^%[])%[([^%[%]%s]+)%]", '%1')...") |
|
N 08:35 | Template:Gallery 2 changes history +67 [Shia.k (2×)] | |||
|
08:35 (cur | prev) −7,646 Shia.k talk contribs (Replaced content with "{{#invoke:Gallery|gallery}}<noinclude>{{Documentation}}</noinclude>") Tag: Replaced | ||||
N |
|
08:34 (cur | prev) +7,713 Shia.k talk contribs (Created page with "-- This module implements {{gallery}} by wrapping the <gallery> core extension tag. local p = {} local templatestyles = 'Module:Gallery/styles.css' local yesno = require('Module:Yesno') local plaintextModule = require('Module:Plain text') local function plaintext(text) -- stips out external links without labels, -- and then passes to the Plain_text module to clean the rest return plaintextModule.main({ args = { text:gsub("([^%[])%[([^%[%]%s]+)%]", '%1')...") |
|
N 07:34 | Template:Anchor 3 changes history +177 [Shia.k (3×)] | |||
|
07:34 (cur | prev) −470 Shia.k talk contribs Tag: Manual revert | ||||
|
07:32 (cur | prev) +470 Shia.k talk contribs Tag: Reverted | ||||
N |
|
07:31 (cur | prev) +177 Shia.k talk contribs (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:anchor|main}}<noinclude> {{Documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>") |
N 07:31 | Module:Anchor diffhist +647 Shia.k talk contribs (Created page with "-- This module implements {{anchor}}. local getArgs = require('Module:Arguments').getArgs local tableTools = require('Module:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(...) -- Generate the list of anchors. local anchors = {....") |
N 02:53 | Chabadpedia:Short description diffhist +31,485 Shia.k talk contribs (Created page with "{{Short description|Use of short descriptions on English Chabadpedia}} {{pp-semi-indef|small=yes}} {{For|the WikiProject|Chabadpedia:WikiProject Short descriptions}} {{Infopage|CB:SDESC|CB:SHORTDES|CB:SHORTDESC}} {{Nutshell |The short description of a Chabadpedia article is a brief phrase, with a specific format, designed to work together with the title to indicate the article's scope. |Every article #"none" as a short description|whose title is not alr...") |
N 02:31 | Template:Pagetype diffhist +179 Shia.k talk contribs (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:pagetype|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>") |
20 March 2025
N 19:49 | Template:Short description/lowercasecheck diffhist +827 Shia.k talk contribs (Created page with "{{#ifeq:<!--test first character for lower-case letter-->{{#invoke:string|find|1={{{1|}}}|2=^%l|plain=false}}|1 |<!-- first character is a lower case letter; test against whitelist -->{{#switch: {{First word|{{{1|}}}}}<!--begin whitelist--> |c. <!--for circa--> |gTLD |iMac |iOS |iOS, |iPad |iPhone |iTunes |macOS |none |pH |pH-dependent=<!-- end whitelist; short description starts with an allowed lower-case string; whitelist matched; do nothing --> |#default=<!-- apply c...") |
N 19:49 | Template:Short description diffhist +1,362 Shia.k talk contribs (Created page with "{{#ifeq:{{lc:{{{1|}}}}}|none|{{SHORTDESC:}}<nowiki/><!--Prevents whitespace issues when used with adjacent newlines-->|<div class="shortdescription nomobile noexcerpt noprint searchaux" style="display:none">{{{1|}}}{{SHORTDESC:{{{1|}}}|{{{2|}}}}}</div>}}<includeonly>{{#ifeq:{{{pagetype}}}|Disambiguation pages||{{#ifeq:{{pagetype |defaultns = all |user=exclude}}|exclude||{{#ifeq:{{#switch: {{NAMESPACENUMBER}} | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 11 | 12 | 13 | 14 | 15 | 100 | 1...") |
N 18:35 | Help:Magic words diffhist +977 Shia.k talk contribs (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R to help namespace |name=To a help page |from=''any'' page '''inside''' or '''outside''' of help namespace |to=a page in that namespace |info=** The above category link leads to a list of redirects from inside help namespace. For redirects from outside help space, see '''{{cat|Redirects to help namespace}}'''. |help category=Redirects to help pages |other category={{sandbox other||...") |
18:29 | Module:Protection banner/config diffhist +244 Shia.k talk contribs |
N 18:22 | Module:Check for unknown parameters diffhist +3,339 Shia.k talk contribs (Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list require ('strict'); local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing...") |
N 16:58 | Template:Template link null diffhist +231 Shia.k talk contribs (Created page with "<includeonly>{{#Invoke:Template link general|main|nolink=yes|code=yes}}</includeonly><noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tnull}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>") |
N 16:58 | Template:Tnull diffhist +88 Shia.k talk contribs (Redirected page to Template:Template link null) Tag: New redirect |
N 13:04 | Module:For diffhist +1,346 Shia.k talk contribs (Created page with "local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For}} but takes a manual arguments table function p._For (a...") |
N 12:37 | Template:Em diffhist +329 Shia.k talk contribs (Created page with "<em {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</em><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>") |
N 12:33 | Template:Template link interwiki diffhist +863 Shia.k talk contribs (Created page with "<!-- Subst of {{Tl2}} follows --><code><nowiki>{{</nowiki>[[:{{ safesubst:<noinclude/>#if: {{{sister|}}} | {{{sister}}}: }}{{ safesubst:<noinclude/>#if: {{{lang|}}} | {{{lang}}}: }}{{ safesubst:<noinclude/>ns:Template }}:{{{1}}}|{{{1}}}]]{{ safesubst:<noinclude/>#if: {{{2|}}} | |{{{2}}} }}{{ safesubst:<noinclude/>#if: {{{3|}}} | |{{{3}}} }}{{ safesubst:<noinclude/>#if: {{{4|}}} | |{{{4}}} }}{{ safesubst:<noinclude/>#if: {{{5|}}} | |{{{5}}} }}{{ safesu...") |
N 12:32 | Template:Tl2 diffhist +93 Shia.k talk contribs (Redirected page to Template:Template link interwiki) Tag: New redirect |
N 12:06 | Template:Namespace detect diffhist +173 Shia.k talk contribs (Created page with "{{SAFESUBST:<noinclude />#invoke:Namespace detect|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>") |
N 12:06 | Module:Namespace detect diffhist +5,992 Shia.k talk contribs (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...") |
N 12:02 | Template:For diffhist +88 Shia.k talk contribs (Created page with "<includeonly>{{#invoke:For|For}}</includeonly><noinclude> {{Documentation}} </noinclude>") |
N 12:01 | Template:Information page diffhist +2,204 Shia.k talk contribs (Created page with "{{#if: {{{nocat|{{{demo|}}}}}}||<includeonly>{{Namespace detect | wikipedia = {{short description|Wikipedia information page|noreplace}} | help = {{short description|Wikipedia information page|noreplace}} | user = {{short description|Wikipedia information page|noreplace}} }}</includeonly> }}{{ombox | type = notice | style = {{{style|}}} | imageright = {{#if:{{{shortcut|{{{shortcut1|{{{sc1|{{{...") |
N 12:01 | Template:No redirect diffhist +394 Shia.k talk contribs (Created page with "{{safesubst:<noinclude/>#if: {{safesubst:<noinclude/>#invoke:Redirect|isRedirect|{{{1}}}}} | <span class="plainlinks">[{{safesubst:<noinclude/>fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]</span> | {{safesubst:<noinclude/>#if:{{{2|}}}|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}|{{{2}}}]]|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}]]}} }}<noinclude> {{documentation}} </noinclude>") |
N 12:00 | Module:Shortcut/config diffhist +1,240 Shia.k talk contribs (Created page with "-- This module holds configuration data for Module:Shortcut. return { -- The heading at the top of the shortcut box. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['shortcut-heading'] = '{{PLURAL:$1|Shortcut|Shortcuts}}', -- The heading when |redirect=yes is given. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['redirect-heading'] = '[[Wikipedia:Redirect|{{PLURAL...") |
N 12:00 | Module:Shortcut diffhist +4,336 Shia.k talk contribs (Created page with "-- This module implements {{shortcut}}. -- Set constants local CONFIG_MODULE = 'Module:Shortcut/config' -- Load required modules local checkType = require('libraryUtil').checkType local yesno = require('Module:Yesno') local p = {} local function message(msg, ...) return mw.message.newRawMessage(msg, ...):plain() end local function makeCategoryLink(cat) return string.format('%s:%s', mw.site.namespaces[14].name, cat) end function p._main(shortcuts, options, fra...") |
N 11:59 | Template:Shortcut diffhist +169 Shia.k talk contribs (Created page with "<includeonly>{{#invoke:Shortcut|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>") |
N 11:58 | Template:Ombox diffhist +146 Shia.k talk contribs (Created page with "{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>") |
N 11:51 | Template:Pp-semi-indef diffhist +178 Shia.k talk contribs (Created page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>") |
N 11:41 | Template:Template link expanded diffhist +190 Shia.k talk contribs (Created page with "{{#Invoke:Template link general|main|code=on}}<noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlx}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>") |
N 11:03 | Template:Collapse top diffhist +2,073 Shia.k talk contribs (Created page with "{{ safesubst:<noinclude/>ifsubst||<templatestyles src="Template:Collapse_top/styles.css"/>}} <div style="margin-left:{{{indent|0}}}"><!-- NOTE: width renders incorrectly if added to main STYLE section --> {| <!-- Template:Collapse top --> class="mw-collapsible mw-archivedtalk {{<includeonly>safesubst:</includeonly>#if:{{{expand|{{{collapse|}}}}}}||mw-collapsed}} {{{class|}}}" style="color:inherit; background: {{{bg1|transparent}}}; text-align: left; border: {{{border|1px...") |