Difference between revisions of "Template:Capture card info"

From MythTV Official Wiki
Jump to: navigation, search
m (Removed commented out old stuff from someone trying to use parser functions, which are apparently simply not enabled here. LOL)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<includeonly>
 
<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"
 
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
 
|+
 
|+
 
|style="background: #ccccfd;" colspan=2 |'''{{{name|Capture Card Information}}}'''
 
|style="background: #ccccfd;" colspan=2 |'''{{{name|Capture Card Information}}}'''
 
+
|-
{{#if:{{{vendorsite|}}}|<tr><td>Vendor's Site</td><td>{{{vendorsite}}}</td></tr>}}
+
|Vendors Website
 
+
|{{{vendorsite|''unknown''}}}
{{#if:{{{supportstatus|}}}|<tr><td>Support Status</td><td>{{{supportstatus}}}</td></tr>}}
+
|-
 
+
|Input Formats
{{#if:{{{driver|}}}|<tr><td>Driver</td><td>{{{driver}}}</td></tr>}}
+
|{{{inputformats|''not applicable''}}}
 
+
|-
{{#if:{{{sounddriver|}}}|<tr><td>Sound Driver</td><td>{{{sounddriver}}}</td></tr>}}
+
|Support Status
 +
|{{{supportstatus|''unknown''}}}
 +
|-
 +
|Driver
 +
|{{{driver|''unknown''}}}
 +
|-
 +
|Sound Driver
 +
|{{{sounddriver|''not applicable''}}}
 +
|-
 +
|Chipset
 +
|{{{chipset|''not applicable''}}}
 
|}
 
|}
 
</includeonly>
 
</includeonly>
 
<noinclude>
 
<noinclude>
 +
Example:
 
{{Capture card info
 
{{Capture card info
 
|vendorsite=http://google.com
 
|vendorsite=http://google.com
 
|supportstatus=Google rules!
 
|supportstatus=Google rules!
 
}}
 
}}
 +
Usage:
 +
<pre>
 +
{{Capture card info
 +
|vendorsite=http://google.com
 +
|supportstatus=Google rules!
 +
}}
 +
</pre>
 
</noinclude>
 
</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!
}}