{{#vardefine: nodoc | {{{nodoc}}} }}{{#vardefine: baddoc | {{{baddoc}}} }}

Template-info.png Documentation

Inline blok for displaying technologies info on technology tree page.

Usage[编辑源代码]

If you don't know the value for a field, leave it blank. If a field does not apply to that technology at all, remove the field entirely.

{{Technology
| type         = <!-- The displayed type: block or inline-->
| name         = <!-- Name of the technology-->
| image        = <!-- Image of the technology-->
| description  = <!-- Short description/qute in tha game for the technology-->
| before       = <!-- A list of links for the prerequired technologies-->
}}

Example[编辑源代码]

{{Technology
| type         = block
| name         = Wheel
| image        = Wheel.png
| description  = Perhaps inspired by the potter's wheel, wheeled means of transport shrink the world and offer new methods of waging war.
| before       = [[Carpentry]], [[Horsemanship]]
}}
{{Technology
| type         = inline
| name         = Wheel
| image        = Wheel.png
}}