====== Technology Template ======

This template displays a single technology.

<template>
<entry>
<WRAP 310px data box right round>
//**@@.subject@@**//

<wrap left>@@Image [image::48]@@</wrap> @@Description@@
<WRAP clear></WRAP>
^ Research Cost | @@Research Cost@@(:tax) / @@Research Time@@(:turns) |
^ Prerequisites| @@prerequisites@@|
^ Allows| {{list> ?t | ?t is a: technology; ?t Prerequisites [rule]: [[]] }} |

<view ?f>
template {
  technology#known_by
}

?tk is a: technology_known
?tk Technology [rule]: [[]]
?tk Faction [ref]: ?f

group {
}
</view>

<wrap left tags>{{list> ?tag" " | [[]] Tags: ?tag}}</wrap>
<wrap right><sub>[ [[tech:technology_model|D]], [[template:technology|T]] ]</sub></wrap>
</WRAP>
</entry>
[ [[rules:technologies]] ]
</template>

The following template is used by the main template to display the list of factions that know the technology:

<template known_by>
//Known by {{list> ?f [faction::icon]" " | ?tk is a: technology_known; ?tk Technology [rule]: [[]]; ?tk Faction [ref]: ?f }}//
</template>