Munurin millum rættingarnar hjá "Wikipedia:Undirhúsið"

Content deleted Content added
Jeblad (kjak | íkøst)
→‎Sorting of tables: nýtt innlegg
Linja 1.111:
 
I am searching for a volunteer in each language community: I still need one for the Faroese Wikipedia. If you feel like it, you can contact me at: marcmiquel *at* gmail.com I need a contact in your every community who can (1) check the quality of the cultural context article list I generate to be imported-exported to other language editions, (2) test the interface/data visualizations in their language, and (3) communicate the existance of the tool/site when ready to the language community and especially to those editors involved in projects which could use it or be aligned with it. Communicating it might not be a lot of work, but it will surely have a greater impact if done in native language! :). '''If you like the project, I'd ask you to endorse it in the page I provided.''' In any case, I will appreciate any feedback, comments,... Thanks in advance for your time! Best regards, --[[Brúkari:Marcmiquel|Marcmiquel]] ([[Brúkarakjak:Marcmiquel|kjak]]) 10. okt 2017 kl. 08:31 (UTC) Universitat Pompeu Fabra, Barcelona
 
== Sorting of tables ==
 
Sorting of the tables is not quite right, it messes up æ, ø, and å. To fix this you can apply something like the following
 
{| class="wikitable mw-collapsible mw-collapsed"
!Proposed collation sequence 
|-
|<source lang="javascript">
/**
* Collation sequence for Norwegian.
* Note that æ, ø, and å are reordered.
* For jquery.tablesorter.js
*/
mw.config.set( 'tableSorterCollation', {
'Æ' : 'Å',
'Ø' : 'Æ',
'Å' : 'Ø',
'Aa' : 'Ø',
'Þ' : 'Th',
'æ' : 'å',
'ø' : 'æ',
'å' : 'ø',
'ä' : 'å',
'ö' : 'æ',
'ü' : 'y',
'aa' : 'ø',
'þ' : 'th'
} );
</source>
|}
 
For more information, see [[mw:Help:Sorting]], [[phab:T180142]], and [[phab:T72157]]. [[Brúkari:Jeblad|Jeblad]] ([[Brúkarakjak:Jeblad|kjak]]) 9. nov 2017 kl. 20:31 (UTC)