Template:Monster: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<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);"> | <includeonly><span class="monster-link-chip" 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);"> | ||
<span class="monster-link-gif" style="display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:rgba(0,0,0,0.35);border:1px solid rgba(255,255,255,0.08);overflow:hidden;">https://timero.com.br/images/monster_assets/default_gif/{{{id|0}}}.gif</span> | |||
<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 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> | </span></includeonly><noinclude> | ||
| Line 12: | Line 12: | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
| Line 39: | Line 37: | ||
| name || Monster name displayed in the link. | | name || Monster name displayed in the link. | ||
|} | |} | ||
[[Category:Templates|Monster]] | [[Category:Templates|Monster]] | ||
</noinclude> | </noinclude> | ||
Revision as of 18:06, 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
{{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. |