{% extends "wlhelp/base.html" %} {% comment %} vim:ft=htmldjango {% endcomment %} {% block title %} {{ building.displayname }} - {{ tribe.displayname }} - {{ block.super }} {% endblock %} {% block content %}

{{ tribe.displayname }}: {{ building.displayname }}

Encyclopedia » {{ tribe.displayname }} » Buildings » {{ building.displayname }}

Description

{{ building.help }}

Economy Graph

{{ building.imagemap|safe }} Graph for {{ building.displayname }} {% comment %} {% if building.get_build_cost %}

Build Cost

{% for costs in building.get_build_cost %} {% for w in costs %} {{ w.name }} {% endfor %}
{% endfor %} {% endif %} {% if building.produces or building.trains %}

Produces

{% if building.produces and not building.trains %} {% for w in building.get_ware_outputs %} {{ w.name }} {% endfor %} {% else %} {% for wor in building.get_worker_outputs %} {{ wor.name }} {% endfor %} {% endif %} {% endif %} {% if building.get_stored_wares %}

Stores

{% for costs in building.get_stored_wares %} {% for w in costs %} {{ w.name }} {% endfor %}
{% endfor %} {% endif %} {% endcomment %}
{% endblock %}