Template:Monster: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
<includeonly><span class="plainlinks monster-link-chip | <includeonly><span class="plainlinks monster-link-chip"> | ||
<span class="monster-gif-wrap | <span class="monster-gif-wrap">https://timero.com.br/images/monster_assets/detail_gif/{{{id|0}}}.gif</span> | ||
<span | <span class="monster-link-name">[https://timero.com.br/en/monster?id={{{id|0}}} {{{name|Monster #{{{id|0}}}}}}]</span> | ||
</span></includeonly><noinclude> | </span></includeonly><noinclude> | ||
== Description == | == Description == | ||
| Line 12: | Line 12: | ||
== Usage == | == Usage == | ||
Always use both ID and name: | |||
<pre> | <pre> | ||
| Line 26: | Line 28: | ||
| <nowiki>{{Monster|id=1011|name=Chonchon}}</nowiki> | | <nowiki>{{Monster|id=1011|name=Chonchon}}</nowiki> | ||
| {{Monster|id=1011|name=Chonchon}} | | {{Monster|id=1011|name=Chonchon}} | ||
|} | |||
== Fields == | |||
{| class="wikitable" style="text-align:left" | |||
! Field !! Description | |||
|- | |||
| id || Monster ID. | |||
|- | |||
| name || Monster name displayed in the link. | |||
|} | |} | ||
[[Category:Templates|Monster]] | [[Category:Templates|Monster]] | ||
</noinclude> | </noinclude> | ||
Revision as of 18:59, 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/detail_gif/<monster_id>.gif
Usage
Always use both ID and name:
{{Monster|id=1195|name=Rideword}}
{{Monster|id=1011|name=Chonchon}}
| Example | Output |
|---|---|
| {{Monster|id=1195|name=Rideword}} | |
| {{Monster|id=1011|name=Chonchon}} |
Fields
| Field | Description |
|---|---|
| id | Monster ID. |
| name | Monster name displayed in the link. |

