Template: NPC Skill
From Xeliki
(TODO: complete this template (see discussion)) |
Resplendent (talk | contribs) m |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | <includeonly>{| class="skill info" style="border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; width: 30em; text-align: left, top; font-size: 100% cellspacing=2" | |
| − | {| class="skill info" style="border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; width: 30em; text-align: left, top; font-size: 100% cellspacing=2" | ||
|- | |- | ||
| − | | align="center" colspan="2" style="background:#ccccff" | '''{{PAGENAME}} Skill Info''' | + | | align="center" colspan="2" style="background:#ccccff" | '''{{{name}}} ({{PAGENAME}}) Skill Info''' |
|- | |- | ||
| − | | width=10em | '''Type:''' || {{{type}}} Skill | + | | width=10em | '''[[Skill Types|Type]]:''' || {{{type}}} Skill |
|- | |- | ||
| '''Levels:''' || {{{levels}}} | | '''Levels:''' || {{{levels}}} | ||
| Line 10: | Line 9: | ||
{{#if: {{{range|}}} | | {{#if: {{{range|}}} | | ||
{{!}} '''Range:''' {{!}}{{!}} {{{range}}} | {{!}} '''Range:''' {{!}}{{!}} {{{range}}} | ||
| + | {{!}}- }} | ||
| + | {{#if: {{{area|}}} | | ||
| + | {{!}} '''Area:''' {{!}}{{!}} {{{area}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{element|}}} | | {{#if: {{{element|}}} | | ||
| − | {{!}} '''Element:''' {{!}}{{!}} {{{element}}} | + | {{!}} '''Element:''' {{!}}{{!}} [[{{{element}}}]] |
| + | {{!}}- }} | ||
| + | {{#if: {{{status|}}} | | ||
| + | {{!}} '''[[Status Effect]]:''' {{!}}{{!}} [[{{{status}}}]] | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{duration|}}} | | {{#if: {{{duration|}}} | | ||
| Line 21: | Line 26: | ||
{{!}}- }} | {{!}}- }} | ||
|} | |} | ||
| + | {{#ifeq: {{FULLPAGENAME}} | Template:NPC Skill | | [[Category:Monster Exclusive Skills]] }}</includeonly><noinclude> | ||
| + | |||
| + | ==Description== | ||
| + | This template displays a small info box for an [[NPC]] skill and should be used at the beginning of all [[NPC]] skill pages. | ||
| + | |||
| + | ====Usage==== | ||
| + | |||
| + | <pre>{{NPC Skill | ||
| + | | name = | ||
| + | | type = | ||
| + | | levels = | ||
| + | | range = | ||
| + | | area = | ||
| + | | element = | ||
| + | | status = | ||
| + | | duration = | ||
| + | | target = | ||
| + | }}</pre> | ||
| + | |||
| + | [[Category:Templates|NPC Skill]] | ||
| + | </noinclude> | ||