Template:Monster: Difference between revisions

From TimeRO Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{plainlink |url=https://ragnarok-infinitezero.com.br/en/monster?id={{{id}}}}}</includeonly><noinclude>
<includeonly><span style="display:inline-flex;align-items:center;gap:6px;padding:3px 9px;margin:1px 2px;border-radius:999px;background:linear-gradient(180deg,rgba(10,20,34,0.88),rgba(4,10,18,0.96));border:1px solid rgba(80,170,255,0.28);white-space:nowrap;vertical-align:middle;box-shadow:0 0 10px rgba(60,150,255,0.12),inset 0 0 10px rgba(80,170,255,0.05);">
==Description==
<span style="display:inline-block;width:30px;height:30px;border-radius:8px;background-color:rgba(0,0,0,0.35);background-image:url('https://timero.com.br/images/monster_assets/default_gif/{{{id|0}}}.gif');background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(255,255,255,0.08);vertical-align:middle;"></span>
This template serves the purpose of shortening linkings to the [{{database}}/monster-info/ iW Database View Monster] for the ease of article overview when editing and consistency.
<span style="font-weight:bold;">[https://timero.com.br/en/monster?id={{{id|0}}} <span style="color:#73d9ff;">{{{name|Monster #{{{id|0}}}}}}</span>]</span>
</span></includeonly><noinclude>
== Description ==


====Usage====
This template links to the TimeRO monster database and displays the monster GIF from:
<nowiki>{{monster |id=</nowiki>''<id>''<nowiki> </nowiki>''<name>''<nowiki>}}</nowiki>
 
<pre>
https://timero.com.br/images/monster_assets/default_gif/<monster_id>.gif
</pre>
 
== Usage ==
 
Use this format:
 
<pre>
{{Monster|id=1195|name=Rideword}}
{{Monster|id=1011|name=Chonchon}}
</pre>


{| class="wikitable"
{| class="wikitable"
! Example !! Output
! Example !! Output
|-
|-
| <nowiki>{{monster |id=1195 Rideword}}</nowiki>  
| <nowiki>{{Monster|id=1195|name=Rideword}}</nowiki>
|| {{monster |id=1195 Rideword}}
| {{Monster|id=1195|name=Rideword}}
|-
|-
| <nowiki>{{monster |id=1011 Chonchon}}</nowiki>  
| <nowiki>{{Monster|id=1011|name=Chonchon}}</nowiki>
|| {{monster |id=1011 Chonchon}}
| {{Monster|id=1011|name=Chonchon}}
|}
|}


====Fields====
== Fields ==
{| class="wikitable" style="text-align: left"
 
| id || The ID# of the monster.
{| class="wikitable" style="text-align:left"
|-
! Field !! Description
| name || The full name of the monster as seen in game.
|-
| id || Monster ID.
|-
| name || Monster name displayed in the link.
|}
|}


==See Also==
== See Also ==
*[[Template:Item]]
 
*[[Template:Map]]
* [[Template:Item]]
* [[Template:Map]]


[[Category:Templates|Monster]]
[[Category:Templates|Monster]]
</noinclude>
</noinclude>

Revision as of 17:47, 28 April 2026

Description

This template links to the TimeRO monster database and displays the monster GIF from:

https://timero.com.br/images/monster_assets/default_gif/<monster_id>.gif

Usage

Use this format:

{{Monster|id=1195|name=Rideword}}
{{Monster|id=1011|name=Chonchon}}
Example Output
{{Monster|id=1195|name=Rideword}}

Rideword

{{Monster|id=1011|name=Chonchon}}

Chonchon

Fields

Field Description
id Monster ID.
name Monster name displayed in the link.

See Also