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.

Pages linked from the selected page
Pages linking to the selected page
Human (not bot)
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

21 March 2025

N    02:41  Module:Portal/images/aliases diffhist +26,786 Shia.k talk contribs (Created page with "--[==[ This is the "aliases" list of portal image names. It contains a list of portal image aliases for use with Module:Portal. -- The aliases can be used to point to an existing portal image entry. For portals who do not yet have a portal image entry, please -- use the appropriate page from the following list instead: -- Module:Portal/images/a - for portal names beginning with "A". -- Module:Portal/images/b - for portal names beginning with "B"...")
N    02:40  Module:Resolve category redirect diffhist +2,827 Shia.k talk contribs (Created page with "local p = {} local function cleanup( rtarget ) rtarget = mw.text.trim( rtarget ) rtarget = mw.ustring.gsub( rtarget, '^1%s*=%s*', '' ) rtarget = string.gsub( rtarget, '^[Cc]ategory:', '' ) return rtarget end --Returns the target of {{Category redirect}}, if it exists, else returns the original cat. function p.rtarget( cat, frame ) cat = string.gsub( cat, '^[Cc]ategory:', '' ) --"!" in cat not recognized by mw.title.makeTitle() otherwise if string.match( cat, '[|]...")
N    02:40  Module:Portal/images/other diffhist +3,797 Shia.k talk contribs (Created page with "--[==[ This is the "other" list of portal image names. It contains a list of portal images for use with Module:Portal -- for portal names that start with letters other than A to Z, e.g. numbers, letters with diacritics, and letters in -- non-Latin alphabets. For aliases to existing portal names, and for portal names that start with other letters, please -- use the appropriate page from the following list: -- Module:Portal/images/a - for portal names begin...")
N    02:39  Template:Resolve category redirect diffhist +149 Shia.k talk contribs (Created page with "<includeonly><!-- -->{{#invoke:Resolve category redirect|main}}<!-- --></includeonly><!-- --><noinclude><!-- -->{{Documentation}}<!-- --></noinclude>")
N    02:39  Module:Portal diffhist +16,594 Shia.k talk contribs (Created page with "--[==[ This module is a Lua implementation of the old {{Portal}} template. As of February 2019 it is used on nearly 7,900,000 articles. -- Please take care when updating it! It outputs two functions: p.portal, which generates a list of portals, and p.image, which -- produces the image name for an individual portal. -- The portal image data is kept in submodules of Module:Portal/images, listed below: -- Module:Portal/images/a - for portal names beginning with "A...")
N    02:38  Template:Sp diffhist +74 Shia.k talk contribs (Created page with "<includeonly> </includeonly><noinclude> {{Documentation}} </noinclude>")

20 March 2025

N    12:12  Template:Str endswith diffhist +183 Shia.k talk contribs (Created page with "{{#ifeq:{{{1|a}}}{{{2|a}}}|{{{1|b}}}{{{2|b}}}|{{#invoke:String|endswith|source={{{1}}}|pattern={{{2}}} }}|yes<!--backward compatibility -->}}<noinclude> {{documentation}} </noinclude>")
N    11:17  Template:Clear diffhist +100 Shia.k talk contribs (Created page with "<div style="clear:{{{1|both}}};" class={{{class|}}}></div><noinclude> {{documentation}} </noinclude>")
N    09:25  Template:Userbox diffhist +187 Shia.k talk contribs (Created page with "{{#invoke:userbox|userbox}}{{template other|__EXPECTUNUSEDTEMPLATE__}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
N    09:25  Module:Color contrast/colors diffhist +6,119 Shia.k talk contribs (Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511...")
N    09:24  Module:Color contrast diffhist +6,971 Shia.k talk contribs (Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *...")
N    09:22  Template:Template other diffhist +435 Shia.k talk contribs (Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | template | other }} }} | template = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
N    09:21  Module:Userbox diffhist +13,211 Shia.k talk contribs (Created page with "-- This module implements {{userbox}}. local categoryHandler = require('Module:Category handler').main local p = {} -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------------------- local function checkNum(val, default) -- Checks whether a value is a number greater than or equal to zero. If so, -- returns it as a number. If not, returns a default valu...")
N    09:16  Module:Namespace detect/config diffhist +3,545 Shia.k talk contribs (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
N    09:15  Module:Namespace detect/data diffhist +2,573 Shia.k talk contribs (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
N    09:13  Module:Category handler/config diffhist +5,755 Shia.k talk contribs (Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------...")
N    09:12  Module:Category handler/data diffhist +631 Shia.k talk contribs (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(...")
N    09:11  Module:Category handler/blacklist diffhist +761 Shia.k talk contribs (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...")
N    09:11  Module:Category handler/shared diffhist +888 Shia.k talk contribs (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...")
N    09:10  Module:Category handler diffhist +7,871 Shia.k talk contribs (Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...")

19 March 2025

     17:25  Module:Documentation/config diffhist 0 Shia.k talk contribs