Help:Templates/Encore
The encore template is intended for inclusion within the set-list template. It is used as so:
{{encore}}
...within set-list templates, as so:
{{setlist | note = This is an example of encore template use | intro = {{Dance of the Knights}} | 01 = Bliss | 01app = (extended) {{encore}} | 02 = Stockholm Syndrome }}
...which gives:
Setlist
- Dance of the Knights (intro music)
- Bliss (extended)
Encore
- Stockholm Syndrome
The encore template has one variable, a single number used to distinguish between encores in the event of multiple encores, as so:
{{setlist | note = This is an example of encore template use | intro = {{Dance of the Knights}} | 01 = Bliss | 01app = (extended) {{encore | 1}} | 02 = Micro Cuts | 02app = {{encore | 2}} | 03 = Stockholm Syndrome }}
...which results in:
Setlist
- Dance of the Knights (intro music)
- Bliss (extended)
Encore 1
- Micro Cuts
Encore 2
- Stockholm Syndrome
Note the placement of each encore template inclusion. The template is placed within *app variables. See setlist template help for clarification.