Шаблон:Str/len

Материал из Dwarf Fortress Wiki
Перейти к навигацииПерейти к поиску

[Перейти] [Изменить описание]Документация

Calculates length of {{{1}}}.

Examples

{{str/len|abc}}

→ {{#strlen:abc}}

{{str/len|Dwarf Fortress}}

→ {{#strlen:Dwarf Fortress}}

{{str/len|a
b}}

→ {{#strlen:a b}}

Caveats

{{str/len|<nowiki/>}}

→ {{#strlen:}}

This is due to MediaWiki's implementation of <nowiki> — <nowiki> tags are replaced with an identifier when parsed. For example, <nowiki>text</nowiki> becomes Шаблон:Wikisrc. (Note that Шаблон:Action will display a different token, despite the contents being the same.)