Template:Item: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>[https://timero.com.br/pt/item?id={{{id}}} {{{name|{{{item|Item #{{{id}}}}}}}}}}]</includeonly><noinclude> | ||
This template | == Description == | ||
This template creates a direct link to the TimeRO item database page. | |||
== Usage == | |||
<pre> | |||
{{item|id=7015|name=Bookclip in Memory}} | |||
</pre> | |||
or: | |||
<pre> | |||
{{item|id=7015|item=Bookclip in Memory}} | |||
</pre> | |||
== Example == | |||
{| class="wikitable" | {| class="wikitable" | ||
! Code !! Output | |||
|- | |||
| <nowiki>{{item|id=7015|name=Bookclip in Memory}}</nowiki> | |||
| {{item|id=7015|name=Bookclip in Memory}} | |||
|} | |} | ||
== Fields == | |||
{| class="wikitable" style="text-align: left" | |||
{| class="wikitable" style="text-align:left" | |||
! Field !! Description | |||
|- | |||
| id || Item ID. | |||
|- | |||
| name || Text shown in the link. | |||
|- | |- | ||
| item || Alternative text shown in the link. Used by some templates. | |||
|} | |} | ||
==See Also== | == See Also == | ||
*[[Template:Map]] | * [[Template:Map]] | ||
*[[Template:Monster]] | * [[Template:Monster]] | ||
*[[Template:Item List]] | * [[Template:Item List]] | ||
[[Category:Templates|Item]] | [[Category:Templates|Item]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 18:41, 29 May 2026
Description
This template creates a direct link to the TimeRO item database page.
Usage
{{item|id=7015|name=Bookclip in Memory}}
or:
{{item|id=7015|item=Bookclip in Memory}}
Example
| Code | Output |
|---|---|
| {{item|id=7015|name=Bookclip in Memory}} | Bookclip in Memory} |
Fields
| Field | Description |
|---|---|
| id | Item ID. |
| name | Text shown in the link. |
| item | Alternative text shown in the link. Used by some templates. |