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

From blackwiki
Jump to navigation Jump to search
imported>Kephir
imported>Matthew Anthony Smith
(added models, cores, transistors, and variant, put code names closer to bottom)
Line 1: Line 1:
 
{{ infobox
 
{{ infobox
| title  = {{{name}}}
+
| title  = {{{name|<includeonly>{{PAGENAME}}</includeonly>}}}
 
| image  = {{#if:{{{image|}}}| {{#ifexist:{{{image}}}|[[File:{{{image}}}|{{{img_w|}}}]]| {{{image}}} }} }}
 
| image  = {{#if:{{{image|}}}| {{#ifexist:{{{image}}}|[[File:{{{image}}}|{{{img_w|}}}]]| {{{image}}} }} }}
 
| caption = {{#if:{{{caption|}}}|{{{caption}}}}}
 
| caption = {{#if:{{{caption|}}}|{{{caption}}}}}
 
+
| label1  = Release date
| label1  = Codename(s)
+
| data1  = {{{date|}}} {{{created|}}}
| data1  = {{{codename|}}}
+
| label2  = Model(s)
| label2  = Created in year
+
| data2  = {{{model|}}}
| data2  = {{{created}}}
+
| label3  = [[Multi-core (computing)|Cores]]
| label3  = Release date
+
| data3  = {{{cores-nothread|}}} {{{numcores|}}}
| data3  = {{{date|}}}
+
| label4  = Transistors<br>Fabrication
| label4  = Fabrication process
+
| data4  = {{{process|}}} {{{transistors|}}} {{{fab|}}}
| data4  = {{{process|}}}
 
 
| label5  = Entry-level cards
 
| label5  = Entry-level cards
 
| data5  = {{{entry|}}}
 
| data5  = {{{entry|}}}
Line 20: Line 19:
 
| label8  = Enthusiast cards
 
| label8  = Enthusiast cards
 
| data8  = {{{enthusiast|}}}
 
| data8  = {{{enthusiast|}}}
| label9  = [[Direct3D]] support
+
| label9  = Codename(s)
| data9  = {{{d3dversion|}}}
+
| data9  = {{{codename|}}}
| label10  = [[OpenCL]] support
+
| label10 = [[Direct3D]] support
| data10  = {{{openclversion|}}}
+
| data10  = {{{d3dversion|}}}
| label11 = [[OpenGL]] support
+
| label11 = [[OpenCL]] support
| data11 = {{{openglversion|}}}
+
| data11  = {{{openclversion|}}}
| label12 = Predecessor
+
| label12 = [[OpenGL]] support
| data12 = {{{predecessor|}}}
+
| data12 = {{{openglversion|}}}
| label13 = Successor
+
| label13 = Predecessor
| data13 = {{{successor|}}}
+
| data13 = {{{predecessor|}}}
 +
| label14 = Variant
 +
| data14  = {{{variant|}}}
 +
| label15 = Successor
 +
| data15 = {{{successor|}}}
 
}}<noinclude>{{documentation}}</noinclude>
 
}}<noinclude>{{documentation}}</noinclude>

Revision as of 01:27, 5 September 2012

[[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 = 
}}