Template:Item: Difference between revisions

From TimeRO Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>{{plainlink |url=https://timero.com.br/pt/item?id={{{id}}}}}</includeonly><noinclude>==Description==
<includeonly>[https://timero.com.br/pt/item?id={{{id}}} {{{name|{{{item|Item #{{{id}}}}}}}}}}]</includeonly><noinclude>
This template serves the purpose of shortening linkings to the [{{database}}/item-info/ iW Database View Item] for the ease of article overview when editing and consistency.
== Description ==
This template creates a direct link to the TimeRO item database page.


====Usage====
== Usage ==
<nowiki>{{item |id=</nowiki>''<id>''<nowiki> </nowiki>''<name>''<nowiki>}}</nowiki>
 
<pre>
{{item|id=7015|name=Bookclip in Memory}}
</pre>
 
or:
 
<pre>
{{item|id=7015|item=Bookclip in Memory}}
</pre>
 
== Example ==


{| class="wikitable"
{| class="wikitable"
! Example !! Output
! Code !! Output
|-
|-
| <nowiki>{{item |id=7015 Bookclip in Memory}}</nowiki>  
| <nowiki>{{item|id=7015|name=Bookclip in Memory}}</nowiki>
|| {{item |id=7015 Bookclip in Memory}}
| {{item|id=7015|name=Bookclip in Memory}}
|}
|}


====Fields====
== Fields ==
{| class="wikitable" style="text-align: left"
 
| id || The ID of the item as seen in the itemdesctables.
{| class="wikitable" style="text-align:left"
! Field !! Description
|-
| id || Item ID.
|-
| name || Text shown in the link.
|-
|-
| name || The text to appear 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.

See Also