Related changes

Jump to navigation Jump to search

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.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits
Show new changes starting from 12:05, 28 February 2026
 
Page name:
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

28 February 2026

     06:36  Module:Icon 5 changes history −881 [Erin Umbreon (5×)]
     
06:36 (cur | prev) −1,150 Erin Umbreon talk contribs (remove fromQuery functions since they were just wrappers around a SMW query and didn't actually benefit from being in lua at all)
     
05:39 (cur | prev) −9 Erin Umbreon talk contribs (oh i'm a fool)
     
05:39 (cur | prev) +10 Erin Umbreon talk contribs (oops)
     
05:38 (cur | prev) +16 Erin Umbreon talk contribs (use fancy hyphens for quantity display)
     
05:13 (cur | prev) +252 Erin Umbreon talk contribs (render "missing" icon if icon param is nil/empty)
N    06:27  Module:Markup example 13 changes history +1,813 [Erin Umbreon (13×)]
     
06:27 (cur | prev) +4 Erin Umbreon talk contribs (no okay it does need to be brackets gsub just hates me)
     
06:26 (cur | prev) −14 Erin Umbreon talk contribs (why do you do this to me)
     
06:25 (cur | prev) +8 Erin Umbreon talk contribs (oh my god of course this string is just passed directly into gsub i hate it here)
     
06:24 (cur | prev) +168 Erin Umbreon talk contribs (encode brackets because SMW doesn't know what a <pre> is)
     
04:20 (cur | prev) +95 Erin Umbreon talk contribs (further fix inline list format)
     
04:19 (cur | prev) −3 Erin Umbreon talk contribs (uhhh i guess that's not how gsplit works)
     
04:16 (cur | prev) +458 Erin Umbreon talk contribs (support inline list rendering for fun)
     
03:34 (cur | prev) +10 Erin Umbreon talk contribs (add wikitable class for styling)
     
03:11 (cur | prev) +489 Erin Umbreon talk contribs (add inline format; make input handling a bit more robust)
     
02:57 (cur | prev) −82 Erin Umbreon talk contribs (maybe fix output by omitting thead/tbody? does mediawiki not like those?)
     
02:54 (cur | prev) +99 Erin Umbreon talk contribs (aaaa)
 m   
02:53 (cur | prev) −11 Erin Umbreon talk contribs
N    
02:53 (cur | prev) +592 Erin Umbreon talk contribs (Created page with "local handleNowikiParameter = require("Module:Handle nowiki parameter") local tableFormat = [[<table class="markup"> <thead> <tr> <th>Markup</th> <th>Renders as</th> </tr> </thead> <tbody> <tr> <td><pre>%s</pre></td> <td>%s</td> </tr> </tbody> </table>]] local p = {} function p.main(frame) local input, usedNowiki = processNowiki(frame.args[1]) if not usedNowiki then return "<span class=error>Error: Wrap template input in a single nowi...")
N    04:21  Template:Markup example 5 changes history +1,312 [Erin Umbreon (5×)]
     
04:21 (cur | prev) +113 Erin Umbreon talk contribs (add list parameter for easily-editable inline lists)
     
04:05 (cur | prev) +18 Erin Umbreon talk contribs (Inline layout (for use in lists): oops)
     
04:04 (cur | prev) +110 Erin Umbreon talk contribs (Inline layout (for use in lists): show example of multiple list items back to back to confirm there are no linebreak issues)
     
03:47 (cur | prev) +6 Erin Umbreon talk contribs
N    
03:23 (cur | prev) +1,065 Erin Umbreon talk contribs (Created page with "<includeonly><templatestyles src="Markup example/styles.css"/>{{#invoke:Markup example|main|inline={{{inline|}}}|{{{1|}}}}}</includeonly><noinclude> {{documentation}} ==Examples== ===Default layout=== <pre>{{Markup example|<nowiki>'''Hello!'''</nowiki>}}</pre> {{Markup example|<nowiki>'''Hello!'''</nowiki>}} ===Inline layout (for use in lists)=== <pre>* {{Markup example|<nowiki>Hello!</nowiki>}}</pre> * {{Markup example|inline=y|<nowiki>'''Hello!'''</nowiki>}} =...")
     03:59  Template:Documentation/styles.css diffhist −46 Erin Umbreon talk contribs (remove extra margin now that our box styles look better)
     03:57  Template:Documentation subpage diffhist −162 Erin Umbreon talk contribs (use {{article noun}})
 m   03:46  Template:Documentation diffhist −2 Erin Umbreon talk contribs (remove ending whitespace that shouldn't be there)
N    03:33  Template:Markup example/styles.css 2 changes history +468 [Erin Umbreon (2×)]
     
03:33 (cur | prev) +331 Erin Umbreon talk contribs (update to match existing example table styles from {{dialogue/example}})
N    
03:13 (cur | prev) +137 Erin Umbreon talk contribs (Created page with ".markup-table { width: 100%; table-layout: fixed; } .markup-table > tbody > tr:last-child > td:first-child pre { margin: 0; }")
N    02:33  Module:Nowiki parameter diffhist +809 Erin Umbreon talk contribs (Created page with "-- pattern matches a single <nowiki> strip marker with nothing else local nowikiPattern = "^\127'\"`UNIQ%-%-nowiki%-%x+%-QINU`\"'\127$" --- Handles a parameter value that's expected to contain text wrapped in a --- <nowiki> tag. --- @param value string|nil input value from `frame.args` --- @return string|nil unstripped Unstripped contents of the nowiki tag, or nil --- if the input was nil --- @return boolean usedNowiki Will be true if the input did indeed contain a ---...")