Template:Ch/doc: Difference between revisions

From Celeste Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "'''Template:Cho''' provides an easy way to note down different chapters in ''Celeste'', in short form (chapter/level ID). This template The syntax goes as such if you wis...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1:
'''Template:ChoCh''' provides an easy way to note down different chapters in ''[[Celeste]]'', in short form (chapter/level ID). This template
 
The syntax goes as such if you wish to include a side (e.g. 7A):
Line 6:
If you wish to solely include a chapter number, and not a side...
<nowiki>{{Ch|7}}</nowiki>
 
If you wish to mention a chapter's long name (e.g. "Core B-Side"):
<nowiki>{{Ch|8b|lf=1}}</nowiki>
 
If you wish to mention multiple chapters, go ahead! It automatically creates line breaks after using five, in order to make it compatible with tables; if you wish to mention five or more chapters outside of a table, mention four tables, use a <nowiki>{{Nbull}}</nowiki>, and then use the template again!
<nowiki>{{Ch|5|6A|7C|9}}</nowiki>
 
To mention the prologue, use <code>Pr</code> where the chapter ID normally would be. To mention the epilogue, use <code>Ep</code>. To mention any numbered chapter, use the chapter's number (e.g. "1"). To mention a side, use a single capital or small (ASCII) letter (e.g. "A").
 
== See also ==
 
* [[Template:Chb]], back-end for this template which allows it to function
* [[Template:Cho]] foranother mentioningback-end chaptersfor using long-formthis namestemplate
* [[Template:Chn]], back-end for long-form names (e.g. {{Cho|5A|lf=1}} )

Latest revision as of 18:26, 20 January 2021

Template:Ch provides an easy way to note down different chapters in Celeste, in short form (chapter/level ID). This template

The syntax goes as such if you wish to include a side (e.g. 7A):

{{Ch|7A}}

If you wish to solely include a chapter number, and not a side...

{{Ch|7}}

If you wish to mention a chapter's long name (e.g. "Core B-Side"):

{{Ch|8b|lf=1}}

If you wish to mention multiple chapters, go ahead! It automatically creates line breaks after using five, in order to make it compatible with tables; if you wish to mention five or more chapters outside of a table, mention four tables, use a {{Nbull}}, and then use the template again!

{{Ch|5|6A|7C|9}}

To mention the prologue, use Pr where the chapter ID normally would be. To mention the epilogue, use Ep. To mention any numbered chapter, use the chapter's number (e.g. "1"). To mention a side, use a single capital or small (ASCII) letter (e.g. "A").

See also