Difference between revisions of "Template:Skill List"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
			
		
		
		
		
		
		
		
	
 (Created page with "<includeonly>{{#if: {{{simple|}}} | {{#if: {{{icon|}}} | [[Image:{{{icon}}}.png]] | [[Image:{{{skill}}}.png]] }} {{#if: {{{name|}}} | [[{{{skill}}}|{{{name}}}]] | {{{skill}}...")  | 
			
(No difference) 
 | 
Revision as of 23:33, 30 January 2021
Description
The purpose of this template is to link a skill, complete with icon.
Note: The correct capitalization is Skill List. Do not forget the second capitalized letter!
Usage
{{Skill List |skill=<skill>}}
{{Skill List |skill=<skill> |icon=<icon>}}
{{Skill List |skill=<skill> |level=<level>}}
{{Skill List |skill=<skill> |name=<name>}}
{{Skill List |skill=<skill> |name=<name> |level=<level>}}
| Example | Output | ||
|---|---|---|---|
{{Skill List |skill=Basic Skill}}
 | 
  | ||
{{Skill List |skill=Sight |icon=Mercenary Sight}}
 | 
  | ||
{{Skill List |skill=Fire Bolt |level=8}}
 | 
  | ||
* {{Skill List |skill=Bash |level=5 |simple=yes}} is required for [[Magnum Break]]
 | 
  | ||
{{Skill List |skill=NPC_FIREATTACK |name=Fire Attack |icon=NPC Skill Icon |level=3}}
 | 
  | 
Fields
| skill | The name of the skill (and the skill page) | 
|---|---|
| icon | Optional. The alternate skill icon to use. | 
| name | Optional. A different name than the skill page. | 
| level | Optional. The number of the skill level to show. |