Difference between revisions of "Template:Infobox SoC"
From Rockchip open source Document
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <table class="infobox" cellspacing="5" style="width:300px;"> | + | <includeonly><table class="infobox" cellspacing="5" style="width:300px;"> |
− | <tr><th colspan="2" class="" style="text-align:center; font-size:125%; font-weight:bold; background: # | + | <tr><th colspan="2" class="" style="text-align:center; font-size:125%; font-weight:bold; background: #c1d7ea;">{{{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> | {{{image}}}</td></tr> | ||
Line 13: | Line 13: | ||
<tr class=""><th scope="row" style="text-align:left;">GPU</th><td class="" style=""> | <tr class=""><th scope="row" style="text-align:left;">GPU</th><td class="" style=""> | ||
{{{gpu}}}</td></tr> | {{{gpu}}}</td></tr> | ||
− | <tr><th colspan="2" class="" style="text-align:center; background: # | + | {{#if:{{{vpu|}}}|<tr class=""><th scope="row" style="text-align:left;">VPU</th><td class="" style=""> |
+ | {{{vpu}}}</td></tr>}} | ||
+ | <tr><th colspan="2" class="" style="text-align:center; background: #c1d7ea;">Connectivity</th></tr> | ||
<tr class=""><th scope="row" style="text-align:left;">Video</th><td class="" style=""> | <tr class=""><th scope="row" style="text-align:left;">Video</th><td class="" style=""> | ||
{{{video}}}</td></tr> | {{{video}}}</td></tr> | ||
Line 31: | Line 33: | ||
[{{{website}}} Product Page]}} | [{{{website}}} Product Page]}} | ||
</td></tr> | </td></tr> | ||
− | </table> | + | </table></includeonly> |