Difference between revisions of "Template:Song"
(9 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <div class="ninwiki-song"><div class="ninwiki-song-info ninwiki-song--album"><span class="ninwiki-song-label">Album:</span><span class="ninwiki-song-value">{{{album}}}</span></div><div class="ninwiki-song-info ninwiki-song--length"><span class="ninwiki-song-label">Length:</span><span class="ninwiki-song-value">{{{length}}}</span></div><div class="ninwiki-song-info ninwiki-song--bpm"><span class="ninwiki-song-label">[[List Of BPM Rates|Tempo]]:</span><span class="ninwiki-song-value">{{{BPM}}} BPM</span></div><div class="ninwiki-song-info ninwiki-song--version"><span class="ninwiki-song-label">Versions:</span><span class="ninwiki-song-value">{{{versions}}}</span></div><div class="ninwiki-song-info ninwiki-song--live"><span class="ninwiki-song-label">Live:</span><span class="ninwiki-song-value">{{{live}}}</span></div></div> | |
− | + | <includeonly>[[Category:NIN Songs]]</includeonly> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<noinclude> | <noinclude> | ||
− | This is a | + | This is a infobox template to provide quick-access information on song articles, instead of hand-coding a table for each article, which is harder to maintain. |
− | |||
− | |||
+ | ==Usage== | ||
+ | <pre>{{song | ||
+ | | title = | ||
+ | | album = | ||
+ | | length = | ||
+ | | BPM = | ||
+ | | versions = | ||
+ | | live = | ||
+ | }}</pre> | ||
− | + | ===Example=== | |
− | + | See how this looks at [[March Of The Pigs (song)]]. | |
− | |||
− | == | ||
<pre>{{song | <pre>{{song | ||
− | | | + | | title = March of the Pigs |
| album = The Downward Spiral | | album = The Downward Spiral | ||
| length = 2:58 | | length = 2:58 | ||
− | | versions = March of the Pigs (clean)<br>All The Pigs, All Lined Up<br>March of the Fuckheads (?) | + | | BPM = 269 |
− | | live = 1994 - present | + | | versions = March of the Pigs (clean) <br> All The Pigs, All Lined Up <br> March of the Fuckheads (?) |
+ | | live = 1994 - present <br> almost every show | ||
}}</pre> | }}</pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 22:08, 5 November 2020
This is a infobox template to provide quick-access information on song articles, instead of hand-coding a table for each article, which is harder to maintain.
Usage
{{song | title = | album = | length = | BPM = | versions = | live = }}
Example
See how this looks at March Of The Pigs (song).
{{song | title = March of the Pigs | album = The Downward Spiral | length = 2:58 | BPM = 269 | versions = March of the Pigs (clean) <br> All The Pigs, All Lined Up <br> March of the Fuckheads (?) | live = 1994 - present <br> almost every show }}