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 10:11, 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...")
     05:28  Template:Game icon diffhist −524 Erin Umbreon talk contribs (deduplicate logic by using {{game icon format}} to invoke the underlying module)
N    04:23  Template:Markup example/doc 2 changes history +1,004 [Erin Umbreon (2×)]
     
04:23 (cur | prev) +176 Erin Umbreon talk contribs
N    
03:28 (cur | prev) +828 Erin Umbreon talk contribs (Created page with "{{documentation subpage}} {<nowiki/>{'''Markup example'''|<nowiki>''...''</nowiki>}} Renders a side-by-side view of some raw wiki markup and what it will look like when saved to a page. This can be used to demonstrate basic wikitext functions, as well as for displaying live examples of template usage within documentation. ==Parameters== ; unnamed parameter ''1'' : Markup content. Usually this will be wrapped with a <code><nowiki></code> tag to prevent premature...")
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 ---...")

26 February 2026

 m   20:37  Alphinaud diffhist 0 Freedom4556 talk contribs (Images)

24 February 2026

     10:56  Module:Dialogue 5 changes history +795 [Erin Umbreon (5×)]
     
10:56 (cur | prev) +84 Erin Umbreon talk contribs (allow wikitext/placeholders/etc in the names of unlinked speakers - this is a hack pretty much specifically for Our Closure and other DRK quests)
     
03:16 (cur | prev) +298 Erin Umbreon talk contribs (the part i actually wanted to change - don't collapse anything by default in edit previews)
     
03:14 (cur | prev) +141 Erin Umbreon talk contribs (okay fine rework things slightly again to be cleaner)
     
03:03 (cur | prev) +453 Erin Umbreon talk contribs (break edit-preview-only handling out into a function for convenience)
     
03:02 (cur | prev) −181 Erin Umbreon talk contribs (remove old debug logs we don't need anymore)
 m   05:11  Template:Dialogue/styles.css diffhist +64 Erin Umbreon talk contribs

21 February 2026

     19:53  Template:Dialogue/styles.css 2 changes history +388 [Erin Umbreon (2×)]
     
19:53 (cur | prev) +85 Erin Umbreon talk contribs (better margin control for dialogue boxes with no speaker)
     
19:07 (cur | prev) +303 Erin Umbreon talk contribs (add styles for right-aligned screenshots within dialogue)
     19:50  Module:Dialogue 3 changes history +320 [Erin Umbreon (3×)]
     
19:50 (cur | prev) +44 Erin Umbreon talk contribs (do special CSS classes for other types of system message groups)
     
19:43 (cur | prev) +91 Erin Umbreon talk contribs (add new system subtype for popup/gimmick text)
     
18:19 (cur | prev) +185 Erin Umbreon talk contribs (add support for "raw" wikitext lines starting with a colon; add category to pages not using nowiki around input)
     16:51  Alphinaud diffhist +44 Blutkatze talk contribs (changed infobox image)