Difference between revisions of "Template:Infobox graphics processing unit"

From blackwiki
Jump to navigation Jump to search
(closing and fixes)
imported>Bryan Derksen
(infoboxing)
Line 1: Line 1:
{| class="infobox bordered" style="width: 24em; font-size: 95%;" cellpadding="3"
+
{{Infobox
|-
+
|name=ATIGPU
! colspan="2" align="center" style="background-color: red; font-size: larger;" | {{{name}}}
+
|title= {{{name}}}
|-
+
|image={{#if:{{{image|}}}|[[Image:{{{image}}}|250px]]}}
{{#if:{{{image<includeonly>|</includeonly>}}}
+
|label1=Codename
|<tr><td colspan="2" style="text-align: center; font-size: smaller;">[[Image:{{{image}}}|250px]]</td></tr>}}
+
|data1={{{codename|}}}
|-
+
|label2=Created
{{#if:{{{codename<includeonly>|</includeonly>}}}|! Codename<td> {{{codename}}}</td>}}
+
|data2={{{created|}}}
|-
+
|label3=Entry-Level card
{{#if:{{{created<includeonly>|</includeonly>}}}|! Created<td> {{{created}}}</td>}}
+
|data3= {{{entry|}}}
|-
+
|label4=Mid-Range card
{{#if:{{{entry<includeonly>|</includeonly>}}}|! Entry-Level card<td> {{{entry}}}</td>}}
+
|data4= {{{midrange|}}}
|-
+
|label5=High-End card
{{#if:{{{midrange<includeonly>|</includeonly>}}}|! Mid-Range card<td> {{{midrange}}}</td>}}
+
|data5= {{{highend|}}}
|-
+
|label6= [[Direct3D]] Version
{{#if:{{{highend<includeonly>|</includeonly>}}}|! High-End card<td> {{{highend}}}</td>}}
+
|data6= {{{d3dversion|}}}
|-
+
}}<noinclude>
{{#if:{{{d3dversion<includeonly>|</includeonly>}}}|! [[Direct3D]] Version<td> {{{d3dversion}}}</td>}}
+
{{documentation}}
|}<noinclude>
 
[[Category:Computing infobox templates|{{PAGENAME}}]][[zh:Template:ATIGPU]]
 
 
</noinclude>
 
</noinclude>

Revision as of 07:09, 27 January 2008

{{{name}}}

[[Category:Infobox templates|Template:Remove first word]]

Template documentation[view] [edit] [history] [purge]
  1. redirect Template:Parameter names example

Usage

All parameters optional other than created and, if image used, img_w (image width).

{{Infobox graphics processing unit
| name           = Official brand name (otherwise defaults to {{PAGENAME}})
| image          = Filename of a product image or logo
| img_w          = Width of image (required if image used)
| caption        = Caption for image (if not a logo)
| date           = Date the GPU series released
| created        = (required) Year when foundation chip developed and/or first produced
| codename [or: codenames] = GPU developmental codename/codenames
| architecture   = 
| model          = Model series
| model1 = ...... | model15 =
| cores-nothread = 
| numcores       = Number of cores
| process        = GPU family's fabrication process
| fab            = Fabrication
| transistors    = 
| transistors1 = ...... | transistors15 = 
| entry          = (Series of) entry-level cards using GPU
| midrange       =  ...........mid-range cards
| highend        =  ...........high-end cards
| enthusiast     =  ...........enthusiast cards
| d3dversion     = Latest supported Direct3D version
| openclversion  = .................OpenCL version
| openglversion  = .................OpenGL version
| mantleapi      = Mantle API
| vulkanapi      = Vulkan API
| predecessor    = 
| variant        = 
| successor      = 
}}

Blank syntax

{{Infobox graphics processing unit
| name = 
| image = 
| img_w = 
| caption = 
| date = 
| created = 
| codename = 
<!--| codenames = -->
| architecture = 
| model = 
<!--| model1 = | model2 = ...... | model15 = -->
| cores-nothread = 
| numcores = 
| process = 
| fab = 
| transistors = 
<!--| transistors1 = ...... | transistors15 = -->
| entry = 
| midrange = 
| highend = 
| enthusiast = 
| d3dversion = 
| openclversion = 
| openglversion = 
| mantleapi = 
| vulkanapi = 
| predecessor = 
| variant = 
| successor = 
}}