Template:Product: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
</div> | </div> | ||
<div style="margin: 0 auto; width:80%;"> | |||
<table style="border:1px solid #0066c7; background-color: #F0F0FF; | {| | ||
|- | |||
{|style="padding:15px; background-color: #0066c7; color: white; width:100%; font-size:25px; border-top-left-radius:5px; border-top-right-radius:5px;" | |||
|Specification | |||
|} | |||
|<table style="border:1px solid #0066c7; background-color: #F0F0FF; width:100%; padding:30px;"> | |||
|style="width:30%;"| | |||
{{#if:{{{cpu}}}|<tr><td>CPU</td><td>{{{cpu}}}</td></tr>|}} | {{#if:{{{cpu}}}|<tr><td>CPU</td><td>{{{cpu}}}</td></tr>|}} | ||
{{#if:{{{mpu}}}|<tr><td>MPU</td><td>{{{mpu}}}</td></tr>|}} | {{#if:{{{mpu}}}|<tr style="border: 1px solid black;"><td>MPU</td><td>{{{mpu}}}</td></tr>|}} | ||
{{#if:{{{gfx}}}|<tr><td>GFX</td><td>{{{gfx}}}</td></tr>|}} | {{#if:{{{gfx}}}|<tr><td>GFX</td><td>{{{gfx}}}</td></tr>|}} | ||
{{#if:{{{ram}}}|<tr><td>RAM</td><td>{{{ram}}}</td></tr>|}} | {{#if:{{{ram}}}|<tr><td>RAM</td><td>{{{ram}}}</td></tr>|}} | ||
Line 45: | Line 50: | ||
{{#if:{{{touch}}}|<tr><td>Touch panel controller</td><td>{{{touch}}}</td></tr>|}} | {{#if:{{{touch}}}|<tr><td>Touch panel controller</td><td>{{{touch}}}</td></tr>|}} | ||
{{#if:{{{serial}}}|<tr><td>Serial Interfaces</td><td>{{{serial}}}</td></tr>|}} | {{#if:{{{serial}}}|<tr><td>Serial Interfaces</td><td>{{{serial}}}</td></tr>|}} | ||
</table> | </table> | ||
|} | |||
<!--Categories--> | <!--Categories--> | ||
{{#if:{{{category1}}}|[[Category:{{{category1}}}]]|}} | {{#if:{{{category1}}}|[[Category:{{{category1}}}]]|}} | ||
{{#if:{{{category2}}}|[[Category:{{{category2}}}]]|}} | {{#if:{{{category2}}}|[[Category:{{{category2}}}]]|}} |
Revision as of 08:05, 13 January 2014
Usage
Please use this string:
{{Product|image=###description=###|category1=###|category2=###
|documentation={{DocBox|system={Android,Linux,Yocto,Hardware}|content=###}}
|cpu=###|mpu=###|gfx=###|ram=###|lcd=###|hdmi=###|rtc=###|i2c=###|spi=###|sd_mmc=###|nand=###|power=###|temp=###|usb=###|ethernet=###|audio=###|wireless=###|canbus=###|bluetooth=###|touch=###|serial=###}}
Product |
[[File:{{{image}}}|height=100px|Product]] | {{{description}}} |
Specification |
CPU | {{{cpu}}} |
MPU | {{{mpu}}} |
GFX | {{{gfx}}} |
RAM | {{{ram}}} |
LCD | {{{RAM}}} |
RTC | {{{rtc}}} |
I2C | {{{i2c}}} |
SPI | {{{spi}}} |
SD/MMC | {{{sd_mmc}}} |
NAND Flash | {{{nand}}} |
Typical power consumtpion | {{{power}}} |
Temp Range | {{{temp}}} |
USB | {{{usb}}} |
Ethernet | {{{ethernet}}} |
Audio codec | {{{audio}}} |
Wireless | {{{wireless}}} |
Can-Bus controller | {{{canbus}}} |
Bluetooth | {{{bluetooth}}} |
Touch panel controller | {{{touch}}} |
Serial Interfaces | {{{serial}}} |
[[Category:{{{category1}}}]] [[Category:{{{category2}}}]]