Template:C: Difference between revisions

From The Reed and Rite
mNo edit summary
m Removed background color to allow dynamic color shift in dark mode.
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><span id="Chapter {{{1}}}"></span></includeonly><noinclude>
<includeonly><span id="Chapter {{{1}}}"></span></includeonly><noinclude>
== Description ==
== Description ==
This template should be used to create a chapter anchor for ease of linking to a specific Section heading on a [[:Category:Summary|Summary]] page without having to write the entire chapter title when chapter titles do not follow the convention of "Chapter 1", "Chapter 2", etc.
This template is used to create a hidden anchor for ease of linking to a specific section heading on a [[:Category:Summary|Summary]] page without having to write the entire chapter title. Particularly when used in conjunction with the {{t|book ref}} template.
:'''Note:''' This template should only be used when chapter titles do not follow the standard naming convention of "Chapter 1", "Chapter 2", etc. '''It should not be used on any summary pages for ''[[{{b|jeml}}]]'', as the chapter titles follow an entirely different naming convention which is covered by {{t|Emma ref}}.'''


== Usage ==
== Usage ==
Write <code><nowiki>{{c|X}}</nowiki></code>, replacing <code>"X"</code> with the correct chapter number. Place directly under the
{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
|-
|-
! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">How to Use</span><br><div style="text-align: left;"><span style="font-weight: normal;">Write <code><nowiki>{{c|X}}</nowiki></code>, replacing <code>"X"</code> with the correct chapter number. Place directly under the relevant chapter heading</span></div>
! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">Template Usage</span><br><div style="text-align: left;"><span style="font-weight: normal;">Write <code><nowiki>{{c|X}}</nowiki></code>, replacing <code>"X"</code> with the correct chapter number. Place directly above the relevant chapter heading.<br><br>When used, it is functionally replacing <code><nowiki>{{c|X}}</nowiki></code> with <code><nowiki><span id="Chapter {{{1}}}"></span></nowiki></code>, where <code>{{{1}}}</code> is the number provided in lieu of <code>X</code>.</span></div>
|-
|-
! width=40%|You Type
! width=40%|You Type
!You Get
!You Get
|-
|-
| style="text-align: left; background-color: white;" |<pre>== Chapter One: The First Chapter ==
| style="text-align: left;" |<pre>;Plot Summary
{{c|1}}
Previous chapter's plot summary…
 
{{c|2}}
== Chapter Two: The Second Chapter ==
;Characters
;Characters
{{columns|
{{columns|
* Character 1
* Character 1
* Character 2
* Character 2
* etc.
* Character 3, etc.
}}
}}
;Summary
;Plot Summary
Lorem ipsum dolor sit amet…
</pre>
</pre>
| style="background-color: white;" | <span style="display: block; font-size: 1.5em; font-family: Georgia; font-weight: normal; margin-top: 0.7em; border-bottom: 1px solid #a2a9b1;">Chapter One: The First Chapter</span>
|  
;Plot Summary
Previous chapter's plot summary…
 
{{c|1}}
{{c|1}}
<span style="display: block; font-size: 1.5em; font-family: Georgia; font-weight: normal; margin-top: 0.7em; border-bottom: 1px solid #a2a9b1;">Chapter Two: The Second Chapter</span>
;Characters
;Characters
{{columns|
{{columns|
Line 31: Line 38:
* Character 3, etc.
* Character 3, etc.
}}
}}
;Summary
;Plot Summary
Lorem ipsum dolor sit amet…
|}
|}


[[Category:Administrative Templates]]
== Summaries Using Template ==
:{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|pre=This list is limited to 100 pages}}
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=100|limit=100}}
 
[[Category:Navigation]]

Latest revision as of 22:41, 27 May 2025

Description[edit]

This template is used to create a hidden anchor for ease of linking to a specific section heading on a Summary page without having to write the entire chapter title. Particularly when used in conjunction with the {{book ref}} template.

Note: This template should only be used when chapter titles do not follow the standard naming convention of "Chapter 1", "Chapter 2", etc. It should not be used on any summary pages for The Unselected Journals of Emma M. Lion, as the chapter titles follow an entirely different naming convention which is covered by {{Emma ref}}.

Usage[edit]

Template Usage
Write {{c|X}}, replacing "X" with the correct chapter number. Place directly above the relevant chapter heading.

When used, it is functionally replacing {{c|X}} with <span id="Chapter {{{1}}}"></span>, where {{{1}}} is the number provided in lieu of X.
You Type You Get
;Plot Summary
Previous chapter's plot summary…

{{c|2}}
== Chapter Two: The Second Chapter ==
;Characters
{{columns|
* Character 1
* Character 2
* Character 3, etc.
}}
;Plot Summary
Lorem ipsum dolor sit amet…
Plot Summary

Previous chapter's plot summary…

Chapter Two: The Second Chapter

Characters
  • Character 1
  • Character 2
  • Character 3, etc.
Plot Summary

Lorem ipsum dolor sit amet…

Summaries Using Template[edit]