Template:Radio station: Difference between revisions

No edit summary
(cleanup- too much unnecessary code)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Infobox
{{Infobox
|bodystyle    = width:22em; font-size:90%; text-align:left; border-color:black; background-color: #red;
|bodystyle    = width:22em; font-size:90%; text-align:left; border-color:black; background-color: #EEE;
|title        =  
|title        =  
|titlestyle  =  
|titlestyle  =  
|above        = <small>Radio Station</small><br /><span class="fn" style="font-size:18px;">{{{name|{{PAGENAME}}}}}</span>
|above        = <small>Radio Station</small><br /><span class="fn" style="font-size:18px;">{{{name|{{PAGENAME}}}}}</span>
|abovestyle  = text-align: center;
|abovestyle  = text-align: center;
|imagestyle  =  
|imagestyle  =  
|captionstyle =  
|captionstyle =  
|image        = {{#if:{{{image|}}}|{{{image}}}{{#if:{{{caption|}}}|<div style="line-height:1.25em;">{{{caption}}}</div>|}}|}}
|image        = {{#if:{{{image|}}}|{{{image}}}{{#if:{{{caption|}}}|<div style="line-height:1.25em;">{{{caption}}}</div>|}}|}}
|caption      =  
|caption      =  
|image2      =  
|image2      =  
|caption2    =  
|caption2    =  
|headerstyle  =  
|headerstyle  =  
|labelstyle  = text-align:right;
|labelstyle  = text-align:right;
|datastyle    =  
|datastyle    =  
|header1  =  
|header1  =  
|label1  = Appearances:
|label1  = Genre:
|data1    = {{#if: {{{games|}}}|{{{games|}}}|}}
|data1    = {{#if: {{{genre|}}}|{{{genre|}}}|}}
|header2  =  
|header2  =  
|label2  = Style:
|label2  = Appearance(s):
|data2    = {{#if: {{{genre|}}}|{{{genre|}}}|}}
|data2    = {{#if: {{{games|}}}|{{{games|}}}|}}
|header3 =  
|header3 =
|label3  = DJs:
|label3  = DJ(s):
|data3    = {{#if: {{{dj|}}}|{{{dj|}}}|}}
|data3    = {{#if: {{{djs|}}}|{{{djs|}}}|}}
}}<noinclude>The following code produces the infobox shown on the right:
<pre style="overflow:auto;">
{{Radio station
| image =
| genre =
| games =
| djs  =
}}
}}
<noinclude>
The following code produces the infobox shown on the right:
<pre style="overflow:auto;">
{{Radio Station|
|image =
|style =
|games =
|dj =
|}}
</pre>
</pre>
[[category:infoboxes]]
[[Category:Infoboxes]][[Category:Templates|{{PAGENAME}}]]</noinclude>
[[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   = 
}}