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

From blackwiki
Jump to navigation Jump to search
(Added back title for showing the page name, i.e. Radeon R600, such that the above parameter should put the marketing name.)
imported>Nja94
m (Add 'transistors16' for 'Radeon' page.)
 
(78 intermediate revisions by 30 users not shown)
Line 1: Line 1:
 
{{Infobox
 
{{Infobox
|name=ATIGPU
+
| titlestyle = padding-bottom:0.2em;<!--(to keep title apart from border line)-->
|bodystyle=font-size: 12px;
+
| title  = {{{name|<includeonly>{{PAGENAMEBASE}}</includeonly>}}}
|titlestyle=font-size: 16px; text-align:center; font-weight: 700;
+
| image    = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{img_w|}}}|alt={{{alt|}}}}}
|abovestyle=background-color:#FF0000; font-size: 14px; text-align:center; font-weight: 700;
+
| caption = {{{caption|}}}
|captionstyle= font-size: 9px;
+
| headerstyle = font-size:105%;
|labelstyle= background-color: #FFA07A; font-weight: bold; text-align: center; vertical-align: middle;
+
| labelstyle = padding-top:0.25em;line-height:1.2em;<!--(modified longitem)-->
|title= {{PAGENAME-T}}
+
              padding-right:0.65em;<!--(to ensure sufficient gap between any (long/unwrapped) label and subsequent data on the same line)-->
|above= {{#if:{{{name}}}}|{{{name}}}}}
+
 
|image={{#if:{{{image|}}}|[[Image:{{{image}}}|250px]]}}
+
| label2  = Release date
|caption={{#if:{{{caption|}}}|{{{caption}}}}}
+
| data2  = {{{date|}}} {{{created|}}}
|label1=Codename
+
| label4  = Codename{{#if:{{{codenames|}}}|s}}
|data1={{#if:{{{codename|}}}|{{{codename}}}}}
+
| data4  = {{{codenames|{{{codename|}}}}}}
|label2=Created
+
| label6  = Architecture
|data2={{#if:{{{created|}}}|{{{created}}}}}
+
|  data6  = {{{architecture|}}}
|label3=Entry-Level card
+
| label8  = Models
|data3= {{#if:{{{entry|}}}|{{{entry}}}}}
+
|  data8  = {{{model|}}} {{unbulleted list |{{{model1|}}} |{{{model2|}}} |{{{model3|}}} |{{{model4|}}} |{{{model5|}}} |{{{model6|}}} |{{{model7|}}} |{{{model8|}}} |{{{model9|}}} |{{{model10|}}} |{{{model11|}}} |{{{model12|}}} |{{{model13|}}} |{{{model14|}}} |{{{model15|}}} }}
|label4=Mid-Range card
+
| label10 = [[Multi-core (computing)|Cores]]
|data4= {{#if:{{{midrange|}}}|{{{midrange}}}}}
+
|  data10 = {{{cores-nothread|}}} {{{numcores|}}}
|label5=High-End card
+
| label12 = Transistors
|data5= {{#if:{{{highend|}}}|{{{highend}}}}}
+
| data12 = {{{transistors|}}} {{unbulleted list |{{{transistors1|}}} |{{{transistors2|}}} |{{{transistors3|}}} |{{{transistors4|}}} |{{{transistors5|}}} |{{{transistors6|}}} |{{{transistors7|}}} |{{{transistors8|}}} |{{{transistors9|}}} |{{{transistors10|}}} |{{{transistors11|}}} |{{{transistors12|}}} |{{{transistors13|}}} |{{{transistors14|}}} |{{{transistors15|}}} |{{{transistors16|}}} }}
|label6= [[Direct3D]] Version
+
| label13 = Fabrication process
|data6= {{#if:{{{d3dversion|}}}|{{{d3dversion}}}}}
+
| data13 = {{{fab|}}} {{{process|}}}
}}<noinclude>
+
 
{{documentation}}
+
| header14 = {{#if:{{{entry|}}}{{{midrange|}}}{{{highend|}}}{{{enthusiast|}}} |[[Video card|Card]]s}}
</noinclude>
+
| label16 = Entry-level
 +
| data16 = {{{entry|}}}
 +
| label18 = Mid-range
 +
|  data18 = {{{midrange|}}}
 +
| label20 = High-end
 +
|  data20 = {{{highend|}}}
 +
| label22 = Enthusiast
 +
|  data22 = {{{enthusiast|}}}
 +
 
 +
| header24 = {{#if:{{{d3dversion|}}}{{{openclversion|}}}{{{openglversion|}}}{{{mantleapi|}}}{{{vulkanapi|}}} |[[Application programming interface|API]] support}}
 +
| label26 = [[Direct3D]]
 +
| data26 = {{{d3dversion|}}}
 +
| label28 = [[OpenCL]]
 +
|  data28 = {{{openclversion|}}}
 +
| label30 = [[OpenGL]]
 +
| data30 = {{{openglversion|}}}
 +
| label32 = [[Mantle (API)|Mantle]]
 +
|  data32 = {{{mantleapi|}}}
 +
| label33 = [[Vulkan (API)|Vulkan]]
 +
| data33 = {{{vulkanapi|}}}
 +
 
 +
| header34 = {{#if:{{{predecessor|}}}{{{variant|}}}{{{successor|}}} |History}}
 +
| label36 = Predecessor
 +
|  data36 = {{{predecessor|}}}
 +
| label38 = Variant
 +
| data38 = {{{variant|}}}
 +
| label40 = Successor
 +
|  data40 = {{{successor|}}}
 +
}}<noinclude>{{Documentation}}</noinclude>

Latest revision as of 02:25, 5 May 2020

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