Template:Show: Difference between revisions

From MelvinsWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Show|
<table class="show_info" style="width: 20em; font-size:90%; text-align: left; align: right;" cellspacing="4">
  show date  =|
<tr><th colspan="2" style="text-align: center;"><big>{{show_date}}}</big></th></tr>
  image      =|
{{#if:{{{image|}}}|<tr><td colspan="2" style="text-align: center;">{{{image|}}}<br /><small>{{{image_artist|}}}</small></td></tr>}}<!--
  artist      =|
-->{{#if:{{{city_state|}}}|<tr><th>Location</th><td>{{{city_state|}}}</td></tr>}}<!--
  city, state =|
-->{{#if:{{{venue|}}}|<tr><th>Venue</th><td>{{{venue}}}</td></tr>}}<!--
  venue       =|
-->{{#if:{{{lineup|}}}|<tr><th>Lineup</th><td>{{{lineup}}}</td></tr>}}
  lineup     =|
</table><noinclude>
<br><br>
 
Usage summary:
<pre>
{{show_info
| show_date =  
| image =
| image_artist =  
| city_state =
| venue =  
| lineup =  
}}
}}
</pre>
==Fields==
{| cellpadding=2
!
                        !width=75px| Type
                            ! Description
|- valign=top
| '''show_date'''      || || The date, in Month ##, #### format.
|- valign=top
| '''image'''          || || An image of the show, poster art, or generic Melvins photo.
|- valign=top
| '''image_artist'''    || || Caption for the image above. Credit artist, photographer, whoever if possible.
|- valign=top
| '''city_state'''      || || The city the show was performed in. Spell out the state name if possible. For other countries, if there is no state, a replacement or the country can be used.
|- valign=top
| '''venue'''          || || Venue of the show.
|- valign=top
| '''lineup'''          || || Other bands that performed during the show, hopefully in order, with the headliner first and second headliner underneath and so forth. Italicize the Melvins, and link to openers.
|}
===Notes===
*Don't link to show date, since this is the page that would link to.
*Most fields are optional and the row will simply be omitted if no data is supplied.
</noinclude>

Revision as of 11:31, 11 October 2006

{{#if:|}}{{#if:|}}{{#if:|}}{{#if:|}}
Template:Show date}

Location
Venue{{{venue}}}
Lineup{{{lineup}}}



Usage summary:

{{show_info
| show_date = 
| image = 
| image_artist = 
| city_state = 
| venue = 
| lineup = 
}}

Fields

Type Description
show_date The date, in Month ##, #### format.
image An image of the show, poster art, or generic Melvins photo.
image_artist Caption for the image above. Credit artist, photographer, whoever if possible.
city_state The city the show was performed in. Spell out the state name if possible. For other countries, if there is no state, a replacement or the country can be used.
venue Venue of the show.
lineup Other bands that performed during the show, hopefully in order, with the headliner first and second headliner underneath and so forth. Italicize the Melvins, and link to openers.

Notes

  • Don't link to show date, since this is the page that would link to.
  • Most fields are optional and the row will simply be omitted if no data is supplied.