Template:Str endswith
Jump to navigation
Jump to search
This documentation is transcluded from Template:Str endswith/doc.
This template is used in system messages. Changes to it can cause immediate changes to the Wikimedia user interface. To avoid major disruption, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Please discuss changes on the talk page before implementing them. |
Uses Lua: |
- Usage
- Returns yes if a string ends with a specified suffix, nothing otherwise.
- Note: if you want to edit this template, first try your modifications on {{Str endswith/sandbox}}.You can then test your edits in {{Str endswith/testcases}}.
When the new version is ready, you can move it to the main template.
- Examples
-
{{Str endswith|example/doc|/doc}}
→ yes{{Str endswith|example|/doc}}
→ "" (nothing)
- but be careful - no end trimming!
-
{{Str endswith|example/doc| /doc}}
→ yes{{Str endswith|example/doc|/doc }}
→{{Str endswith|example/doc| /doc }}
→
- Syntax
{{Str endswith | <string> | <suffix> | nocategory=<nocategory> }}
- Parameters
-
- <string>
- the tested string
- <suffix>
- the suffix to be searched at the end of the tested <string>
- nocategory=<nocategory>
- Not used, should be removed from doc and template