This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

MediaWiki:Common.js

De Stardew Valley Wiki
Ir para: navegação, pesquisa

Nota: Após gravar, terá de limpar a cache do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Limpe a cache em Ferramentas → Preferências (Tools → Preferences)
/* Código Javascript colocado aqui será carregado para todos os utilizadores em cada carregamento de página */

mw.config.set( 'tableSorterCollation', {'Á':'A', 'Â':'A', 'Ã':'A', 'À':'A', 'Ç':'C', 'É':'E', 'Ê':'E', 'Í':'I', 'Ó':'O', 'Ô':'O', 'Õ':'O', 'Ú':'U', 'á':'a', 'â':'a', 'ã':'a', 'à':'a', 'ç':'c', 'ê':'e', 'é':'e', 'í':'i', 'ó':'o', 'ô':'o', 'õ':'o', 'ú':'u'} );

$(function() {
   if (location.hash) {
      var anchor = $(location.hash).get(0);
      if (anchor)
         anchor.scrollIntoView();
   }
});