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

From blackwiki
Jump to navigation Jump to search
(Change back to a more neat design)
Line 1: Line 1:
{{Infobox
+
{| class="infobox bordered" style="width: 24em; font-size: 95%; position:relative; top:0px; right:0px;" cellpadding="3"
|name=ATIGPU
+
|-
|bodystyle=font-size: 12px; border-width: 1px;
+
! colspan="2" style="background-color:#FF0000; font-size: 16px; text-align: center; font-weight: 700; vertical-align: middle;" | {{Pagename}}
|titlestyle=background-color:#FF0000; font-size: 16px; text-align: center; font-weight: 700; vertical-align: middle;
+
|-
|abovestyle=font-size: 14px; text-align:center; font-weight: 700; vertical-align: middle;
+
{{#if:{{{name<includeonly>|</includeonly>}}}| <tr><td colspan="2" style="font-size: 14px; text-align:center; font-weight: 700; vertical-align: middle;">{{{name}}}</td></tr>
|captionstyle= font-size: 9px; vertical-align: middle;
+
}}
|labelstyle= background-color: #FFA07A; font-weight: bold; text-align: center; vertical-align: middle;  
+
|-
|title= {{pagename}}
+
{{#if:{{{image<includeonly>|</includeonly>}}}| <tr><td colspan="2"><center>[[Image:{{{image}}}|250px]]</center>
|above= {{#if:{{{name}}}}|{{{name}}}}}
+
</td></tr>
|image={{#if:{{{image|}}}|[[Image:{{{image}}}|250px]]}}
+
}}
|caption={{#if:{{{caption|}}}|{{{caption}}}}}
+
|-
|label1=Codename
+
{{#if:{{{caption|}}}|{{{caption}}}
|data1={{#if:{{{codename|}}}|{{{codename}}}}}
+
! <tr><td colspan="2" style="text-align: center; font-size: 9px; vertical-align: middle;">{{{caption}}}</td></tr>
|label2=Created
+
}}
|data2={{#if:{{{created|}}}|{{{created}}}}}
+
|-
|label3=Entry-Level card
+
{{#if:{{{codename<includeonly>|</includeonly>}}}| ! Codename(s)<td>{{{codename}}}</td></tr>}}
|data3= {{#if:{{{entry|}}}|{{{entry}}}}}
+
|-
|label4=Mid-Range card
+
{{#if:{{{created|}}}|{{{created}}}
|data4= {{#if:{{{midrange|}}}|{{{midrange}}}}}
+
! Created in year<td>{{{created}}}</td></tr>}}
|label5=High-End card
+
|-
|data5= {{#if:{{{highend|}}}|{{{highend}}}}}
+
{{#if:{{{entry<includeonly>|</includeonly>}}}| ! Entry-level cards<td>{{{entry}}}</td></tr>}}
|label6= [[Direct3D]] Version
+
|-
|data6= {{#if:{{{d3dversion|}}}|{{{d3dversion}}}}}
+
{{#if:{{{midrange<includeonly>|</includeonly>}}}| ! Mid-range cards<td>{{{midrange}}}</td></tr>}}
}}<noinclude>
+
|-
 +
{{#if:{{{highend<includeonly>|</includeonly>}}}| ! High-end cards<td>{{{highend}}}</td></tr>}}
 +
|-
 +
{{#if:{{{enthusaist<includeonly>|</includeonly>}}}| ! Enthusaist cards<td>{{{enthusaist}}}</td></tr>}}
 +
|-
 +
{{#if:{{{d3dversion<includeonly>|</includeonly>}}}| ! [[Direct3D]] support<td>{{{d3dversion}}}</td></tr>}}
 +
|-
 +
{{#if:{{{predecessor<includeonly>|</includeonly>}}}| ! Predecessor<td>{{{predecessor}}}</td></tr>}}
 +
|-
 +
{{#if:{{{successor<includeonly>|</includeonly>}}}| ! Successor<td>{{{successor}}}</td></tr>}}
 +
|-
 +
| colspan="2" style="text-align: right; font-size: 9px; vertical-align: middle;" | {{Tnavbar|ATIGPU}}
 +
|}
 +
<noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 03:46, 8 April 2008

Template:Pagename
{{{name}}}
[[Image:{{{image}}}|250px]]
Codename(s){{{codename}}}
Entry-level cards{{{entry}}}
Mid-range cards{{{midrange}}}
High-end cards{{{highend}}}
Enthusaist cards{{{enthusaist}}}
Direct3D support{{{d3dversion}}}
Predecessor{{{predecessor}}}
Successor{{{successor}}}
Template:Tnavbar
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 = 
}}