Difference between revisions of "Template:Infobox Theater"
From Austin Improv Community Wiki
(Added "Attributes" section.) |
m (making the homepage optional) |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
This template lists standard, useful information about an improv theater. | This template lists standard, useful information about an improv theater. | ||
<pre> | <pre> | ||
{{ | {{Infobox Theater | ||
|Name = | |Name = | ||
|Picture = | |Picture = | ||
|Address = | |||
|Homepage = | |Homepage = | ||
|Years = | |Years = | ||
}} | }} | ||
</pre> | </pre> | ||
Line 22: | Line 23: | ||
|- | |- | ||
| ''Picture'' || A picture of the theater. | | ''Picture'' || A picture of the theater. | ||
|- | |||
| ''Address'' || The theater's street address. Austin is assumed; if it's a nearby city, include the city name afterwards, in parentheses: "(Round Rock)". | |||
|- | |- | ||
| ''Homepage'' || The URL of the theater's web page. | | ''Homepage'' || The URL of the theater's web page. | ||
Line 29: | Line 32: | ||
</noinclude> | </noinclude> | ||
<div | <div> | ||
<table> | <table class="infobox infobox-theater"> | ||
<tr> | <tr> | ||
<th colspan="2" | <th colspan="2" class="infobox-header">{{{Name|Theater Name}}}</th> | ||
</tr> | </tr> | ||
<tr class=""> | <tr class=""> | ||
<td colspan="2" class=" | <td colspan="2" class="infobox-picture"> | ||
{{{ | [[File:{{{Picture | Theater_Default_Image.jpg}}}|frameless|border|150px|]] | ||
</td> | </td> | ||
</tr> | </tr> | ||
<tr class=""> | <tr class=""> | ||
<th scope="row" | <th scope="row" class="category-header">Address</th> | ||
<td class="category">{{{Address|Theater Address}}}</td> | <td class="category">{{{Address|Theater Address}}}</td> | ||
</tr> | </tr> | ||
{{#if: {{{Homepage|}}} | | |||
<tr class=""> | <tr class=""> | ||
<th scope="row" | <th scope="row" class="category-header">Homepage</th> | ||
<td class="category">{{{Homepage | <td class="category">{{{Homepage}}}</td> | ||
</tr> | </tr> | ||
|}} | |||
<tr class=""> | <tr class=""> | ||
<th scope="row" | <th scope="row" class="category-header">Years of Operation</th> | ||
<td class="category">{{{Years|Years of Operation}}}</td> | <td class="category">{{{Years|Years of Operation}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div> |
Latest revision as of 17:27, 18 March 2015
Usage
This template lists standard, useful information about an improv theater.
{{Infobox Theater |Name = |Picture = |Address = |Homepage = |Years = }}
Attributes
Parameter | Explanation |
---|---|
Name | The name of the theater. |
Picture | A picture of the theater. |
Address | The theater's street address. Austin is assumed; if it's a nearby city, include the city name afterwards, in parentheses: "(Round Rock)". |
Homepage | The URL of the theater's web page. |
Years | The years that the theater was in operation, for instance "1993-1997". If it's still in operation, set it to something like "1998-Present". |