28,594
edits
m (→Parameters: tiny fix) |
(added "headline" info) |
||
| Line 6: | Line 6: | ||
<syntaxhighlight lang="wikitext" style="overflow:auto;"> | <syntaxhighlight lang="wikitext" style="overflow:auto;"> | ||
{{Setlist | {{Setlist | ||
| headline = | |||
| title1 = Main set song 1 | | title1 = Main set song 1 | ||
| title2 = Main set song 2 | | title2 = Main set song 2 | ||
| Line 27: | Line 28: | ||
| style="width:150px" | Parameter | | style="width:150px" | Parameter | ||
! Description | ! Description | ||
|- | |||
| {{para|headline}} | |||
|This adds an optional headline above the setlist. In most cases this is not needed. | |||
|- | |- | ||
| {{para|title''N''}} | | {{para|title''N''}} | ||
| Line 49: | Line 53: | ||
|This adds a reference to the source of the setlist, in most cases a URL. Use <code><nowiki><ref>URL of the source</ref></nowiki></code>, if unknown use <code>missing</code>. | |This adds a reference to the source of the setlist, in most cases a URL. Use <code><nowiki><ref>URL of the source</ref></nowiki></code>, if unknown use <code>missing</code>. | ||
|} | |} | ||
=====Encore | =====Encore parameters===== | ||
Encores should continue the numbering from the main set, but the parameter name must be <code>encore</code>, not <code>title</code>. For example, if the main set ends with <code>title15</code>, then the first encore song should be <code>encore16</code>, the second encore song <code>encore17</code>, and so on. Similarly, if there is a second encore following Encore 1 (<code>encoretwo</code>), the numbering continues with the next sequential song number. | Encores should continue the numbering from the main set, but the parameter name must be <code>encore</code>, not <code>title</code>. For example, if the main set ends with <code>title15</code>, then the first encore song should be <code>encore16</code>, the second encore song <code>encore17</code>, and so on. Similarly, if there is a second encore following Encore 1 (<code>encoretwo</code>), the numbering continues with the next sequential song number. | ||
=====Headline parameter===== | |||
The headline parameter is used to denote distinct sections within a setlist, particularly when a concert is divided into separate thematic parts. For example, if a band performs a "Greatest Hits" section followed by a "Full Album" section, the headline parameter can be applied to label these parts. This is useful for making the setlist easier to read and understand by indicating clear transitions between different segments of the show. The headline parameter should only be used when the band plays a set that can be logically divided into two or more distinct parts, each with its own theme or focus. If the concert is performed as a single continuous set without such division, the headline parameter is not needed. | |||