Related changes
From Research Realm
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
9 October 2025
N 11:58 | Module:Gallery/styles.css diffhist +3,661 Ringtail Raider talk contribs (Created page with "→{{pp-template}}: @media all and (max-width: 720px) { .mod-gallery { width: 100% !important; } } .mod-gallery { display: table; } .mod-gallery-default { background: transparent; margin-top: 4px; } .mod-gallery-center { margin-left: auto; margin-right: auto; } →The outer container uses a float, it allows text to be on the side of the gallery But it can't align multi-row galleries by itself.: .mod-gallery-left { float: left; } .mod-gallery-right...") |
N 10:09 | Module:Gallery diffhist +7,713 Ringtail Raider talk contribs (Created page with "-- This module implements {{gallery}} by wrapping the <gallery> core extension tag. local p = {} local templatestyles = 'Module:Gallery/styles.css' local yesno = require('Module:Yesno') local plaintextModule = require('Module:Plain text') local function plaintext(text) -- stips out external links without labels, -- and then passes to the Plain_text module to clean the rest return plaintextModule.main({ args = { text:gsub("([^%[])%[([^%[%]%s]+)%]", '%1')...") |