Difference between revisions of "Template:Capture card info"

From MythTV Official Wiki
Jump to: navigation, search
(Undo revision 43355 by Dagmar d'Surreal (Talk))
m (Removed commented out old stuff from someone trying to use parser functions, which are apparently simply not enabled here. LOL)
 
Line 37: Line 37:
 
</pre>
 
</pre>
 
</noinclude>
 
</noinclude>
<!--
 
I have not been able to get the #if to work so I'll do this later.
 
<includeonly>
 
'''Note:''' This template is undergoing work so it maybe broke for a few minutes.
 
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
 
|+
 
|style="background: #ccccfd;" colspan=2 |'''{{{name|Capture Card Information}}}'''
 
 
{{#if:{{{vendorsite|}}}|<tr><td>Vendor's Site</td><td>{{{vendorsite}}}</td></tr>}}
 
{{#if:{{{inputformats|}}}|<tr><td>Input Formats</td><td>{{{inputformats}}}</td></tr>}}
 
{{#if:{{{supportstatus|}}}|<tr><td>Support Status</td><td>{{{supportstatus}}}</td></tr>}}
 
{{#if:{{{driver|}}}|<tr><td>Driver</td><td>{{{driver}}}</td></tr>}}
 
{{#if:{{{sounddriver|}}}|<tr><td>Sound Driver</td><td>{{{sounddriver}}}</td></tr>}}
 
|}
 
</includeonly>
 
<noinclude>
 
{{Capture card info
 
|vendorsite=http://google.com
 
|supportstatus=Google rules!
 
}}
 
</noinclude>
 
-->
 

Latest revision as of 01:19, 25 January 2010


Example:

Capture Card Information
Vendors Website http://google.com
Input Formats not applicable
Support Status Google rules!
Driver unknown
Sound Driver not applicable
Chipset not applicable


Usage:

{{Capture card info
|vendorsite=http://google.com
|supportstatus=Google rules!
}}