Template:Skill: Difference between revisions
From OmegaMMO
(Created page with "[https://www.divine-pride.net/database/skill/{{{2|1}}} {{{1|Basic Skill}}}] <img src="https://static.divine-pride.net/images/skill/{{{2|1}}}.png" alt="{{{1|Basic Skill}}}" />") |
No edit summary |
||
Line 1: | Line 1: | ||
[https://www.divine-pride.net/database/skill/{{{2|1}}} {{{1|Basic Skill}}}] <img src="https://static.divine-pride.net/images/skill/{{{2|1}}}.png" alt="{{{1|Basic Skill}}}" /> | <includeonly>{{#ifeq: {{{3|}}} ||[https://www.divine-pride.net/database/skill/{{{2|1}}} {{{1|Basic Skill}}}]}} <img src="https://static.divine-pride.net/images/skill/{{{2|1}}}.png" alt="{{{1|Basic Skill}}}" /> | ||
</includeonly><noinclude>__NOTOC__ | |||
== Description == | |||
The purpose of this template is to turn a set of coordinates into a copyable link for use with the in-game syntax. | |||
==Usage== | |||
<pre>{{Skill|Skill Name|Skill ID|nolink}}</pre> | |||
* '''Skill Name''' The name of the skill would you like Ex. Basic Skill. | |||
* '''Skill ID''' is the skill ID Ex. 1. | |||
* '''nolink''' Select 'nolink' if you want hide the link to divine pride or skill name. | |||
=== Example === | |||
{|class=wikitable | |||
! Code Used | |||
|- | |||
|<code>For Basic Skill <nowiki>{{Skill|Basic Skill|1}} .</nowiki></code> | |||
|- | |||
! Result | |||
|- | |||
| {{Skill|Basic Skill|1}} | |||
|- | |||
|<code>For Basic Skill with no link<nowiki>{{Skill|Basic Skill|1|nolink}} .</nowiki></code> | |||
|- | |||
! Result | |||
|- | |||
| {{Skill|Basic Skill|1|nolink}} | |||
|} | |||
[[Category:Templates]]</noinclude> |
Latest revision as of 15:46, 21 May 2025
Description
The purpose of this template is to turn a set of coordinates into a copyable link for use with the in-game syntax.
Usage
{{Skill|Skill Name|Skill ID|nolink}}
- Skill Name The name of the skill would you like Ex. Basic Skill.
- Skill ID is the skill ID Ex. 1.
- nolink Select 'nolink' if you want hide the link to divine pride or skill name.
Example
Code Used |
---|
For Basic Skill {{Skill|Basic Skill|1}} .
|
Result |
Basic Skill ![]() |
For Basic Skill with no link{{Skill|Basic Skill|1|nolink}} .
|
Result |
![]() |