Template:Infobox pcbuild: Difference between revisions

From XionKB
Jump to navigationJump to search
m (fix border radii)
m (fix border radii)
 
Line 1: Line 1:
{| width="{{{width|315px}}}" class="roundy" style="float:right;border:2px solid rgba(88,88,88,0.6);border-bottom:none;background-color:rgba(88,88,88,0.05)"
{| width="{{{width|315px}}}" class="roundy" style="float:right;border:2px solid rgba(88,88,88,0.6);border-bottom:none;background-color:rgba(88,88,88,0.05)"
|-
|-
! colspan="12" width="100%" style="background-color:rgba(88,88,88,0.15);border-radius:2px 2px 0 0" | <big>{{{name}}}</big>{{#if:{{{hostname|}}}|<span></span>
! colspan="12" width="100%" style="background-color:rgba(88,88,88,0.3);border-radius:2px 2px 0 0" | <big>{{{name}}}</big>{{#if:{{{hostname|}}}|<span></span>
{{!}}-
{{!}}-
{{!}} colspan="12" width="100%" style="text-align:center;font-weight:bold" {{!}} <tt>{{{hostname}}}</tt>
{{!}} colspan="12" width="100%" style="text-align:center;font-weight:bold" {{!}} <tt>{{{hostname}}}</tt>

Latest revision as of 05:44, 14 April 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.