Difference between revisions of "Template:Infobox soc"
Jump to navigation
Jump to search
MartijnBraam (talk | contribs) (Created page with "{{Infobox | name=Infobox | bodystyle= | title = {{{manufacturer|}}} {{{name|}}} | titlestyle = |header1 = |label1 = Manufacturer |data1 = {{{manufacturer|}}} |header2 = |...") |
MartijnBraam (talk | contribs) |
||
Line 12: | Line 12: | ||
|data2 = {{{name|}}} | |data2 = {{{name|}}} | ||
|header3 = | |header3 = | ||
+ | |label3 = Arch | ||
+ | |data3 = {{{arch|}}} | ||
+ | |header4 = | ||
+ | |label4 = Process | ||
+ | |data4 = {{{process|}}}nm | ||
+ | |header5 = Components | ||
+ | |label5 = Audio codec | ||
+ | |data5 = {{{audio_codec|}}} | ||
}} | }} | ||
<noinclude> | <noinclude> | ||
− | {{#cargo_declare:_table=Socs|Manufacturer=String|Name=String}} | + | {{#cargo_declare:_table=Socs|Manufacturer=String|Name=String|Arch=String|Process=Integer|AudioCodec=String}} |
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
[[Category:Socs]] | [[Category:Socs]] | ||
− | {{#cargo_store:_table=Socs|Manufacturer={{{manufacturer|}}}|Name={{{name|}}} }} | + | {{#cargo_store:_table=Socs|Manufacturer={{{manufacturer|}}}|Name={{{name|}}}|Arch={{{arch|}}}|Process={{{process|}}}|AudioCodec={{{audio_codec|}}} }} |
</includeonly> | </includeonly> |