No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <includeonly>{| cellpadding="3" style="float:right; border-spacing:1px; background-color:#fbfbff; font-size:95%; margin:0 0 0.5em 1em; width:28em;" | ||
{{tempdoc}} | ! colspan="2" style="color: white; background-color: #729FCF; font-weight: bold; text-align:center; font-size: larger" | {{{name|<includeonly>{{SUBPAGENAME}}</includeonly>}}} | ||
|- | |||
| colspan="2" style="border-width: 0 1px; text-align:center" | {{{image|[[File:cpu.jpg{{!}}link={{{website{{!}}}}}]]}}} | |||
|- | |||
{{#if:{{{caption|}}}| | |||
{{!}} colspan="2" style="border-width: 0 1px; text-align:center" {{!}} <small>{{{caption}}}</small> | |||
{{!}}- | |||
}} | |||
| colspan="2" style="border-width: 0 1px " | <hr/> | |||
|- | |||
{{#if:{{{manufacturer|}}}| | |||
{{!}} style="width: 40%; border-width: 0 1px; border-right:0;padding-left:1em" {{!}} '''Manufacturer''' | |||
{{!}} style="border-width: 0 1px; border-left:0" {{!}} {{{manufacturer}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{architecture|}}}| | |||
{{!}} style="width: 40%; border-width: 0 1px; border-right:0;padding-left:1em" {{!}} '''Architecture''' | |||
{{!}} style="border-width: 0 1px; border-left:0" {{!}} {{{manufacturer}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{website|}}}| | |||
{{!}} style="width: 40%; border-width: 0 1px; border-right:0;padding-left:1em" {{!}} '''Website''' | |||
{{!}} style="border-width: 0 1px; border-left:0" {{!}} {{{website}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{irc|}}}| | |||
{{!}} style="width: 40%; border-width: 0 1px; border-right:0;padding-left:1em" {{!}} '''IRC''' | |||
{{!}} style="border-width: 0 1px; border-left:0" {{!}} {{{irc}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{jabber|}}}| | |||
{{!}} style="width: 40%; border-width: 0 1px; border-right:0;padding-left:1em" {{!}} '''Jabber''' | |||
{{!}} style="border-width: 0 1px; border-left:0" {{!}} {{{jabber}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{fedora_mailing_list|}}}{{{mailing_list|}}}| | |||
{{!}} colspan="2" style="border-width: 0 1px " {{!}} <hr/> | |||
{{!}}- | |||
{{!}} colspan="2" style="border-width: 0 1px; text-align: center; padding:0; " {{!}} '''Mailing list''' | |||
{{!}}- | |||
{{!}} colspan="2" style="border-width: 0 1px; text-align: center;" {{!}}<!-- | |||
-->{{#if:{{{fedora_mailing_list|}}}|{{Infobox/Fedora mailing list|{{{fedora_mailing_list|}}}}}}}<!-- | |||
-->{{#if:{{{mailing_list|}}}|{{Infobox/Mailing list | |||
|address={{{mailing_list}}} | |||
|subscribe={{{mailing_list_subscribe|}}} | |||
|archive={{{mailing_list_archive|}}} | |||
}} }} | |||
}} | |||
|- | |||
| colspan="2" style="border-top: 0" | | |||
|}</includeonly> | |||
<noinclude>{{tempdoc}} | |||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 18:49, 31 August 2017
}}} |- | colspan="2" style="border-width: 0 1px; text-align:center" | |-
| colspan="2" style="border-width: 0 1px " |
|-
|-
| colspan="2" style="border-top: 0" |
|}</includeonly>
Template documentation [edit]
- This documentation is transcluded from Template:InfoBoxSoC/doc. It will not be transcluded on pages that use this template.
This template provides a information box displaying information about a particular SoC in a consistent format. A common use for this template is on the Architecture/ARM
pages.
Syntax
Copy this into your article and leave those sections blank that you don't need!
{{InfoBoxSoC | name= | image= | caption= | manufacturer= | architecture= | cpu= | gpu= | memory= | vpu= | audio= | network= | storage= | usb= | other= | supported_release= | soc_website= }}
Parameters
The following parameters are recognized. Parameters in CAPITAL letters are required.
- name
- The name of the SoC. This overrides the subpage name.
- image
- Upload your picture by clicking "Upload file" on the left pane. Then put the filename here. For example, hikey-620.png
- caption
- Caption text underneath the image
- manufacturer
- The SoC manufacturer
- architecture
- The CPU architecture
- cpu
- CPU details
- gpu
- Details of the graphical processing unit
- memory
- Details about the onboard memory
- vpu
- Details about video offload
- audio
- Details about audio
- network
- Details about network ports, wireless radios, etc.
- storage
- Details about onboard storage
- usb
- Details of USB ports
- other
- Other details
- supported_release
- The list of supported Fedora releases for this SoC
- soc_website
- The URL to the upstream website for this SoC