Template:Infobox pcbuild: Difference between revisions

From XionKB
Jump to navigationJump to search
m (make noclearfloat parameter functional)
m (Add cpufeatures parameter)
Line 22: Line 22:
{{!}} colspan="4" width="33.34%" valign="top" style="font-style:italic" {{!}} Core count
{{!}} colspan="4" width="33.34%" valign="top" style="font-style:italic" {{!}} Core count
{{!}} colspan="8" width="66.67%" valign="top" {{!}} {{{corecount}}}
{{!}} colspan="8" width="66.67%" valign="top" {{!}} {{{corecount}}}
|}}{{#if:{{{cpufeatures|}}}|<span></span>
{{!}}-
{{!}} colspan="4" width="33.34%" valign="top" style="font-style:italic" {{!}} Features
{{!}} colspan="8" width="66.67%" valign="top" {{!}} {{{cpufeatures}}}
|}}
|}}
|-
|-
Line 64: Line 68:
* <code>litho</code> <sup>(optional)</sup> – The CPU's lithography, usually measured in nanometres or micrometres.
* <code>litho</code> <sup>(optional)</sup> – The CPU's lithography, usually measured in nanometres or micrometres.
* <code>corecount</code> <sup>(optional)</sup> – The CPU's core count.
* <code>corecount</code> <sup>(optional)</sup> – The CPU's core count.
* <code>cpufeatures</code> <sup>(optional)</sup> – Notable features of the CPU.
* <code>ram</code> – How much system memory is installed. Can also include the type (e.g. DDR2).
* <code>ram</code> – How much system memory is installed. Can also include the type (e.g. DDR2).
* <code>bootstorage</code> – Boot storage drive type and size.
* <code>bootstorage</code> – Boot storage drive type and size.

Revision as of 13:07, 8 January 2024

{{{name}}}
CPU {{{cpu}}}
RAM {{{ram}}}
Boot disk {{{bootstorage}}}
GPU integrated
OS {{{os}}}

Usage

Note: When using parameters, avoid the ambiguous abbreviation "N/A", and instead use "unknown" or "none".

Parameters

  • name – Name of the build.
  • hostname (optional) – Hostname of the computer.
  • image (optional) – File name of a photo of the build. Can be a stock photo.
  • image_size (optional) – Alternate size for the image thumbnail render (default is 300px).
  • caption (optional) – Caption for the image. Only shown if image is also given.
  • cpu – What processor is in use. Can be multiple.
  • litho (optional) – The CPU's lithography, usually measured in nanometres or micrometres.
  • corecount (optional) – The CPU's core count.
  • cpufeatures (optional) – Notable features of the CPU.
  • ram – How much system memory is installed. Can also include the type (e.g. DDR2).
  • bootstorage – Boot storage drive type and size.
  • morestorage (optional) – Additional storage drive quantity, types, and configuration.
  • gpu (optional) – dGPU in use. Omit if integrated graphics are in use.
  • os – Operating system in use. Can be multiple.
  • date (optional) – Date build was completed. Omit if it is a work-in-progress still.
  • cost (optional) – Estimated cost at time of completion.
  • noclearfloat (optional) – if non-empty, the table will not automatically clear its float immediately afterward. Useful if you want text to float around it without messing up later sections.