Difference between revisions of "Template:Capture card info"
From MythTV Official Wiki
m (Removed commented out old stuff from someone trying to use parser functions, which are apparently simply not enabled here. LOL) |
|||
(18 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}}}''' | ||
− | + | |- | |
− | + | |Vendors Website | |
− | + | |{{{vendorsite|''unknown''}}} | |
− | {{ | + | |- |
− | + | |Input Formats | |
− | + | |{{{inputformats|''not applicable''}}} | |
− | + | |- | |
− | + | |Support Status | |
+ | |{{{supportstatus|''unknown''}}} | ||
+ | |- | ||
+ | |Driver | ||
+ | |{{{driver|''unknown''}}} | ||
+ | |- | ||
+ | |Sound Driver | ||
+ | |{{{sounddriver|''not applicable''}}} | ||
+ | |- | ||
+ | |Chipset | ||
+ | |{{{chipset|''not applicable''}}} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
− | {{Capture card info|http:// | + | 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! }}