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

From blackwiki
Jump to navigation Jump to search
Line 2: Line 2:
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. -->
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. -->
 
==Usage==
 
==Usage==
 +
Note: All parameters optional
  
 
<pre>
 
<pre>
 
{{ATIGPU
 
{{ATIGPU
|name= Official brand name
+
|name=         Official brand name
|image= image.jpg
+
|image=         Image/Logo of product (image.jpg)
|caption= <!--Caption of the image, for use of non-logo images-->
+
|caption=       Caption of the image, for use of non-logo images
|codename= Development codename
+
|codename=     Development codename
|created= Year the foundation chip is developed
+
|created=       Year the foundation chip is developed
|release date= Date the GPU series is released
+
|date=         Date the GPU series is released
|entry= entry-level card
+
|entry=         Entry-level cards series
|midrange= mid-range card
+
|midrange=     Mid-range cards series
|highend= high-end card
+
|highend=       High-end cards series
|d3dversion=[[Direct3D]] Version
+
|enthusiast=    Enthusiast cards series
|predecessor= Predecessor
+
|d3dversion=   Latest supported Direct3D version
|successor= Successor
+
|predecessor=   Predecessor
 +
|successor=     Successor
 
}}
 
}}
 
</pre>
 
</pre>
 +
 +
===blank template===
 +
{{ATIGPU
 +
| name =
 +
| image =
 +
| caption =
 +
| codename =
 +
| created =
 +
| date =
 +
| entry =
 +
| midrange =
 +
| highend =
 +
| enthusiast =
 +
| d3dversion =
 +
| predecessor =
 +
| successor =
 +
}}
  
 
==See also==
 
==See also==

Revision as of 19:12, 27 October 2008

Usage

Note: All parameters optional

{{ATIGPU
|name=          Official brand name
|image=         Image/Logo of product (image.jpg)
|caption=       Caption of the image, for use of non-logo images
|codename=      Development codename
|created=       Year the foundation chip is developed
|date=          Date the GPU series is released
|entry=         Entry-level cards series
|midrange=      Mid-range cards series
|highend=       High-end cards series
|enthusiast=    Enthusiast cards series
|d3dversion=    Latest supported Direct3D version
|predecessor=   Predecessor
|successor=     Successor
}}

blank template

See also