Difference between revisions of "Template:Infobox Computer"

From blackwiki
Jump to navigation Jump to search
imported>Max Schwarz
imported>Rich Farmbrough
(clean up, Replaced: Infobox Information appliance → Infobox information appliance, using AWB)
 
(20 intermediate revisions by 13 users not shown)
Line 1: Line 1:
<includeonly>
+
#REDIRECT [[Template:Infobox information appliance]]
{| class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;"
 
! colspan="2" style="font-size: larger; text-align: center" | {{{name}}}
 
|- class="hiddenStructure{{{photo|}}}{{{caption|}}}"
 
| colspan="2" style="text-align: center;" | {{{photo|}}}<br>{{{caption}}}
 
|- class="hiddenStructure{{{first_release_date|}}}"
 
! [[Type]]:
 
| {{{type}}}
 
|-
 
! [[Developer]]:
 
| {{{developer}}}
 
|- class="hiddenStructure{{{first_release_date|}}}"
 
! [[Released]]:
 
| {{{first_release_date}}}
 
|- class="hiddenStructure{{{processor|}}}"
 
! [[Processor|Processor(s)]]:
 
| {{{processor}}}
 
|- class="hiddenStructure{{{website|}}}"
 
! [[Website]]:
 
| {{{website}}}
 
|}</includeonly><noinclude>
 
 
 
== Usage ==
 
<pre>
 
{{Infobox Computer
 
|name =
 
|developer =
 
|type =
 
|photo =
 
|caption =
 
|first_release_date =
 
|processor =
 
|website =
 
}}
 
</pre>
 
[[Category:Computing templates]]
 
</noinclude>
 

Latest revision as of 11:34, 29 July 2009