From Fedora Project Wiki
(Created page with "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 <code>Architecture/ARM...") |
No edit summary |
||
Line 3: | Line 3: | ||
== Syntax == | == Syntax == | ||
Copy this into your article and leave those sections blank that you don't need! | Copy this into your article and leave those sections blank that you don't need! | ||
<pre> | <pre> | ||
{{ | {{ARMSoC | ||
|name= | | name= | ||
|image= | | image= | ||
|manufacturer= | | caption= | ||
| | | manufacturer= | ||
| architecture= | |||
| cpu= | |||
| gpu= | |||
| memory= | |||
| vpu= | |||
| connectivity= | |||
| audio= | |||
| network= | |||
| storage= | |||
| usb= | |||
| other= | |||
| supported_release= | |||
| soc_website= | |||
}} | }} | ||
</pre> | </pre> | ||
Line 17: | Line 30: | ||
; name | ; name | ||
: The name of the SoC | : The name of the SoC. This overrides the subpage name. | ||
; image | ; image | ||
: Upload your picture by clicking "Upload file" on the left pane. Then put the filename here. For example, hikey-620.png | : 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 | ; manufacturer | ||
: The SoC 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 | |||
; connectivity | |||
: Ports and other external connectivity options | |||
; 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 | |||
== Example == | == Example == | ||
Many examples of this template can be found at [[Special:WhatLinksHere/{{FULLPAGENAME}}|Special:WhatLinksHere]]. | Many examples of this template can be found at [[Special:WhatLinksHere/{{FULLPAGENAME}}|Special:WhatLinksHere]]. |
Revision as of 19:33, 31 August 2017
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!
{{ARMSoC | name= | image= | caption= | manufacturer= | architecture= | cpu= | gpu= | memory= | vpu= | connectivity= | 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
- connectivity
- Ports and other external connectivity options
- 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
Example
Many examples of this template can be found at Special:WhatLinksHere.