Template:Skill: Difference between revisions
From EotL - End of the Line MUD
						
						| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| {| width="250" align="right"  | {| width="250" align="right" class="info-box skill" | ||
| |- | |- | ||
| {{#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: {{{cost|}}}| | {{#if: {{{cost|}}}| | ||
| {{!}}  | {{!}} class="info-label" {{!}} Cost: | ||
| {{!}}  | {{!}} class="info-value" {{!}}   | ||
| {{{cost}}}}} | {{{cost}}}}} | ||
| |- | |- | ||
| {{#if: {{{type|}}}| | {{#if: {{{type|}}}| | ||
| {{!}}  | {{!}} class="info-label" {{!}} Type: | ||
| {{!}}  | {{!}} class="info-value" {{!}}   | ||
| {{{type}}}}} | {{{type}}}}} | ||
| |- | |- | ||
| {{#if: {{{usage|}}}| | {{#if: {{{usage|}}}| | ||
| {{!}}  | {{!}} class="info-label" {{!}} Usage: | ||
| {{!}}  | {{!}} class="info-value" {{!}}   | ||
| {{{usage}}}}} | {{{usage}}}}} | ||
| |- | |- | ||
| {{#if: {{{requirements|}}}| | {{#if: {{{requirements|}}}| | ||
| {{!}}  | {{!}} class="info-label" {{!}} Requirements: | ||
| {{!}}  | {{!}} class="info-value" {{!}}   | ||
| {{{requirements}}}}} | {{{requirements}}}}} | ||
| |- | |- | ||
| {{#if: {{{guild|}}}| | {{#if: {{{guild|}}}| | ||
| {{!}}  | {{!}} class="info-label" {{!}} Guild: | ||
| {{!}}  | {{!}} class="info-value" {{!}}   | ||
| {{{guild}}}}} | {{{guild}}}}} | ||
| |-}} | |-}} | ||
Latest revision as of 13:55, 16 May 2013
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
| {{{image}}}}} | |
| {{{name}}} | |
| General Information | |
| Cost: | {{{cost}}}}} | 
| Type: | {{{type}}}}} | 
| Usage: | {{{usage}}}}} | 
| Requirements: | {{{requirements}}}}} | 
| Guild: | {{{guild}}}}} | 
Usage
To use this template, paste the following code into the top of the page, filling all relevant fields:
{{Skill
|image=
|name=
|cost=
|type=
|usage=
|requirements=
|guild=
}}