Difference between revisions of "Template:Technology"

From Shadowlack
Jump to navigationJump to search
m
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This is the "Infobox device" template.
+
This is the "Technology" template.
 
It should be called in the following format:
 
It should be called in the following format:
 
<pre>
 
<pre>
{{Infobox device
+
{{Technology
 
|name=
 
|name=
 
|image=
 
|image=
Line 18: Line 18:
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
 +
[[Category:Templates|{{PAGENAME}}]]
 
</noinclude><includeonly>
 
</noinclude><includeonly>
{| class="infobox"
+
{| class="infobox" style="position:relative; float: right; clear: right; width: 20em;
! Name
+
| colspan="2" style="text-align:center;background-color:#004586;color:#fff"|[[Name::{{{Name|{{PAGENAME}}}}}]]
| {{{name|}}}
 
 
|-
 
|-
! Image
+
| colspan="2" style="text-align:center"|{{{image|}}}
| {{{image|}}}
 
 
|-
 
|-
! Image Caption
+
! Manufacturer:
| {{{caption|}}}
+
| [[Made by::{{{manufacturer|}}}]]
 
|-
 
|-
! Manufacturer
+
! Type:
| {{{manufacturer|}}}
+
| [[Technology type::{{{type|}}}]]
 
|-
 
|-
! Type
+
{{#if: {{{releasedate|}}}
| {{{type|}}}
+
|{{#!:
 
|-
 
|-
! Release Date
+
| '''Release Date:'''
| {{{releasedate|}}}
+
| {{{releasedate}}}
 +
|-}}}}
 
{{#if: {{{price|}}}
 
{{#if: {{{price|}}}
 
|{{#!:
 
|{{#!:
 
|-
 
|-
 
| '''Price:'''
 
| '''Price:'''
| {{{price}}}
+
| [[Has cost::{{{price|}}}]]
 
|-}}}}
 
|-}}}}
 
{{#if: {{{dimensions|}}}
 
{{#if: {{{dimensions|}}}
Line 67: Line 67:
 
| {{{successor}}}
 
| {{{successor}}}
 
|-}}}}
 
|-}}}}
|}
+
|} [[Category:Technology]] [[Category:{{{type}}}]]__NOEDITSECTION__
[[Category:Device]]
 
 
</includeonly>
 
</includeonly>

Latest revision as of 15:46, 3 August 2012

This is the "Technology" template. It should be called in the following format:

{{Technology
|name=
|image=
|caption=
|manufacturer=
|type=
|releasedate=
|price=
|dimensions=
|weight=
|predecessor=
|successor=
}}

Edit the page to see the template text.