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
13 July 2025
|
N 07:56 | Module:InfoboxItem 5 changes history +3,326 [Mnooseman (5×)] | |||
|
07:56 (cur | prev) +53 Mnooseman talk contribs | ||||
|
07:51 (cur | prev) +21 Mnooseman talk contribs | ||||
|
07:47 (cur | prev) +36 Mnooseman talk contribs | ||||
|
07:42 (cur | prev) +43 Mnooseman talk contribs | ||||
N |
|
07:31 (cur | prev) +3,173 Mnooseman talk contribs (Created page with "local p = {} local function getImage(frame, baseName) local png = 'File:' .. baseName .. '.png' local gif = 'File:' .. baseName .. '.gif' local existsPng = frame:preprocess('{{#ifexist:' .. png .. '|yes|no}}') if existsPng == 'yes' then return png end local existsGif = frame:preprocess('{{#ifexist:' .. gif .. '|yes|no}}') if existsGif == 'yes' then return gif end return nil end function p.main(frame) local args = frame:getParent().args local title = mw.titl...") |
N 07:53 | Template:Infobox item/styles.css diffhist +1,238 Mnooseman talk contribs (Created page with ".infobox.infobox-item { width: 100%; max-width: 300px; margin: 1em auto 1em 1em; background: #1e1e1e; border: 1px solid #333; border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); font-size: 0.95em; color: #ddd; overflow: hidden; line-height: 1.4; } .infobox.infobox-item th { background-color: #2a2a2a; padding: 0.6em; text-align: center; font-weight: bold; font-size: 1.1em; color: #f0f0f0; } ....") |
N 07:44 | Module:Yesno diffhist +745 Mnooseman talk contribs (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...") |
N 07:33 | Template:Infobox item diffhist +207 Mnooseman talk contribs (Created page with "<includeonly> <templatestyles src="Template:Infobox_item/styles.css" /> {{#invoke:InfoboxItem|main}} </includeonly> <noinclude> <!-- categories go on the documentation page --> {{Documentation}} </noinclude>") |