如中文 wiki 信息过时,可以参考英文 wiki 对应页面。
见 Terraria Wiki:项目/1.4.5 获取 wiki 状态与更新指南
Template:Banner
This template is used to display banners on the Banners (enemy) and Banners (decorative) pages.
Usage
{{ banner | <banner name> | enemy = <enemy name> | link = <page name> | id = <banner item ID> | cargo = y/yes | tags = <tags for {{item infobox}}> }}
Either the first unnamed parameter or $enemy must be set. All other parameter are optional.
- First unnamed parameter
Full name of the banner, e.g. Green Banner. The default is the value of $enemy plus Banner, so if e.g. |enemy=Cave Bat is set, then the banner name is automatically set to Cave Bat Banner. In that case this parameter can be omitted.
- enemy
Name of the banner's corresponding enemy. It is used as the link target and the basis for the banner name (plus Banner). It should be omitted for decorative banners, as these do not correspond to any enemy.
- link
Custom link target.
- id
Item ID of the banner.
- cargo
Stores the banner's data to the item cargo table via {{item infobox}}. For enemy banners, this is usually not necessary, as this is already accomplished by the {{npc infobox}} on every enemy's article.
- tags
Tags for item cargo table (the tags parameter of {{item infobox}}). Only has an effect if |cargo=yes.