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" cellpadding="3" cellspacing="0" style="clear: right; border: 2px #ccc solid; background: #ccc; border-bottom-right-radius: .8em; border-bottom-left-radius: .8em; -moz-border-radius-bottomright: .8em; -moz-border-radius-bottomleft: .8em; -webkit-border-bottom-right-radius: .8em; -webkit-border-bottom-left-radius: .8em; margin-top: -1.4em; margin: 0 0 1em 1em; font-size: 12px;color: #000;"
{| width="250" align="right" class="info-box skill"


|-
|-
{{#if: {{{image|}}}|
{{#if: {{{image|}}}|
{{!}} colspan="2" style="background: #ccc; border-top: 1px solid #999; border-right: 1px solid #999; color: #000; font-size:smaller; text-align: center;" {{!}} {{{image}}}}}
{{!}} colspan="2" class="info-image" {{!}} {{{image}}}}}
|-
|-
| colspan="2" style="border-top: 1px solid #999; border-right: #999; border-left: #999; text-align: center; color: #000; font-size:larger; background-color:#eee; text-align:center; font-variant:small-caps;" | '''{{{name}}}'''
| colspan="2" class="info-name" | '''{{{name}}}'''
|-
|-
| colspan="2" style="border-top: 1px solid #999; text-align: center; color: #000; background-color:#ccc; text-align:center; font-size:8pt;" | '''General Information'''
| colspan="2" class="info" | '''General Information'''
|-
|-
{{#if: {{{cost|}}}|
{{#if: {{{cost|}}}|
{{!}} style="background: #eee; padding-left:6px; padding-right:6px; border-top: 1px solid #999; border-right: 1px solid #999; color: #000; font-size:smaller;" {{!}} Cost:
{{!}} class="info-label" {{!}} Cost:
{{!}} style="background: #fff; padding-left:6px; padding-right:6px; border-top: 1px solid #999; font-size:smaller;" {{!}}  
{{!}} class="info-value" {{!}}  
{{{cost}}}}}
{{{cost}}}}}
|-
|-
{{#if: {{{type|}}}|
{{#if: {{{type|}}}|
{{!}} style="background: #eee; padding-left:6px; padding-right:6px; border-top: 1px solid #999; border-right: 1px solid #999; color: #000; font-size:smaller;" {{!}} Type:
{{!}} class="info-label" {{!}} Type:
{{!}} style="background: #fff; padding-left:6px; padding-right:6px; border-top: 1px solid #999; font-size:smaller;" {{!}}  
{{!}} class="info-value" {{!}}  
{{{type}}}}}
{{{type}}}}}
|-
|-
{{#if: {{{usage|}}}|
{{#if: {{{usage|}}}|
{{!}} style="background: #eee; padding-left:6px; padding-right:6px; border-top: 1px solid #999; border-right: 1px solid #999; color: #000; font-size:smaller;" {{!}} Usage:
{{!}} class="info-label" {{!}} Usage:
{{!}} style="background: #fff; padding-left:6px; padding-right:6px; border-top: 1px solid #999; font-size:smaller;" {{!}}  
{{!}} class="info-value" {{!}}  
{{{usage}}}}}
{{{usage}}}}}
|-
|-
{{#if: {{{requirements|}}}|
{{#if: {{{requirements|}}}|
{{!}} style="background: #eee; padding-left:6px; padding-right:6px; border-top: 1px solid #999; border-right: 1px solid #999; color: #000; font-size:smaller;" {{!}} Requirements:
{{!}} class="info-label" {{!}} Requirements:
{{!}} style="background: #fff; padding-left:6px; padding-right:6px; border-top: 1px solid #999; font-size:smaller;" {{!}}  
{{!}} class="info-value" {{!}}  
{{{requirements}}}}}
{{{requirements}}}}}
|-
|-
{{#if: {{{guild|}}}|
{{#if: {{{guild|}}}|
{{!}} style="background: #eee; padding-left:6px; padding-right:6px; border-top: 1px solid #999; border-right: 1px solid #999; color: #000; font-size:smaller;" {{!}} Guild:
{{!}} class="info-label" {{!}} Guild:
{{!}} style="background: #fff; padding-left:6px; padding-right:6px; border-top: 1px solid #999; font-size:smaller;" {{!}}  
{{!}} 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=
}}