Шаблон:Примітка

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

This template formats an input text in a standardized "note" style.

Usage

All parameters are optional, except the first.

{{ note | <note text> | small = y/yes | paren = y/yes | block = y/yes | before = <text in front of the note> }}

First unnamed parameter

Text to format.

small

Reduces the size of the text, useful where space is an issue, e.g. in infobox templates.

paren

Encloses the text in parentheses. The same result can be achieved by simply adding the parentheses to the first unnamed parameter, but this is to be avoided, as some languages may use different characters for parenthesis, and the template will automatically pick the correct ones.

block

Displays the text in a <div> instead of in a <span>, so the text will be in its own paragraph rather than inline.

before

Text to display directly in front of the note text. It will be formatted as well, but will not be included in the parentheses from $paren.

Notes

  • The template supports localizing commonly used note texts ($1s); these can be added to the localization database. To prevent this automatic translation, add something like <nowiki/> in the text (see below for examples).
    • This also works for texts that are enclosed in parentheses.

Examples

Code Result
{{note|some note}} some note
{{note|some note|paren=y}} (some note)
item {{note|note|paren=y|before=some&#32;}} item some (note)
some {{note|some block note|paren=y|block=y}} text some
(some block note)
text
some {{note|some small note|paren=y|small=y}} text some (some small note) text
{{note|(really hidden content)}} (really hidden content)
Automatic translation
{{note|some note}} some note
{{note|ranged attack}} від атаки в дальньому бою
{{lang/set|fr}} set language to French
{{note|some note}} some note
{{note|ranged attack}} ranged attack
{{note|<nowiki/>ranged attack}} ranged attack
{{note|ranged attack|tr=no}} ranged attack
{{note|(ranged attack)}} (ranged attack)

Options

Цей шаблон підтримує параметри через шаблон {{options}}. Нижче наведено всі дійсні параметри. Щодо використання та іншої інформації перегляньте {{options}}.

Дивіться Template:примітка/initOptions, щодо налаштування параметрів цього шаблону.

НазваІнша назваЗначення за замовчуваннямЗаміна значень[1]Примітка
  1. Значення із заміною будуть збережені та завантажені як замінені значення. Інші значення без замін будуть збережені та завантажені як є.