Template:Live song: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 27: Line 27:
| prerecorded = {{#if:{{{prerecorded|{{{tape|}}}}}}|1|0}}
| prerecorded = {{#if:{{{prerecorded|{{{tape|}}}}}}|1|0}}
| vip = {{#if:{{{vip|}}}|1|0}}
| vip = {{#if:{{{vip|}}}|1|0}}
}}</includeonly>{{#invoke:live song|entry|{{{1}}}|{{{title|}}}|{{{note|}}}|{{{cover|}}}|{{{tease|}}}|{{{abandoned|}}}|{{{length|}}}|{{{acoustic|}}}|{{{piano|}}}|{{{soundcheck|}}}|{{{prerecorded|{{{tape|}}}}}}|{{{vip|}}}}}<noinclude>{{documentation}}</noinclude>
}}</includeonly>{{#invoke:live song|entry|{{{1}}}|{{{title|}}}|{{{note|}}}|{{{cover|}}}|{{{tease|}}}|{{{abandoned|}}}|{{{length|}}}|{{{acoustic|}}}|{{{piano|}}}|{{{soundcheck|}}}|{{{prerecorded|{{{tape|}}}}}}|{{{vip|}}}|{{{ignore tour stats|}}}}}<noinclude>{{documentation}}<templatedata>
{
"params": {
"1": {
"label": "Title of song",
"description": "Should match the page title exactly",
"type": "string",
"required": true
},
"cover": {
"label": "Cover artist",
"description": "Enter the artist that originally did this song, which tags the song as a cover",
"type": "string",
"suggested": true
},
"tease": {
"label": "Tease?",
"description": "Whether the song was a tease (very short, or very incomplete and bundled with another song)",
"type": "boolean",
"suggested": true
},
"acoustic": {
"label": "Acoustic?",
"description": "Whether the song was performed acoustically",
"type": "boolean",
"suggested": true
},
"piano": {
"label": "Piano?",
"description": "Used to indicate this song was performed on piano as the primary or only instrument.",
"type": "boolean",
"suggested": true
},
"abandoned": {
"label": "Abandoned?",
"description": "Indicates the song was ended abruptly, usually followed by another attempt",
"type": "boolean",
"suggested": true
},
"length": {
"label": "Length",
"description": "The length of the song in normal time notation (10:23 for 10 minutes, 23 seconds); use this generally only for the longer songs or ones with jams",
"type": "string",
"suggested": true
},
"soundcheck": {
"label": "Soundcheck?",
"description": "Whether the song was performed at soundcheck, before being performed to the intended live audience.",
"type": "boolean",
"suggested": true
},
"prerecorded": {
"label": "Prerecorded?",
"description": "Whether the song was played from a recording, tape or over the PA, etc., and not actually performed live.",
"type": "boolean",
"suggested": true
},
"tape": {},
"vip": {
"label": "VIP?",
"description": "Whether the song was performed only to a VIP audience. This is only used if at a later point in the show, the artist also performed to a larger audience.",
"type": "boolean",
"suggested": true
},
"title": {
"label": "Display title",
"description": "Used to show a different title for the song if the page title isn't preferred. For instance, \"Cyr (song)\" or \"Zeitgeist (song)\" where you don't want to show \"(song)\"",
"example": "Cyr",
"type": "string"
},
"note": {
"label": "Note",
"description": "Brief general note, such as who is on vocals",
"type": "string"
},
"ignore tour stats": {
"label": "Ignore tour stats?",
"description": "Check this to hide the \"(LIVE DEBUT)\" and \"(ONLY PERFORMANCE)\" messages. This is needed due to a software bug when there is a show on the same day where the same song was performed.",
"type": "boolean"
}
}
}
</templatedata></noinclude>