Difference between revisions of "Template:Infobox SoC"

From Rockchip open source Document
Jump to: navigation, search
(Created page with "{{infobox | above = {{{name|<includeonly>{{PAGENAME}}</includeonly>}}} | abovestyle = background: #dedede; | image = {{{image|}}} | caption = {{{caption|}}} | headerstyle...")
 
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{infobox
+
<includeonly><table class="infobox" cellspacing="5" style="width:300px;">
| above = {{{name|<includeonly>{{PAGENAME}}</includeonly>}}}
+
<tr><th colspan="2" class="" style="text-align:center; font-size:125%; font-weight:bold; background: #c1d7ea;">{{{title}}}</th></tr>
| abovestyle = background: #dedede;
+
<tr class=""><td colspan="2" class="" style="text-align:center;">
 
+
{{{image}}}</td></tr>
| image = {{{image|}}}
+
<tr class=""><th scope="row" style="text-align:left;">Manufacturer</th><td class="" style="">
| caption = {{{caption|}}}
+
{{{manufacturer}}}</td></tr>
 
+
<tr class=""><th scope="row" style="text-align:left;">Process</th><td class="" style="">
| headerstyle = background: #dedede;
+
{{{process}}}</td></tr>
 
+
<tr class=""><th scope="row" style="text-align:left;">CPU</th><td class="" style="">
| header1 =
+
{{{cpu}}}</td></tr>
| label1 = Manufacturer
+
<tr class=""><th scope="row" style="text-align:left;">Memory</th><td class="" style="">
| data1 = {{{manufacturer|}}}
+
{{{memory}}}</td></tr>
 
+
<tr class=""><th scope="row" style="text-align:left;">GPU</th><td class="" style="">
| header2 =
+
{{{gpu}}}</td></tr>
| label2 = Process
+
{{#if:{{{vpu|}}}|<tr class=""><th scope="row" style="text-align:left;">VPU</th><td class="" style="">
| data2 = {{{process|}}}
+
{{{vpu}}}</td></tr>}}
 
+
<tr><th colspan="2" class="" style="text-align:center; background: #c1d7ea;">Connectivity</th></tr>
| header3 =
+
<tr class=""><th scope="row" style="text-align:left;">Video</th><td class="" style="">
| label3 = CPU
+
{{{video}}}</td></tr>
| data3 = {{{cpu|}}}
+
<tr class=""><th scope="row" style="text-align:left;">Audio</th><td class="" style="">
 
+
{{{audio}}}</td></tr>
| header4 =
+
<tr class=""><th scope="row" style="text-align:left;">Storage</th><td class="" style="">
| label4 = L2
+
{{{storage}}}</td></tr>
| data4 = {{{l2|}}}
+
{{#if:{{{Connectivity|}}}|<tr class=""><th scope="row" style="text-align:left;">Connectivity</th><td class="" style="">
 
+
{{{Connectivity}}}</td></tr>}}
| header5 =
+
{{#if:{{{Interface|}}}|<tr class=""><th scope="row" style="text-align:left;">Interface</th><td class="" style="">
| label5 = Extensions
+
{{{Interface}}}</td></tr>}}
| data5 = {{{extensions|}}}
+
{{#if:{{{usb|}}}|<tr class=""><th scope="row" style="text-align:left;">USB</th><td class="" style="">
 
+
{{{usb}}}</td></tr>}}
| header6 =  
+
{{#if:{{{release_date|}}}|<tr class=""><th scope="row" style="text-align:left;">Release Date</th><td class="" style="">
| label6 = Memory
+
{{{release_date}}}</td></tr>}}
| data6 = {{{memory|}}}
+
{{#if:{{{website|}}}|<tr class=""><th scope="row" style="text-align:left;">Website</th><td class="" style="">
 
+
[{{{website}}} Product Page]}}
| header7 =  
+
</td></tr>
| label7 = GPU
+
</table></includeonly>
| data7 = {{{gpu|}}}
 
 
 
| header8 =
 
| label8 = VPU
 
| data8 = {{{vpu|}}}
 
 
 
| header9 =
 
| label9 = APU
 
| data9 = {{{apu|}}}
 
 
 
| header10 = Connectivity
 
| label10 =  
 
| data10 =  
 
 
 
| header11 =
 
| label11 = Video
 
| data11 = {{{video|}}}
 
 
 
| header12 =
 
| label12 = Audio
 
| data12 = {{{audio|}}}
 
 
 
| header13 =
 
| label13 = Network
 
| data13 = {{{network|}}}
 
 
 
| header14 =
 
| label14 = Storage
 
| data14 = {{{storage|}}}
 
 
 
| header15 =
 
| label15 = USB
 
| data15 = {{{usb|}}}
 
 
 
| header16 =
 
| label16 = Other
 
| data16 = {{{other|}}}
 
 
 
| header17 =
 
| label17 = Release Date
 
| data17 = {{{release_date|}}}
 
 
 
| header18 =
 
| label18 = Website
 
| data18 = {{{website|}}}
 
}}
 

Latest revision as of 03:52, 21 March 2017