Difference between revisions of "Template:AlbumNav"

MuseWiki, wiki for the band Muse
Jump to navigation Jump to search
(+space, make octal/hex colour values upper-case for readability, -leading 0s, -stray semi-colon, hex → oct where possible, sorted css attributes alphabetically, +line-break, -vertical bar)
 
(Deprecate *\ song affixes in AlbumNav values)
Line 3: Line 3:
! style="background: #DEF; -moz-border-radius: .5em" colspan="5" | <small>Album Nav</small>
! style="background: #DEF; -moz-border-radius: .5em" colspan="5" | <small>Album Nav</small>
|- style="font-size: small; text-align: center"
|- style="font-size: small; text-align: center"
| width="150pt" | <small>{{{Previous song |}}}</small>
| width="150pt" | <small>{{{Previous |{{{Previous song |}}}}}}</small>
| <small>'''<'''</small>
| <small>'''<'''</small>
| width="150pt"|<small>'''{{{Current song |Insert current song}}}'''</small>
| width="150pt"|<small>'''{{{Current |{{{Current song |Insert current song}}}}}}'''</small>
| <small>'''>'''</small>
| <small>'''>'''</small>
| width="150pt" | <small>{{{Next song |}}}</small>
| width="150pt" | <small>{{{Next |{{{Next song|}}}}}}</small>
|}<noinclude>
|}<noinclude>


Line 13: Line 13:
<pre>
<pre>
{{AlbumNav
{{AlbumNav
| Previous song =  
| Previous =  
| Current song =  
| Current =  
| Next song =  
| Next =  
}}
}}
</pre>
</pre>

Revision as of 15:29, 5 April 2011

Album Nav
< Insert current song >

Usage

{{AlbumNav
| Previous = 
| Current = 
| Next = 
}}