Sjabloon:Str right/doc: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Nieuwe pagina aangemaakt met '{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> === Usage === : <code>{{Tlx|Str right|<string>|<offset>}}</code...' |
(geen verschil)
|
Huidige versie van 18 jul 2013 om 08:05
| Bestand:Edit-copy green.svg | This is a documentation subpage for Sjabloon:Str right. It contains usage information, categories, interlanguage links and other content that is not part of the original sjabloon page. |
Usage
{{Str right|<string>|<offset>}}
Gives the characters from <offset> to the end of the string.
A negative <offset> is treated the same as zero, which simply returns the original string.
If <offset> is longer than <string> then this returns an empty string.
If <offset> is invalid, empty or undefined, this template goes berserk, so don't do that.
Examples
- {{Str right| lorem ipsum dolor sit amet | 10 }} → Fout in uitdrukking: Onbekend leesteken "{".
- {{Str right| lorem ipsum dolor sit amet | 1 }} → Fout in uitdrukking: Onbekend leesteken "{".
- {{Str right| lorem ipsum dolor sit amet | 0 }} → Fout in uitdrukking: Onbekend leesteken "{".
- {{Str right |123456789.123456789.123456789.123456789.123456789.123456789.123456789.123456789.123456789.123456789.1 | 99}} → Fout in uitdrukking: Onbekend leesteken "{".
See also
{{#invoke: Navbox | navbox }}