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:
- D
- wikiNonStop 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
8 July 2026
| N 12:38 | Template:Overlay/doc diffhist +29,854 Majestix talk contribs (Created page with "{{Documentation subpage}} {{lua|Module:Overlay}} {{TOCright}} ==Function== ===Name=== This template is called '''Overlay''' in Wikipedia. It is called '''Overlay legend''' in Commons. In Wikipedia '''Overlay legend''' and '''Legend overlay''' redirect to '''Overlay'''. ===Purpose=== ====Image overlay==== Allows image numbered, textual number, or colour tag overlays to be positioned over an image to indicate particular features in the image. Up to 30 overlays can b...") | ||||
| N 12:30 | Module:Overlay diffhist +9,195 Majestix talk contribs (Created page with "-- this module implements Template:Overlay local p = {} local mArguments = require('Module:Arguments') -- used to cache the calculated font color to avoid repeat calculations local previous_backgroundcolor = '' local fontcolor = '' local function buildicon(n, form, lk, c, t) local res if form == 'text' then return tostring( mw.html.create('span') :css('font-weight', 'bold') :css('color', c) :wikitext(n) ) elseif form == 'color' or form...") | ||||