Related changes
Appearance
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:
- D
- wikibase edit
- 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
22 April 2026
| N 11:42 | Template:ChapterCitation diffhist +16 Design talk contribs (Created page with "OK! How to cite!") | ||||
| N 11:41 | Template:ChapterPageTemplate diffhist +49 Design talk contribs (Created page with "{{#invoke:ChapterLayout|render|item={{{item|}}}}}") | ||||
|
|
N 11:41 | Template:ChapterSynopsis 2 changes history +30 [Design (2×)] | |||
|
|
11:41 (cur | prev) −359 Design talk contribs (Replaced content with "Great! The Chapter's synopsis!") Tag: Replaced | ||||
| N |
|
11:35 (cur | prev) +389 Design talk contribs (Created page with "<onlyinclude><div class="cs-box"> <div class="cs-abstract-label">Abstract</div> <div class="cs-abstract-text">{{{abstract}}}</div> </div></onlyinclude> <noinclude> == Usage == <pre> {{ChapterSynopsis | abstract = This chapter presents an assessment of projected changes in the global climate system through the end of the twenty-first century. }} </pre> Category:Templates </noinclude>") | |||
|
|
N 11:40 | Template:ChapterNav 2 changes history +30 [Design (2×)] | |||
|
|
11:40 (cur | prev) −2,092 Design talk contribs (Replaced content with "Wow! The Chapter's navigation!") Tag: Replaced | ||||
| N |
|
11:36 (cur | prev) +2,122 Design talk contribs (Created page with "<onlyinclude><div class="cn-box"> <table class="cn-row"><tr> {{#if:{{{prevurl|}}}| <td class="cn-prev"> <div class="cn-direction">← Previous</div> <div class="cn-chapter-title">[[{{{prevurl}}}|{{{prevtitle}}}]]</div> <div class="cn-chapter-desc">{{{prevdesc}}}</div> </td> | <td class="cn-prev cn-empty"> <div class="cn-empty-label">First chapter</div> </td> }} <td class="cn-center"> <div class="cn-center-img">[[File:{{{cover}}}|48px|link={{{reporturl}}}]]</div> <div cla...") | |||
|
|
N 11:40 | Template:ChapterContributors 2 changes history +33 [Design (2×)] | |||
|
|
11:40 (cur | prev) −1,329 Design talk contribs (Replaced content with "Here! The Chapter's contributors!") Tag: Replaced | ||||
| N |
|
11:36 (cur | prev) +1,362 Design talk contribs (Created page with "<onlyinclude><div class="ccon-box"> <div class="ccon-header">Contributors</div> {{#if:{{{cla|}}}|<div class="ccon-group"><span class="ccon-label">Coordinating Lead Authors</span><span class="ccon-names">{{{cla}}}</span></div>}} {{#if:{{{la|}}}|<div class="ccon-group"><span class="ccon-label">Lead Authors</span><span class="ccon-names">{{{la}}}</span></div>}} {{#if:{{{ca|}}}|<div class="ccon-group"><span class="ccon-label">Contributing Authors</span><span class="ccon-name...") | |||
| N 11:33 | Module:ChapterLayout diffhist +1,683 Design talk contribs (Created page with "local p = {} local mw = mw function p.render(frame) local parent_args = frame:getParent().args local content = parent_args[1] or "" local item = parent_args.item -- Retrieve Wikibase data if item is provided local entity = nil if item and item ~= "" then entity = mw.wikibase.getEntity(item) end -- 1. ChapterNav local nav_args = {item = item or ""} if entity then -- Pass any relevant data to ChapterNav...") | ||||