Related changes
Appearance
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.
List 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
2 May 2025
N 13:10 | Module:Side box diffhist +3,691 Sharkius talk contribs (Created page with "local yesno = require('Module:Yesno') local p = {} local function makeData(args) local data = {} -- Main table classes data.classes = {} if yesno(args.metadata) ~= false then table.insert(data.classes, 'metadata') end if args.position and args.position:lower() == 'left' then table.insert(data.classes, 'side-box-left') else table.insert(data.classes, 'side-box-right') end if args.collapsible then table.insert(data.classes, 'mw-collapsible') if args....") |
N 13:09 | Template:Side box diffhist +142 Sharkius talk contribs (Created page with "{{#invoke:Side box|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>") |
N 13:09 | Template:Sister project diffhist +1,578 Sharkius talk contribs (Created page with "{{Side box | templatestyles = Sister project/styles.css | metadata=no | position = {{{position|}}} | image = {{#switch: {{{image|}}} | none = <!-- "image=none", do nothing --> | = <!-- No image fed, select an image --> File:{{#switch: {{lc: {{{project|}}} }} | commons|c = Commons-logo.svg | meta|metawiki|m = Wikimedia Community Logo.svg | wikibooks|wbk|wb|b = Wikibooks-logo-en-noslogan.svg | wikidata|data...") |
N 13:08 | Template:Module other diffhist +439 Sharkius 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:Module}} | module | other }} }} | module = {{{module|{{{1|}}}}}} | other | #default = {{{other|{{{2|}}}}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>") |
N 13:07 | Module:Transclusion count/data/C diffhist +39,592 Sharkius talk contribs (Created page with "return { ["C"] = 726000, ["C-Class"] = 17000, ["C-SPAN"] = 13000, ["C-cmn"] = 2700, ["C-pl"] = 51000, ["C."] = 5300, ["CAN"] = 20000, ["CANelec"] = 17000, ["CANelec/gain"] = 3200, ["CANelec/hold"] = 6100, ["CANelec/source"] = 9700, ["CANelec/top"] = 8000, ["CANelec/total"] = 8900, ["CAS"] = 3800, ["CBB_Yearly_Record_End"] = 3300, ["CBB_Yearly_Record_Entry"] = 3400, ["CBB_Yearly_Record_Start"] = 3300, ["CBB_Yearly_Record_Subhead"] = 4000, ["CBB_Yearly_Record_Subtotal"] =...") |
N 13:06 | Template:Tracks and uses Wikidata diffhist +961 Sharkius talk contribs (Created page with "<onlyinclude><includeonly>{{sister project |position = {{{position|}}} |image = 30px|class=noviewer|alt=|link= |text = This {{module other|module|template}} [[:Category:{{{cat|Wikidata tracking categories}}}|tracks]] and uses<!-- --> {{#if:{{{section|}}} | one or more Wikidata properties; see § {{{section}}} for details.<!-- --> | Wikidata propert{{#if:{{{2|}}}|ies...") |
N 13:03 | Module:Location map diffhist +21,898 Sharkius talk contribs (Created page with "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local function round(n, decimals) local pow = 10^(decimals or 0) return math.floor(n * pow + 0.5) / pow end function p.getMapParams(map, frame) if not map then error('The name of the location map definition to use must be specified', 2) end local moduletitle = mw.title.new('Module:Location map/data/' .. map) if not moduletitle then error(string.format('%q is not a valid name...") |
N 13:02 | Template:High-risk diffhist +270 Sharkius talk contribs (Created page with "{{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage; interwiki links go to Wikidata, thank you! --> </noinclude>") |
N 13:02 | Module:Coordinates/doc diffhist +2,575 Sharkius talk contribs (Created page with "{{High-risk}} {{Module rating|protected}} {{Tracks and uses Wikidata|P625}} {{Lua|Module:Math|Module:Arguments}} {{Uses TemplateStyles|Module:Coordinates/styles.css}} '''Note:''' The code which this module's main function (<code>coord</code>) outputs is directly parsed and/or manipulated by Module:Location map and other functions of this module itself (<code>coord2text</code> and <code>coordinsert</code>). If the structure of the output changes (for example, to use [...") |
N 12:36 | Module:Coordinates/sandbox/styles.css diffhist +983 Sharkius talk contribs (Created page with "→Geographical coordinates defaults. The classes "geo", "longitude", and "latitude" are used by the [[Geo microformat]].: .geo-default, .geo-dms, .geo-dec { display: inline; } .geo-nondefault, .geo-multi-punct, .geo-inline-hidden { display: none; } .longitude, .latitude { white-space: nowrap; } .coord-geohack, .wmamapbutton { display:none; } /** * Kartographer does not work properly if zoomed in on the desktop site * on a mobile/tablet device - either crashe...") |
N 12:35 | Module:Coordinates/sandbox diffhist +25,035 Sharkius talk contribs (Created page with "--[[ This module is intended to replace the functionality of {{Coord}} and related templates. It provides several methods, including {{#invoke:Coordinates | coord }} : General function formatting and displaying coordinate values. {{#invoke:Coordinates | dec2dms }} : Simple function for converting decimal degree values to DMS format. {{#invoke:Coordinates | dms2dec }} : Simple function for converting DMS format to decimal degree format. {{#invoke:Coordinates | link }...") |
N 12:33 | Module:Coordinates/styles.css diffhist +325 Sharkius talk contribs (Created page with "→{{pp-template}}: →Geographical coordinates defaults. The classes "geo", "longitude", and "latitude" are used by the [[Geo microformat]].: .geo-default, .geo-dms, .geo-dec { display: inline; } .geo-nondefault, .geo-multi-punct, .geo-inline-hidden { display: none; } .longitude, .latitude { white-space: nowrap; }") |
N 12:32 | Module:Coordinates diffhist +25,035 Sharkius talk contribs (Created page with "--[[ This module is intended to replace the functionality of {{Coord}} and related templates. It provides several methods, including {{#invoke:Coordinates | coord }} : General function formatting and displaying coordinate values. {{#invoke:Coordinates | dec2dms }} : Simple function for converting decimal degree values to DMS format. {{#invoke:Coordinates | dms2dec }} : Simple function for converting DMS format to decimal degree format. {{#invoke:Coordinates | link }...") |
N 12:31 | Template:Coord diffhist +176 Sharkius talk contribs (Created page with "<includeonly>{{#invoke:Coordinates|coord}}</includeonly><noinclude> {{Documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>") |