Template:Infobox tab and Category:Backwards Clock Society songs: Difference between pages

From SPCodex, The Smashing Pumpkins wiki
(Difference between pages)
No edit summary
 
(Created page with "Category:Songs by artist")
 
Line 1: Line 1:
{{Infobox
[[Category:Songs by artist]]
| bodyclass  = vevent
| aboveclass  = summary
| abovestyle  = background-color: #FFD6D6
| above = "{{#if:{{{song_title|}}}|[[{{{song}}}|{{{song_title}}}]]|{{link if exists|{{{song|1979}}}}}}}"
| headerstyle = background-color: #FFD6D6
| headerclass = description
| rowclass1  = description
| header1    = {{#switch:{{{type|tab}}}|tab=<includeonly>[[Category:Guitar tabs]]</includeonly>[[:Category:Guitar tabs|Guitar tablature]]|chords=<includeonly>[[Category:Guitar tabs]]</includeonly>[[:Category:Guitar tabs|Guitar chords]]|bass=[[:Category:Bass tabs|Bass tab]]<includeonly>[[Category:Bass tabs]]</includeonly>}}
| label3      = Artist
| data3      = {{link if exists|{{{artist|The Smashing Pumpkins}}}}}
| label4      = Album
| data4      = {{#cargo_query:tables=songs|fields=main_album|where=name = "{{{song|1979}}}"}}
| label5      = Transcriber
| data5      = [[User:{{{transcriber|<noinclude>Example</noinclude>}}}|{{{transcriber|<noinclude>Example</noinclude>}}}]] ([[User talk:{{{transcriber|<noinclude>Example</noinclude>}}}|talk]])''
| label6      = Updated
| data6      = {{{updated|{{#time:Y-m-d|{{REVISIONTIMESTAMP}}}}}}}
| label8      = Tuning
| data8      = {{{tuning|<noinclude>E♭ A♭ D♭ G♭ B♭ E♭</noinclude>}}}
| label9      = Capo
| data9      = {{{capo|<noinclude>2nd fret</noinclude>}}}
| label10    = Key
| data10      = {{{key|<noinclude>A♭ minor</noinclude>}}}
| label11    = Difficulty
| data11      = {{ucfirst:{{{difficulty|<noinclude>intermediate</noinclude>}}}}}
}}
<noinclude>
<templatedata>
{
"params": {
"song_title": {
"label": "Song name (if different than page title)",
"type": "string",
"suggested": true
},
"song": {
"label": "Song",
"type": "wiki-page-name",
"required": true
},
"type": {
"label": "Type",
"description": "Either 'tab' (default), 'chords' or 'bass'"
},
"artist": {
"label": "Artist",
"type": "wiki-page-name",
"required": true
},
"transcriber": {
"label": "Transcribor",
"type": "wiki-user-name",
"autovalue": "{{REVISIONUSER}}"
},
"updated": {
"label": "Last updated",
"type": "date",
"autovalue": ""
},
"tuning": {
"label": "Tuning",
"type": "string",
"required": true
},
"capo": {
"label": "Capo",
"type": "string"
},
"key": {
"label": "Key",
"description": "Which key the song is in",
"type": "string"
},
"difficulty": {
"label": "Difficulty",
"description": "Either 'novice', 'intermediate' or 'advanced'",
"type": "string"
}
},
"paramOrder": [
"song_title",
"song",
"type",
"artist",
"transcriber",
"updated",
"tuning",
"capo",
"key",
"difficulty"
]
}
</templatedata>
</noinclude>

Latest revision as of 21:22, 24 September 2020