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

Материал из Dwarf Fortress Wiki
< Шаблон:Str/len
Версия от 23:34, 16 сентября 2024; GeloMor (обсуждение | вклад)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигацииПерейти к поиску

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