1,133
edits
imported>Deantwo (Ok, bad idea. See; http://en.wikipedia.org/wiki/Help:Editing_sections_of_included_templates.) |
(Adjusting Song-entries to be more compact while still being listed in the TOC. Also added a fixed width for avoiding width-change on expand. Added details to documentation.) |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{| class="mw-collapsible mw-collapsed wikitable" width="600" | ||
|- | |||
! | |||
==== {{{name|Name}}} ==== | |||
|- | |||
| scope="row" | | |||
<pre<noinclude></noinclude>>{{{notes|song BPM and notes}}}</pre<noinclude></noinclude>> | <pre<noinclude></noinclude>>{{{notes|song BPM and notes}}}</pre<noinclude></noinclude>> | ||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
Template for adding new songs. | == About == | ||
Template for adding new expandable songs-entries in [[Songs]]. Beware that the entry is meant to be be visible in the table of contents as ypu can see above. | |||
== Parameter-Usage == | |||
{| class="wikitable" | |||
!Parameter | |||
!Default | |||
!Description | |||
|- | |||
!name | |||
|Name | |||
|Name of the song | |||
|- | |||
!notes | |||
|song BPM and notes | |||
|Content of the song | |||
|} | |||
== Examples == | |||
=== Template === | |||
<pre>{{Song | |||
|name=The Song that never ends | |||
|notes=BPM: 300 | |||
XX-XX-XX... | |||
}}</pre> | |||
{{Song | |||
|name=The Song that never ends | |||
|notes=BPM: 300 | |||
XX-XX-XX... | |||
}} | |||
=== Normal === | |||
<pre>{{Song | <pre>{{Song | ||
|name=Sibelius: Carelia | |name=Sibelius: Carelia | ||
Line 67: | Line 94: | ||
D-G-B/0,33,D-G,D-Gb-A/0,5,D-G/0,5,D-Gn/0,5 | D-G-B/0,33,D-G,D-Gb-A/0,5,D-G/0,5,D-Gn/0,5 | ||
}}</pre> | }}</pre> | ||
{{Song | {{Song | ||
|name=Sibelius: Carelia | |name=Sibelius: Carelia | ||
Line 126: | Line 149: | ||
}} | }} | ||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |
edits