Koha Test Wiki MW Canasta on Koha Portainer
Test major Koha Wiki changes or bug fixes here without fear of breaking the production wiki.
For the current Koha Wiki, visit https://wiki.koha-community.org .Template:Str letter/trim/doc
Jump to navigation
Jump to search
![]() | This is a documentation subpage for Template:Str letter/trim. It contains usage information, categories and other content that is not part of the original template page. |
![]() | This template uses Lua: |
{{Str letter/trim}} returns a string trimmed to its "beginning letters".
Examples
{{str letter/trim}}
→{{str letter/trim |12345}}
→{{str letter/trim |abcdef?}}
→ abcdef{{str letter/trim |abc def}}
→ abc{{str letter/trim |ABcD123}}
→ ABcD{{str letter/trim |abc, def}}
→ abc{{str letter/trim |abc(def)}}
→ abc{{str letter/trim |ÁbČĐÈęFğ}}
→ ÁbČĐÈęFğ{{str letter/trim |abcdefghijklmnopqrst}}
→ abcdefghijklmnopqrst{{str letter/trim |abcdefghijklmnopqrstuvwxyz}}
→ abcdefghijklmnopqrstuvwxyz{{str letter/trim | abcdefghijklmnopqrstuvwxyz}}
→ abcdefghijklmnopqrstuvwxyz{{str letter/trim |NR<ref>A reference for test purposes.</ref>}}
→ NR
See also
- {{str number/trim}}