Template:Item/doc: Difference between revisions
Jump to navigation
Jump to search
m →Sample output: Switching tlc for nowiki tags |
|||
| Line 20: | Line 20: | ||
| Output | | Output | ||
|- | |- | ||
| {{ | | <nowiki>{{Item|Saltpeter}}</nowiki> | ||
| ⇒ | | ⇒ | ||
| {{Item|Saltpeter}} | | {{Item|Saltpeter}} | ||
| Line 31: | Line 31: | ||
| Output | | Output | ||
|- | |- | ||
| {{ | | <nowiki>{{Item|Icon=Beginner's Arrow|Archery{{pipe}}Learn Archery}}</nowiki> | ||
| ⇒ | | ⇒ | ||
| {{Item|Icon=Beginner's Arrow|Archery{{pipe}}Learn Archery}} | | {{Item|Icon=Beginner's Arrow|Archery{{pipe}}Learn Archery}} | ||
| Line 41: | Line 41: | ||
| Output | | Output | ||
|- | |- | ||
| {{ | | <nowiki>{{|Item|Icon=Fisherman's Arrangement #1|Fisherman's Arrangement 1}}</nowiki> | ||
| ⇒ | | ⇒ | ||
| {{Item|Icon=Fisherman's Arrangement #1|Fisherman's Arrangement 1}} | | {{Item|Icon=Fisherman's Arrangement #1|Fisherman's Arrangement 1}} | ||
Revision as of 23:16, 17 June 2021
Description
- Use this template whenever you want the item icon and link (to the item's Wiki page) to display.
- If you only want to display an item's icon, or use a larger image of the icon, use the Item icon template.
- If you need the icon for an ability, use the template for Ability icon.
Syntax
- Type {{|Item|Item name}} or {{|Item|Icon|Item name}} where you want the item icon and link to display.
Parameters
- Icon
- OPTIONAL name of icon to use if different than item name.
- Item name
- The correct capitalized name of the item.
Sample output
- Basic usage
Code = Output {{Item|Saltpeter}} ⇒ http://cdn.projectgorgon.com/v456/icons/icon_.png Error: Item not found }} [[Expression error: Unrecognized punctuation character "{".]]
- Complex example
- Use alternate icon and link with alternate text. Note usage of Template:Tlc to distinguish from normal template arguments:
Code = Output {{Item|Icon=Beginner's Arrow|Archery{{pipe}}Learn Archery}} ⇒ http://cdn.projectgorgon.com/v456/icons/icon_.png Error: Item not found }} [[Expression error: Unrecognized punctuation character "{".]]
- Items with a # character in the name should be handled slightly differently, as the # character has special meanings in URLs, so items with a # character in the name are located at a page with that character removed (e.g. the page for Fisherman's Arrangement #1 is at Fisherman's Arrangement 1).
Code = Output {{|Item|Icon=Fisherman's Arrangement #1|Fisherman's Arrangement 1}} ⇒ http://cdn.projectgorgon.com/v456/icons/icon_.png Error: Item not found }} [[Expression error: Unrecognized punctuation character "{".]]
Notes
- Uses the new Template:Item icon template.
- WHY? To support enhancements in Template:Tlc template.
- This will break slightly when used on many flower arrangements and flower arrangement-related items, due to the # sign in the URL. See the example above for the workaround.