Template:Circa/doc/sortable: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>It Is Me Here
m + Space
meta>WOSlinker
tidy style for better HTML5 compatibility
Line 5: Line 5:
! Title!!Col 1!!Col 2
! Title!!Col 1!!Col 2
|-
|-
| Foo||align="right"|1066||align="right"|1066
| Foo|| style="text-align:right;" |1066|| style="text-align:right;" |1066
|-
|-
| Bar||align="right"|{{ {{BASEPAGENAME}}}} 1510||align="right"|{{{{BASEPAGENAME}}|1510|sortable=yes}}
| Bar|| style="text-align:right;" |{{ {{BASEPAGENAME}}}} 1510|| style="text-align:right;" |{{{{BASEPAGENAME}}|1510|sortable=yes}}
|-
|-
| Baz||align="right"|1956||align="right"|1956
| Baz|| style="text-align:right;" |1956|| style="text-align:right;" |1956
|}
|}


"Col 1" uses <code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>}} 1510</nowiki></code>, and does not sort correctly. "Col 2" uses <code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>|1510|sortable=yes}}</nowiki></code>, and does sort correctly. This works because <code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>|1510|sortable=yes}}</nowiki></code> inserts an invisible [[span and div|span element]] at the start of the cell: <code><nowiki><span style="display:none;">1510</span></nowiki></code>. Although it is not rendered, it is still seen by the sorting code and makes sorting work. The downside of this approach is that the invisible text is still rendered by [[screen reader]]s that are used by visually impaired readers, and by text browsers such as [[Lynx (web browser)|Lynx]], so the table will become garbled for readers who are using [[assistive technology]] or text browsers.</includeonly>
"Col 1" uses <code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>}} 1510</nowiki></code>, and does not sort correctly. "Col 2" uses <code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>|1510|sortable=yes}}</nowiki></code>, and does sort correctly. This works because <code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>|1510|sortable=yes}}</nowiki></code> inserts an invisible [[span and div|span element]] at the start of the cell: <code><nowiki><span style="display:none;">1510</span></nowiki></code>. Although it is not rendered, it is still seen by the sorting code and makes sorting work. The downside of this approach is that the invisible text is still rendered by [[screen reader]]s that are used by visually impaired readers, and by text browsers such as [[Lynx (web browser)|Lynx]], so the table will become garbled for readers who are using [[assistive technology]] or text browsers.</includeonly>

Revision as of 12:57, 7 December 2015