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
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
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</code> pages.
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</code>''' pages.


== 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!
Required fields are written in CAPITAL LETTERS.
<pre>
<pre>
{{InfoBoxSoC
{{InfoBoxSoC
|name=
| name=
|image=       <code>Filename of the image, i.e. Frontview.JPG</code>
| image=
|manufacturer=  
| caption=
|
| manufacturer=
| architecture=
| cpu=
| gpu=
| memory=
| vpu=
| audio=
| network=
| storage=
| usb=
| other=
| supported_release=
| soc_website=
}}
}}
</pre>
</pre>


Line 17: Line 29:


; 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
; 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]].

Latest revision as of 20:51, 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!

{{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

Example

Many examples of this template can be found at Special:WhatLinksHere.