Difference between revisions of "Template:Setlist"

From MansonWiki, the Marilyn Manson encyclopedia
Jump to: navigation, search
 
(45 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{
+
{{#ifeq: {{{/incomplete|}}} | +
  #fornumargs: key
+
| :''This setlist is incomplete. You can help MansonWiki by providing the complete setlist or search for the setlist at [https://www.setlist.fm/search?query={{#replace: {{#explode: {{PAGENAME}} | | 0}} | / | %2F}}+Marilyn+Manson setlist.fm].''
  | value
+
<ul>
  |
+
| <ol>
 
+
}}<!--
{{#ifeq: {{#var: key}} | intro
+
-->{{#if: {{{intro|}}} | <li style="list-style-type: circle;">{{{intro|}}}</li> }}<!--
| INTRO: {{#var: value}}
+
-->{{#if: {{{intro2|}}} | <li style="list-style-type: circle;">{{{intro2|}}}</li> }}<!--
| {{#ifeq: {{#var: key}} | outro
+
-->{{#if: {{{intro3|}}} | <li style="list-style-type: circle;">{{{intro3|}}}</li> }}<!--
  | OUTRO: {{#var: value}}
+
-->{{#if: {{{intro4|}}} | <li style="list-style-type: circle;">{{{intro4|}}}</li> }}
  | REGULAR: {{#var: value}}
+
{{#fornumargs: I | V | <li value="{{#var: I}}">{{#var: V}}</li>}}
  }}
+
{{#if: {{{outro|}}} | <li style="list-style-type: circle;">{{{outro|}}}</li> }}
}}
+
{{#if: {{{outro2|}}} | <li style="list-style-type: circle;">{{{outro2|}}}</li> }}
 
+
{{#ifeq: {{{/incomplete|}}} | +
 +
| </ul>[[Category:Tour dates with incomplete setlists]]
 +
| </ol>
 +
}}<!--
 +
--><noinclude>
 +
Sample usage:
 +
<pre>
 +
<nowiki>
 +
{{Setlist
 +
| /incomplete = + (OR -)
 +
| intro[|2|3|4] = "[[INTRO]]"
 +
| "[[SONG 1]]"
 +
| "[[SONG 2]]"
 +
| "[[SONG 3]]"
 +
| "[[SONG 4]]"
 +
| "[[SONG 5]]"
 +
| outro = "[[OUTRO]]"
 +
| outro2 = "[[OUTRO2]]"
 
}}
 
}}
 +
</nowiki>
 +
</pre>
 +
</noinclude>

Latest revision as of 19:03, 3 December 2017

Sample usage:


{{Setlist
| /incomplete = + (OR -)
| intro[|2|3|4] = "[[INTRO]]"
| "[[SONG 1]]"
| "[[SONG 2]]"
| "[[SONG 3]]"
| "[[SONG 4]]"
| "[[SONG 5]]"
| outro = "[[OUTRO]]"
| outro2 = "[[OUTRO2]]"
}}