Related changes
More actions
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
22 May 2026
| N 17:58 | Module:Error diffhist +1,132 DarkMatterMan4500 talk contribs (Created page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('errorbox') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end functi...") | ||||
| N 17:58 | Template:Error diffhist +131 DarkMatterMan4500 talk contribs (Created page with "{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<noinclude>{{documentation}} Category:Utility templates</noinclude>") | ||||
30 April 2026
|
|
14:55 | (Import log) [Asteralee (2×)] | |||
|
|
14:55 Asteralee talk contribs imported Module:Message box/ombox.css by file upload (1 revision) | ||||
|
|
14:55 Asteralee talk contribs imported Module:Message box/configuration by file upload (1 revision) | ||||