Terraria Wiki
Terraria Wiki
(sync :: en revid:998414::)
K (Allow German input.)
Zeile 7: Zeile 7:
 
-->{{#if:{{#dplreplace:{{trim|{{{1|}}}}}|/^\d+$/|}}<!-- check if $1 consists of only numbers
 
-->{{#if:{{#dplreplace:{{trim|{{{1|}}}}}|/^\d+$/|}}<!-- check if $1 consists of only numbers
 
-->|<!-- then ($1 is not only numbers)
 
-->|<!-- then ($1 is not only numbers)
-->{{itemIdFromName|{{{1}}}}}<!-- setting #var:id to id that was evaluated by item name database
+
-->{{itemIdFromName|{{tr|{{{1}}}|en}}}}<!-- setting #var:id to id that was evaluated by item name database
 
-->|<!-- else ($1 is only numbers)
 
-->|<!-- else ($1 is only numbers)
 
-->{{{1|}}}<!-- use $1 as-is, since it already is the ID
 
-->{{{1|}}}<!-- use $1 as-is, since it already is the ID

Version vom 7. Juli 2020, 20:04 Uhr

List all stats of an item. First unnamed parameter can be the ID or the name of the item.