Difference between revisions of "Template:Infobox SoC"
From Rockchip open source Document
Line 1: | Line 1: | ||
<table class="infobox" cellspacing="5" style="width:250px;"> | <table class="infobox" cellspacing="5" style="width:250px;"> | ||
− | <tr><th colspan="2" class="" style="text-align:center; font-size:125%; font-weight:bold; background: #dedede;"> | + | <tr><th colspan="2" class="" style="text-align:center; font-size:125%; font-weight:bold; background: #dedede;">{{{title}}}</th></tr> |
<tr class=""><td colspan="2" class="" style="text-align:center;"> | <tr class=""><td colspan="2" class="" style="text-align:center;"> | ||
− | {{{image}}}</td></tr><tr class=""><th scope="row" style="text-align:left;">Manufacturer</th><td class="" style=""> | + | {{{image}}}</td></tr> |
− | + | <tr class=""><th scope="row" style="text-align:left;">Manufacturer</th><td class="" style=""> | |
− | + | {{{manufacturer}}}</td></tr> | |
− | + | <tr class=""><th scope="row" style="text-align:left;">Process</th><td class="" style=""> | |
− | + | {{{process}}}</td></tr> | |
− | + | <tr class=""><th scope="row" style="text-align:left;">CPU</th><td class="" style=""> | |
− | + | {{{cpu}}}</td></tr> | |
− | + | <tr class=""><th scope="row" style="text-align:left;">Memory</th><td class="" style=""> | |
− | + | {{{memory}}}</td></tr> | |
− | + | <tr class=""><th scope="row" style="text-align:left;">GPU</th><td class="" style=""> | |
− | + | {{{gpu}}}</td></tr> | |
− | <a rel="nofollow" class="external text" href=" | + | <tr><th colspan="2" class="" style="text-align:center; background: #dedede;">Connectivity</th></tr> |
+ | <tr class=""><th scope="row" style="text-align:left;">Video</th><td class="" style=""> | ||
+ | {{{video}}}</td></tr> | ||
+ | <tr class=""><th scope="row" style="text-align:left;">Audio</th><td class="" style=""> | ||
+ | {{{audio}}}</td></tr> | ||
+ | <tr class=""><th scope="row" style="text-align:left;">Storage</th><td class="" style=""> | ||
+ | {{{storage}}}</td></tr> | ||
+ | <tr class=""><th scope="row" style="text-align:left;">USB</th><td class="" style=""> | ||
+ | {{{usb}}}</td></tr> | ||
+ | <tr class=""><th scope="row" style="text-align:left;">Release Date</th><td class="" style=""> | ||
+ | {{{release_date}}}</td></tr> | ||
+ | <tr class=""><th scope="row" style="text-align:left;">Website</th><td class="" style=""> | ||
+ | <a rel="nofollow" class="external text" href="{{{website}}}">Product Page</a></td></tr> | ||
</table> | </table> |
Revision as of 01:13, 9 March 2017
{{{title}}} | |
---|---|
{{{image}}} | |
Manufacturer | {{{manufacturer}}} |
Process | {{{process}}} |
CPU | {{{cpu}}} |
Memory | {{{memory}}} |
GPU | {{{gpu}}} |
Connectivity | |
Video | {{{video}}} |
Audio | {{{audio}}} |
Storage | {{{storage}}} |
USB | {{{usb}}} |
Release Date | {{{release_date}}} |
Website | <a rel="nofollow" class="external text" href="{{{website}}}">Product Page</a> |