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

From blackwiki
Jump to navigation Jump to search
(added architecture)
Line 5: Line 5:
 
| label1  = Release date
 
| label1  = Release date
 
| data1  = {{{date|}}} {{{created|}}}
 
| data1  = {{{date|}}} {{{created|}}}
| label2  = Model(s)
+
| label2 = Codename(s)
| data2   = {{{model|}}} {{unbulleted list
+
| data2  = {{{codename|}}}
 +
| label3 = Model(s)
 +
| data3   = {{{model|}}} {{unbulleted list
 
| {{{model1|}}}
 
| {{{model1|}}}
 
| {{{model2|}}}
 
| {{{model2|}}}
Line 17: Line 19:
 
| {{{model9|}}}
 
| {{{model9|}}}
 
}}
 
}}
| label3 = [[Multi-core (computing)|Cores]]
+
| label4 = [[Multi-core (computing)|Cores]]
| data3   = {{{cores-nothread|}}} {{{numcores|}}}
+
| data4   = {{{cores-nothread|}}} {{{numcores|}}}
| label4 = Transistors<br>Fabrication
+
| label5 = Transistors<br>Fabrication
| data4   = {{{process|}}} {{{transistors|}}} {{{fab|}}} {{unbulleted list
+
| data5   = {{{process|}}} {{{transistors|}}} {{{fab|}}} {{unbulleted list
 
| {{{transistors1|}}}
 
| {{{transistors1|}}}
 
| {{{transistors2|}}}
 
| {{{transistors2|}}}
Line 31: Line 33:
 
| {{{transistors9|}}}
 
| {{{transistors9|}}}
 
}}
 
}}
| label5 = Entry-level cards
+
| label6 = Entry-level cards
| data5   = {{{entry|}}}
+
| data6   = {{{entry|}}}
| label6 = Mid-range cards
+
| label7 = Mid-range cards
| data6   = {{{midrange|}}}
+
| data7   = {{{midrange|}}}
| label7 = High-end cards
+
| label8 = High-end cards
| data7   = {{{highend|}}}
+
| data8   = {{{highend|}}}
| label8 = Enthusiast cards
+
| label9 = Enthusiast cards
| data8   = {{{enthusiast|}}}
+
| data9   = {{{enthusiast|}}}
| label9 = Architecture
+
| label10 = Architecture
| data9   = {{{architecture|}}}
+
| data10   = {{{architecture|}}}
| label10  = Codename(s)
 
| data10  = {{{codename|}}}
 
 
| label11 = [[Direct3D]] support
 
| label11 = [[Direct3D]] support
 
| data11  = {{{d3dversion|}}}
 
| data11  = {{{d3dversion|}}}

Revision as of 19:27, 1 March 2013

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