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.
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
10 May 2026
| N 16:51 | Template:Transclude lead excerpt diffhist +111 Chrysophylax talk contribs (Created page with "<includeonly>{{safesubst:#invoke:Excerpt/portals|lead}}</includeonly><noinclude> {{documentation}} </noinclude>") | ||||
| N 16:44 | Template:Transclude linked excerpt diffhist +103 Chrysophylax talk contribs (Created page with "<includeonly>{{#invoke:Excerpt/portals|linked}}</includeonly><noinclude> {{documentation}} </noinclude>") | ||||
| N 16:13 | Module:Excerpt/config diffhist +3,104 Chrysophylax talk contribs (Created page with "return { -- Templates that should never be transcluded blacklist = { '[Aa]bout', '[Tt]his', '[Tt]his article is about', '[Bb]roader', '[Hh]atnote', '[Ii]nfo ?[Bb]ox', '[Rr]ow', '[Tt]axobox', -- infoboxes '[Ll]ea?de? ?missing', '[Nn]o[ -]?[Ii]ntro', '[Nn]ointroduction', '[Nn]o[ -]?lea?de?', '[Mm]issingintro', '[Ii]ntro[ -]?missing', '[Nn]o ?lead ?section', '[Mm]issing lea?de?', '[Ll]ea?de? absent', '[Nn]o definition', '[Ii]ntroduction needed', '[Ii]ntroductio...") | ||||
|
|
N 16:10 | Template:Pval 2 changes history +34 [Chrysophylax (2×)] | |||
|
|
16:10 (cur | prev) −3 Chrysophylax talk contribs | ||||
| N |
|
16:09 (cur | prev) +37 Chrysophylax talk contribs (Redirected page to Template:Param value) Tag: New redirect | |||
| N 16:06 | Template:Str len diffhist +167 Chrysophylax talk contribs (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|len|s={{{1|}}}}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>") | ||||
| N 16:05 | Template:Param value/styles.css diffhist +183 Chrysophylax talk contribs (Created page with "→{{pp-template}}: .tpl-pval__code { border: thin solid var(--border-color-base, #a2a9b1); background-color: var(--color-inverted, #fff); color: inherit; white-space: nowrap; }") | ||||
| N 16:04 | Template:Param value diffhist +687 Chrysophylax talk contribs (Created page with "<templatestyles src="Template:Param value/styles.css"/><span class="tpl-pval__wrapper"><code class="tpl-pval__code" style="{{#if:{{{border|{{{b|}}}}}}|border:{{{border|{{{b|}}}}}};}} {{#if:{{{bg-color|}}}|background-color: {{{bg-color}}}; color: {{Greater color contrast ratio|{{{bg-color}}}}};}} {{#if:{{{bg|}}}|color: {{Greater color contrast ratio|{{{bg}}}}};}} {{#ifexpr:{{str len|{{{1|}}}}} > 25|white-space: wrap;|}} {{{style|}}}">{{replace|{{replace|{{replace|{{replac...") | ||||
| N 16:02 | Template:Excerpt diffhist +175 Chrysophylax talk contribs (Created page with "<includeonly>{{#invoke:Excerpt|main | 1 = {{{article|{{{page|{{{1}}}}}}}}} | 2 = {{{section|{{{fragment|{{{2|}}}}}}}}} }}</includeonly><noinclude>{{Documentation}}</noinclude>") | ||||
| N 16:02 | Module:Excerpt diffhist +24,998 Chrysophylax talk contribs (Created page with "-- Module:Excerpt implements the Excerpt template -- Documentation and master version: https://en.wikipedia.org/wiki/Module:Excerpt -- Authors: User:Sophivorus, User:Certes, User:Aidan9382 & others -- License: CC-BY-SA-3.0 local parser = require( 'Module:WikitextParser' ) local yesno = require( 'Module:Yesno' ) local ok, config = pcall( require, 'Module:Excerpt/config' ) if not ok then config = {} end local Excerpt = {} -- Main entry point for templates function Exce...") | ||||
| N 16:01 | Module:TNT diffhist +6,220 Chrysophylax talk contribs (Created page with "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained...") | ||||
| N 16:00 | Module:WikitextParser diffhist +16,484 Chrysophylax talk contribs (Created page with "-- Module:WikitextParser is a general-purpose wikitext parser -- Documentation and master version: https://en.wikipedia.org/wiki/Module:WikitextParser -- Authors: User:Sophivorus, User:Certes, User:Aidan9382, et al. -- License: CC-BY-SA-4.0 local parser = {} -- Private helper method to escape a string for use in regexes local function escapeString( str ) return string.gsub( str, '[%^%$%(%)%.%[%]%*%+%-%?%%]', '%%%0' ) end -- Get the lead section from the given wikitext...") | ||||