Template:C: Difference between revisions
Created page with "<includeonly><span id="Chapter {{{1}}}"></span></includeonly><noinclude> == Description == Creating a chapter anchor for ease of linking to a specific Section heading on a Summary page without having to write the entire chapter title when chapter titles do not follow the convention of "Chapter 1", "Chapter 2", etc." |
mNo edit summary |
||
| Line 2: | Line 2: | ||
== Description == | == Description == | ||
Creating a chapter anchor for ease of linking to a specific Section heading on a Summary page without having to write the entire chapter title when chapter titles do not follow the convention of "Chapter 1", "Chapter 2", etc. | Creating a chapter anchor for ease of linking to a specific Section heading on a Summary page without having to write the entire chapter title when chapter titles do not follow the convention of "Chapter 1", "Chapter 2", etc. | ||
== 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" | |||
|- | |||
! 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> | |||
|- | |||
! width=50%|You Type | |||
!You Get | |||
|- | |||
| style="text-align: left; background-color: white;" |<pre>== Chapter One: The First Chapter == | |||
{{c|1}} | |||
;Characters | |||
{{columns| | |||
* Character 1 | |||
* Character 2 | |||
* etc. | |||
}} | |||
</pre> | |||
| style="background-color: white;" | | |||
== Chapter One: The First Chapter == | |||
{{c|1}} | |||
;Characters | |||
{{columns| | |||
* Character 1 | |||
* Character 2 | |||
* etc. | |||
}} | |||
|} | |||
Revision as of 20:43, 11 May 2025
Description
Creating a chapter anchor for ease of linking to a specific Section heading on a Summary page without having to write the entire chapter title when chapter titles do not follow the convention of "Chapter 1", "Chapter 2", etc.
Usage
Write {{c|X}}, replacing "X" with the correct chapter number. Place directly under the
| How to Use Write
{{c|X}}, replacing "X" with the correct chapter number. Place directly under the relevant chapter heading | |
|---|---|
| You Type | You Get |
== Chapter One: The First Chapter ==
{{c|1}}
;Characters
{{columns|
* Character 1
* Character 2
* etc.
}}
|
Chapter One: The First Chapter
|