Template:Mob: Difference between revisions
From OmegaMMO
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="height:{{{4|100}}}px; "> {{#ifeq: {{{3|}}} ||[https://www.divine-pride.net/database/monster/{{{2|3384}}} {{{1|Poring}}}] }} <img src="https://static.divine-pride.net/images/mobs/png/{{{2|3384}}}.png" alt="{{{1|Poring}}}" /></div> | <includeonly><div style="height:{{{4|100}}}px; "> {{#ifeq: {{{3|}}} ||[https://www.divine-pride.net/database/monster/{{{2|3384}}} {{{1|Poring}}}] }} <img src="https://static.divine-pride.net/images/mobs/png/{{{2|3384}}}.png" alt="{{{1|Poring}}}" /></div> | ||
</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>{{Mob|Mob/Npc Name|Mob/Npc ID|nolink}}</pre> | |||
* '''Mob/Npc Name''' The name of the mob or npc would you like Ex. Poring or Kafra. | |||
* '''Mob/Npc ID''' is the mob or npc ID Ex. 1002 for poring or 117 for Kafra. | |||
* '''nolink''' Select 'nolink' if you want hide the link to divine pride or Mob/Npc name. | |||
=== Example === | |||
{|class=wikitable | |||
! Code Used | |||
! Result | |||
|- | |||
|<code><nowiki>{{Mob|Poring|1002}}</nowiki></code> | |||
| {{Mob|Poring|1002}} | |||
|- | |||
|<code><nowiki>{{Mob|Poring|1002|nolink}}</nowiki></code> | |||
| {{Mob|Poring|1002|nolink}} | |||
|- | |||
|<code><nowiki>{{Mob|Kafra|117}}</nowiki></code> | |||
| {{Mob|Kafra|117}} | |||
|- | |||
|<code><nowiki>{{Mob|Kafra|117|nolink}}</nowiki></code> | |||
| {{Mob|Kafra|117|nolink}} | |||
|} | |||
[[Category:Templates]]</noinclude> |
Latest revision as of 16:13, 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
{{Mob|Mob/Npc Name|Mob/Npc ID|nolink}}
- Mob/Npc Name The name of the mob or npc would you like Ex. Poring or Kafra.
- Mob/Npc ID is the mob or npc ID Ex. 1002 for poring or 117 for Kafra.
- nolink Select 'nolink' if you want hide the link to divine pride or Mob/Npc name.
Example
Code Used | Result |
---|---|
{{Mob|Poring|1002}}
|
|
{{Mob|Poring|1002|nolink}}
|
![]() |
{{Mob|Kafra|117}}
|
|
{{Mob|Kafra|117|nolink}}
|
![]() |