====== Race Template ======

The race template is for both race data blocks, and for the display of a character listing on the ic race page.

===== Templates =====

<template>
{{navigation>races}}
<entry>
<WRAP 310px data box right round>
//**[[]]**//

@@Image [image::300]@@

@@Description@@
^ [[rules:Racial Characteristics]] | @@Racial Characteristics@@|
^ Homeworld| @@Homeworld@@|
| ||
^ Plural| @@Plural@@|

<wrap right><sub>[ [[tech:race model|D]], [[template:race|T]] ]</sub></wrap>
</WRAP>
</entry>
[ [[rules:races]] ]
</template>

The template below is used to display the list of characters belonging to that race on the race's page:

<template characters>
===== Characters =====
<view ?subject>
template {
  tile
}
?subject is a: character
?subject Species [ref]: [[]]
</view>
<block clear></block>
</template>