Шаблон:Str gtr str

С Википедије, слободне енциклопедије
Документација шаблона[прикажи] [уреди] [историја] [освежи]

Compares two strings for alphabetical order, and returns a value accordingly

Usage[уреди извор]

{{Str gtr str|first string|second string|value if true|value if false}}

Examples[уреди извор]

  • {{Str gtr str|zebra|aardvark|zebra comes after aardvark|aardvark comes after zebra}} returns zebra comes after aardvark
  • {{Str gtr str|cat|dog|cat comes after dog|dog comes after cat}} returns dog comes after cat
  • {{Str gtr str|same text|same text|true|false}} returns false

Note that the strings are case dependant, and sorted in order of ASCII characters, so {{Str gtr str|Romeo|juliet|true|false}} returns false

Limitations[уреди извор]

Only the first four characters of the strings are analysed, so that (for example) {{Str gtr str|Wikipedia|Wikicommons|true|false}} returns false. ASCII characters outside the range 32-126 are treated as a space.

See also[уреди извор]