Template:Weapon: Difference between revisions
From EotL - End of the Line MUD
Created page with "{| width="250" align="right" cellpadding="3" cellspacing="0" style="clear: right; border: 2px #ccc solid; background: #ccc; border-bottom-right-radius: .8em; border-bottom-lef..." |
No edit summary |
||
Line 1: | Line 1: | ||
{| width="250" align="right" | {| width="250" align="right" class="info-box weapon" | ||
|- | |- | ||
{{#if: {{{image|}}}| | {{#if: {{{image|}}}| | ||
{{!}} colspan="2" | {{!}} colspan="2" class="info-image" {{!}} {{{image}}}}} | ||
|- | |- | ||
| colspan="2" | | colspan="2" class="info-name" | '''{{{name}}}''' | ||
|- | |- | ||
| colspan="2" | | colspan="2" class="info" | '''General Information''' | ||
|- | |- | ||
{{#if: {{{location|}}}| | {{#if: {{{location|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Location: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{location}}}}} | {{{location}}}}} | ||
|- | |- | ||
{{#if: {{{monster|}}}| | {{#if: {{{monster|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Monster: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{monster}}}}} | {{{monster}}}}} | ||
|- | |- | ||
{{#if: {{{requirements|}}}| | {{#if: {{{requirements|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Requirements: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{requirements}}}}} | {{{requirements}}}}} | ||
|- | |- | ||
{{#if: {{{limit|}}}| | {{#if: {{{limit|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Limit: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{limit}}}}} | {{{limit}}}}} | ||
|- | |- | ||
{{#if: {{{damagetype|}}}| | {{#if: {{{damagetype|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Damage Type: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{damagetype}}}}} | {{{damagetype}}}}} | ||
|- | |- | ||
{{#if: {{{weight|}}}| | {{#if: {{{weight|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Weight: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{weight}}}}} | {{{weight}}}}} | ||
|- | |- | ||
{{#if: {{{storable|}}}| | {{#if: {{{storable|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Storable: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{storable}}}}} | {{{storable}}}}} | ||
|- | |- | ||
{{#if: {{{material|}}}| | {{#if: {{{material|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Material: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{material}}}}} | {{{material}}}}} | ||
|- | |- | ||
{{#if: {{{balanced|}}}| | {{#if: {{{balanced|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Balanced: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{balanced}}}}} | {{{balanced}}}}} | ||
|- | |- | ||
{{#if: {{{damage|}}}| | {{#if: {{{damage|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Damage: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{damage}}}}} | {{{damage}}}}} | ||
|- | |- | ||
{{#if: {{{speed|}}}| | {{#if: {{{speed|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Speed: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{speed}}}}} | {{{speed}}}}} | ||
|- | |- | ||
{{#if: {{{special|}}}| | {{#if: {{{special|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Special: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{special}}}}} | {{{special}}}}} | ||
|- | |- | ||
{{#if: {{{cost|}}}| | {{#if: {{{cost|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Cost: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{cost}}}}} | {{{cost}}}}} | ||
|-}} | |-}} |
Revision as of 13:04, 16 May 2013
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{{image}}}}} | |
{{{name}}} | |
General Information | |
Location: |
{{{location}}}}} |
Monster: |
{{{monster}}}}} |
Requirements: |
{{{requirements}}}}} |
Limit: |
{{{limit}}}}} |
Damage Type: |
{{{damagetype}}}}} |
Weight: |
{{{weight}}}}} |
Storable: |
{{{storable}}}}} |
Material: |
{{{material}}}}} |
Balanced: |
{{{balanced}}}}} |
Damage: |
{{{damage}}}}} |
Speed: |
{{{speed}}}}} |
Special: |
{{{special}}}}} |
Cost: |
{{{cost}}}}} |
Usage
To use this template, paste the following code into the top of the page, filling all relevant fields:
{{Weapon |image= |name= |monster= |requirements= |limit= |damagetype= |weight= |storable= |material= |balanced= |damage= |speed= |special= |cost= |location= }}