Template:Bestiary

来自Calamity Mod Wiki
跳到导航 跳到搜索
This template is i18n-ready, which means it is easy to localize for different languages. Please see I18n & l10n for Templates to learn more.
See Template:Bestiary/l10n for the localization of this template.
Template-info.svg Documentation The documentation below is transcluded from Template:Bestiary/doc. (edit | history)

Displays the Bestiary entry of a character using the name of the page. Should be transcluded at the end of the Trivia section on every page that deals with a character included in the Bestiary.

Usage

The template has two modes: one for a single bestiary entry, which will display a single bullet point, and one for multiple entries at once, which will display an entire subsection with a list of entries.

"Single" mode

All parameters are optional.

{{ bestiary | <name of the character> | alias = <name replacement> | article = <custom article> }}

First unnamed parameter

Name of the character whose Bestiary entry is to be displayed. Defaults to the name of the page.

alias

Replacement of the character's name in the output text.

article

Article to use in front of the character's name. Defaults to "the". Set it to nothing to suppress display of an article altogether.

"Multiple" mode

{{ bestiary | <name of character 1> | <name of character 2> | <name of character 3> (optional) | ... | <name of character n> (optional) | <name>-alias = <name replacement> }}

Unnamed parameters

Names of the characters whose entries are to be displayed. The order of the parameters determines the order in the output.

<name>-alias

Replacement of the character's name in the output text. <name> must be equal to the respective character's name as entered into the template.

Examples

Code Result Note
"Single" mode
{{bestiary}}
  • 钨钢无人机的 怪物图鉴怪物图鉴条目:“Rotating their small frames, they swoop at potential intruders into a predefined territory that no longer exists. They wander without purpose.”
Basic usage on the Wulfrum Drone page.
{{bestiary|Irradiated Slime}}
  • 辐射史莱姆的 怪物图鉴怪物图鉴条目:“Encrusted with gunk that evaporates slowly from the sulphurous sea, these slimes actually form in the upper atmosphere's acidic rain, before falling back to the earth.”
Display the entry of the Irradiated Slime on any page.
{{bestiary|Yharon, Dragon of Rebirth|article=}}
  • 重生之龙犽戎的 怪物图鉴怪物图鉴条目:“The loyal companion of the God-Hunter, they possess immense power compared to the Dragons of the past. This is likely partly due to fighting and training by their master's side.”
Remove the article in front of the name of the NPC.
{{bestiary|Bohldohr|alias=BOHLDOHR}}
  • BOHLDOHR的 怪物图鉴怪物图鉴条目:“A distant relative to the gem-covered lizards found within the caverns. This species instead covers itself with the smooth bricks of the Temple and curls into a ball for locomotion.”
Display a name that is different from the actual quoted NPC.
{{bestiary|The Slime God|alias=The Slime God (core)|article=}}
  • The Slime God (core)的 怪物图鉴怪物图鉴条目:“This God is rather evasive and relies on tricky and strategic retreats due to its relatively minor strength among the Gods. It prefers to be protected rather than be in combat fighting.”
Display a name that is different from the actual quoted NPC and remove the article.
"Multiple" mode
{{bestiary|Wulfrum Drone|Irradiated Slime|Yharon, Dragon of Rebirth}}

怪物图鉴怪物图鉴条目

  • 钨钢无人机:“Rotating their small frames, they swoop at potential intruders into a predefined territory that no longer exists. They wander without purpose.”
  • 辐射史莱姆:“Encrusted with gunk that evaporates slowly from the sulphurous sea, these slimes actually form in the upper atmosphere's acidic rain, before falling back to the earth.”
  • 重生之龙犽戎:“The loyal companion of the God-Hunter, they possess immense power compared to the Dragons of the past. This is likely partly due to fighting and training by their master's side.”
Basic usage of multiple parameters. The table of contents proves that this is a separate subsection.
{{bestiary|Irradiated Slime|Bohldohr|Bohldohr-alias=BOHLDOHR}}

怪物图鉴怪物图鉴条目

  • 辐射史莱姆:“Encrusted with gunk that evaporates slowly from the sulphurous sea, these slimes actually form in the upper atmosphere's acidic rain, before falling back to the earth.”
  • BOHLDOHR:“A distant relative to the gem-covered lizards found within the caverns. This species instead covers itself with the smooth bricks of the Temple and curls into a ball for locomotion.”
Show a name that is different from the actual quoted NPC.
{{bestiary|The Slime God|Wulfrum Drone|The Slime God-alias=The Slime God (core)}}

怪物图鉴怪物图鉴条目

  • The Slime God (core):“This God is rather evasive and relies on tricky and strategic retreats due to its relatively minor strength among the Gods. It prefers to be protected rather than be in combat fighting.”
  • 钨钢无人机:“Rotating their small frames, they swoop at potential intruders into a predefined territory that no longer exists. They wander without purpose.”
Display a name that is different from the actual quoted NPC. The position of the -alias parameter within the template call does not matter.