Template:Quest: Difference between revisions
From EotL - End of the Line MUD
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| width="250" align="right" cellpadding="3" cellspacing="0" | {| width="250" align="right" cellpadding="3" cellspacing="0" class="info-box quest" | ||
|- | |- | ||
{{#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: {{{points|}}}| | {{#if: {{{points|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Points: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{points}}}}} | {{{points}}}}} | ||
|- | |- | ||
{{#if: {{{xp|}}}| | {{#if: {{{xp|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} XP: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{xp}}}}} | {{{xp}}}}} | ||
|- | |- | ||
{{#if: {{{requirements|}}}| | {{#if: {{{requirements|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Requirements: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{requirements}}}}} | {{{requirements}}}}} | ||
|-}} | |-}} | ||
Latest revision as of 11:55, 16 May 2013
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
| {{{image}}}}} | |
| {{{name}}} | |
| General Information | |
| Location: |
{{{location}}}}} |
| Points: |
{{{points}}}}} |
| XP: |
{{{xp}}}}} |
| Requirements: |
{{{requirements}}}}} |
Usage
To use this template, paste the following code into the top of the page, filling all relevant fields:
{{Quest
|image=
|name=
|location=
|points=
|xp=
|requirements=
}}