Template:Mob: Difference between revisions

From OmegaMMO
No edit summary
No edit summary
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
|-
|<code>For Poring <nowiki>{{Mob|Poring|1002}} .</nowiki></code>
|-
! Result
|-
| {{Mob|Poring|1002}}
|-
|<code>For Poring with no link<nowiki>{{Mob|Poring|1002|nolink}} .</nowiki></code>
|-
! Result
|-
| {{Mob|Poring|1002|nolink}}
|-
! Code Used
|-
|<code>For Kafra <nowiki>{{Mob|Kafra|117}} .</nowiki></code>
|-
! Result
|-
| {{Mob|Kafra|117}}
|}
[[Category:Templates]]</noinclude>

Revision as of 15:40, 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
For Poring {{Mob|Poring|1002}} .
Result
For Poring with no link{{Mob|Poring|1002|nolink}} .
Result
Poring
Code Used
For Kafra {{Mob|Kafra|117}} .
Result