Content deleted Content added
→Sorting with a hidden key: notably Ontoworld, removed added ref to asife |
|||
Line 483:
Example:
:<nowiki>p<span style="display:none">q</span>r</nowiki>
Javascript sorting
▲Javascript sorting is based on the text inside and outside the tags, without the tags themselves. A hidden key can be put at the start. Both in the case of alphabetic and that of numeric sorting the first parts determine the order. Both parts together are used to determine the sort mode, so for numeric sorting the whole should be a valid number.
===Alphabetic sorting with hidden key===
|