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 13:53, 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

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:57  Template:Documentation subpage diffhist −162 Erin Umbreon talk contribs (use {{article noun}})
     03:53  Template:Article noun diffhist +238 Erin Umbreon talk contribs (allow it to work with a FULLPAGENAME given as first parameter)

21 February 2026

N    20:25  Template:Article noun 2 changes history +470 [Erin Umbreon (2×)]
     
20:25 (cur | prev) +30 Erin Umbreon talk contribs
N    
20:14 (cur | prev) +440 Erin Umbreon talk contribs (Created page with "<includeonly>{{#if: {{NAMESPACE}} | {{#switch: {{SUBJECTSPACE}} <!-- Non-article namespaces --> | Template = template | Module = module | Category = category | #default = page }} | article }}{{#ifeq: {{NAMESPACE}} | {{TALKSPACE}} <!-- Add "discussion" in talk namespaces --> | discussion }}</includeonly><noinclude> {{documentation}} ==Example== <pre>This {{article noun}} is a thing.</pre> This {{article noun}} is a thing.")