Template:Radio station: Difference between revisions

No edit summary
(cleanup- too much unnecessary code)
 
Line 15: Line 15:
|datastyle    =  
|datastyle    =  
|header1  =  
|header1  =  
|label1  = Appearance:
|label1  = Genre:
|data1    = {{#if: {{{game|}}}|{{{game|}}}|}}
|data1    = {{#if: {{{genre|}}}|{{{genre|}}}|}}
|header2  =  
|header2  =  
|label2  = Appearances:
|label2  = Appearance(s):
|data2    = {{#if: {{{games|}}}|{{{games|}}}|}}
|data2    = {{#if: {{{games|}}}|{{{games|}}}|}}
|header3 =  
|header3 =
|label3  = Style:
|label3  = DJ(s):
|data3   = {{#if: {{{genre|}}}|{{{genre|}}}|}}
|data3    = {{#if: {{{djs|}}}|{{{djs|}}}|}}
|header4  =
|label4  = DJ:
|data4    = {{#if: {{{dj|}}}|{{{dj|}}}|}}
|header5  =
|label5  = DJs:
|data5   = {{#if: {{{djs|}}}|{{{djs|}}}|}}
}}<noinclude>The following code produces the infobox shown on the right:
}}<noinclude>The following code produces the infobox shown on the right:
<pre style="overflow:auto;">
<pre style="overflow:auto;">
Line 34: Line 28:
| image =  
| image =  
| genre =  
| genre =  
| game  =
| games =  
| games =  
| dj    =
| djs  =  
| djs  =  
}}
}}
</pre>
</pre>
[[Category:Infoboxes]][[Category:Templates|{{PAGENAME}}]]</noinclude>
[[Category:Infoboxes]][[Category:Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 12:43, 11 February 2012

Radio Station
Radio station
ADVERTISEMENT

The following code produces the infobox shown on the right:

{{Radio station
| image = 
| genre = 
| games = 
| djs   = 
}}