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
9 September 2026
|
|
N 11:52 | Module:Icon/data 2 changes history +12,711 [Majestix (2×)] | |||
|
|
11:52 (cur | prev) +101 Majestix talk contribs | ||||
| N |
|
10:20 (cur | prev) +12,610 Majestix talk contribs (Created page with "-- This module stores icon data for Module:Icon. -------------------------------------------------------------------------------- -- Icon data -------------------------------------------------------------------------------- local data = { fa = { image = "Featured article star.svg", tooltip = "Featured article", link = true, }, far = { image = "Cscr-star piece.png", tooltip = "Featured article review", link = true, }, farc = { image = "Cscr-star p...") | |||
| N 10:18 | Template:Icon diffhist +138 Majestix talk contribs (Created page with "{{#invoke:Icon|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>") | ||||
| N 10:00 | Module:Icon/doc diffhist +1,332 Majestix talk contribs (Created page with "{{Module rating|protected}} {{High-use}} {{Lua|Module:Yesno|Module:Arguments|Module:Text}} This module displays an icon depending on the code it is given. It implements Template:Icon. == Usage == === From wikitext === From wikitext this module should be used via Template:Icon in most cases. Please see the template page for documentation. In cases where lots of icons cause the page to exceed the post-expand include size limit, {{mlx|Icon|<nowiki>|<...") | ||||
| N 09:48 | Module:Icon diffhist +2,140 Majestix talk contribs (Created page with "-- This module implements Template:Icon. require("strict") local yesNo = require("Module:Yesno") local getArgs = require("Module:Arguments").getArgs local p = {} -- Determine whether we're being called from a sandbox local sandbox = mw.getCurrentFrame():getTitle():find('sandbox', 1, true) and '/sandbox' or '' -- Implements Template:Icon -- Returns the icon image corresponding to a string (like 'B') function p._main(args, data) local data_module = 'Module:Ico...") | ||||