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.
List of abbreviations:
- D
- Azupedia edit
- 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 June 2025
N 21:14 | Template:Ns0 diffhist +33 Fire talk contribs (Redirected page to Template:Main other) |
N 21:09 | Module:ConvertIB diffhist +5,496 Fire talk contribs (Created page with "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs -- Units accepted by {{convert}} that come in groups (e.g., "5 ft 6 in") local multiple = {'mich', 'michlk', 'michainlk', 'miyd', 'miydftin', 'mift', 'ydftin', 'ydft', 'ftin', 'footin', 'handin', 'lboz', 'stlb', 'stlboz', 'stlb'} -- Convert unit list to hash local mult_table = {} for _, v in ipairs(multiple) do mult_table[v] = true end -- Function to pull out values and units from num...") |
N 21:08 | Template:Convinfobox diffhist +69 Fire talk contribs (Created page with "{{#invoke:ConvertIB|convert}}<noinclude>{{documentation}}</noinclude>") |
N 21:07 | Template:Infobox amusement park/status diffhist +1,278 Fire talk contribs (Created page with "{{#switch: {{lc:{{#invoke:ustring|sub|s1={{{1|}}}|1|9}}}} | open | operating = Operating{{#ifeq: {{{auto-cat}}}|no||{{ns0|[[{{{operatingcat|Category:Operating amusement parks}}}]]}}}} | under ref | technical | undergoin | under con | testing = Under construction{{#ifeq: {{{auto-cat}}}|no||{{ns0|[[{{{constructioncat|Category:Amusement parks under construction}}}]]}}}} | defunct | closed | sbno | standing | removed | demolishe = Defunct{{#ifeq: {{{auto-cat}}}|no||{{ns...") |
N 21:07 | Template:Infobox amusement park diffhist +12,082 Fire talk contribs (Created page with "{{Infobox | bodyclass = vcard | titleclass = fn org | headerstyle= background-color: #eee;color:inherit; | title = {{{name|<includeonly>{{PAGENAMEBASE}}</includeonly>}}} | subheader = {{#if:{{{previous_names|}}}|''Previously known as {{{previous_names}}}''}} | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{logo|}}}|size={{{logo_size|}}}|upright={{{logo_upright|}}}|alt={{{logo_alt|}}}}} | caption = {{{logo_caption|}}} | image2 = {{#invoke:Infobox...") |
N 20:47 | Module:Mapframe diffhist +41,810 Fire talk contribs (Created page with "-- Note: Originally written on English Wikipedia at https://en.wikipedia.org/wiki/Module:Mapframe ------------------------------------------------------------------------------ ##### Localisation (L10n) settings ##### Replace values in quotes ("") with localised values ------------------------------------------------------------------------------ local L10n = {} -- Modue dependencies local transcluder -- local copy of https://www.mediawiki.org/wiki/Module:Transcl...") |
N 20:46 | Module:Infobox mapframe diffhist +13,426 Fire talk contribs (Created page with "local mf = require('Module:Mapframe') local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local infoboxImage = require('Module:InfoboxImage').InfoboxImage -- Defaults local DEFAULT_FRAME_WIDTH = "270" local DEFAULT_FRAME_HEIGHT = "200" local DEFAULT_ZOOM = 10 local DEFAULT_GEOMASK_STROKE_WIDTH = "1" local DEFAULT_GEOMASK_STROKE_COLOR = "#777777" local DEFAULT_GEOMASK_FILL = "#888888" local DEFAULT_GEOMASK_FILL_OPACITY = "0.5" local...") |