Шаблон:Bestiary

Матеріал з Terraria Wiki
Перейти до навігації Перейти до пошуку
Цей шаблон i18n-ready, що означає, що його легко локалізувати для різних мов. Будь ласка, ознайомтеся з i18n та l10n для шаблонів, щоб дізнатися більше.
Див. «Шаблон:Bestiary/l10n» для локалізації цього шаблону.
Template-info.svg Документація Наведена нижче документація запозичена з «Шаблон:Bestiary/doc». (редагувати | історія)
Для більш повної чи актуальної інформації ви можете переглянути документацію англійською.

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}}
  • The БестіарійБестіарій entry for the Синій Слайм: "Звичайна гелева істота, яка повністю заковтує все і вся! Потрібує багато часу, щоб щось переварити."
Basic usage on the Blue Slime page.
{{bestiary|Skeleton}}
  • The БестіарійБестіарій entry for the Скелет: "Кому потрібні ті м'язи, шкіра чи навіть очні яблука? Скелети обходяться лише хребтом, але вони такі ж смертоносні, як і більш м'ясисті вороги."
Display the entry of the Skeleton on any page.
{{bestiary|Plantera|article=}}
  • The БестіарійБестіарій entry for Плантера: "Спляча, але досі могутня квіткова вартова, пробуджена наслідками руйнівної діяльності Ктулху. Її вплив простягається на всі джунглі."
Remove the article in front of the name of the NPC.
{{bestiary|Doctor Zombie|alias=Halloween Zombies}}
  • The БестіарійБестіарій entry for the Halloween Zombies: "Костюмами вже нікого не обдурити; ці зомбі явно надто старі, для 'солодощів або смерть'."
Display a name that is different from the actual quoted NPC.
{{bestiary|Xmas Zombie|alias=Christmas Zombies|article=}}
  • The БестіарійБестіарій entry for Christmas Zombies: "Навіть зомбі святкують свята. З їхнім святковим вбранням у них все гаразд, а от над їхнім святковим настроєм треба трохи попрацювати."
Display a name that is different from the actual quoted NPC and remove the article.
"Multiple" mode
{{bestiary|Blue Slime|Skeleton|Plantera}}

БестіарійБестіарій entries

  • Синій Слайм: "Звичайна гелева істота, яка повністю заковтує все і вся! Потрібує багато часу, щоб щось переварити."
  • Скелет: "Кому потрібні ті м'язи, шкіра чи навіть очні яблука? Скелети обходяться лише хребтом, але вони такі ж смертоносні, як і більш м'ясисті вороги."
  • Плантера: "Спляча, але досі могутня квіткова вартова, пробуджена наслідками руйнівної діяльності Ктулху. Її вплив простягається на всі джунглі."
Basic usage of multiple parameters. The table of contents proves that this is a separate subsection.
{{bestiary|Skeleton|Doctor Zombie|Doctor Zombie-alias=Halloween Zombies}}

БестіарійБестіарій entries

  • Скелет: "Кому потрібні ті м'язи, шкіра чи навіть очні яблука? Скелети обходяться лише хребтом, але вони такі ж смертоносні, як і більш м'ясисті вороги."
  • Halloween Zombies: "Костюмами вже нікого не обдурити; ці зомбі явно надто старі, для 'солодощів або смерть'."
Show a name that is different from the actual quoted NPC.
{{bestiary|Xmas Zombie|Blue Slime|Xmas Zombie-alias=Christmas Zombies}}

БестіарійБестіарій entries

  • Christmas Zombies: "Навіть зомбі святкують свята. З їхнім святковим вбранням у них все гаразд, а от над їхнім святковим настроєм треба трохи попрацювати."
  • Синій Слайм: "Звичайна гелева істота, яка повністю заковтує все і вся! Потрібує багато часу, щоб щось переварити."
Display a name that is different from the actual quoted NPC. The position of the -alias parameter within the template call does not matter.