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)
 
(19 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
|+
 
|+
 
|style="background: #ccccfd;" colspan=2 |'''{{{name|Capture Card Information}}}'''
 
|style="background: #ccccfd;" colspan=2 |'''{{{name|Capture Card Information}}}'''
 
+
|-
{{#if:{{{vendorsite|}}}| |-
+
|Vendors Website
|Vendor's Site
+
|{{{vendorsite|''unknown''}}}
|{{{vendorsite}}}
+
|-
}}
+
|Input Formats
 
+
|{{{inputformats|''not applicable''}}}
{{#if:{{{supportstatus|}}}| |-
+
|-
 
|Support Status
 
|Support Status
|{{{supportstatus}}}
+
|{{{supportstatus|''unknown''}}}
}}
+
|-
 
 
{{#if:{{{driver|}}}| |-
 
 
|Driver
 
|Driver
|{{{driver}}}
+
|{{{driver|''unknown''}}}
}}
+
|-
 
 
{{#if:{{{sounddriver|}}}| |-
 
 
|Sound Driver
 
|Sound Driver
|{{{sounddriver}}}
+
|{{{sounddriver|''not applicable''}}}
}}
+
|-
 +
|Chipset
 +
|{{{chipset|''not applicable''}}}
 
|}
 
|}
 
</includeonly>
 
</includeonly>
 
<noinclude>
 
<noinclude>
{{Capture card info|http://vendors.site.com|It works|Wikimeida|}}
+
Example:
 +
{{Capture card info
 +
|vendorsite=http://google.com
 +
|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!
}}