Шаблон:Str/len/doc

Материал из Dwarf Fortress Wiki
< Шаблон:Str/len
Версия от 18:18, 29 июня 2024; PixCat (обсуждение | вклад) (Новая страница: «Calculates length of {{{<nowiki/>1}}}. ==Examples== <pre>{{str/len|abc}}</pre> → {{str/len|abc}} <pre>{{str/len|Dwarf Fortress}}</pre> → {{str/len|Dwarf Fortress}} <pre>{{str/len|a b}}</pre> → {{str/len|a b}} ==Caveats== <pre>{{str/len|<nowiki/>}}</pre> → {{str/len|<nowiki/>}} This is due to MediaWiki's implementation of <nowiki> — <nowiki> tags are replaced with an identifier when parsed. For example, <code><nowiki>te...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигацииПерейти к поиску

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.)