Itilizatè:לערי ריינהארט/shortest url.js

Depi Wikipedya, ansiklopedi lib

Note bagay sa : aprè ou fin pibliye modifikasyon yo, sa ka rive ou oblije fòse chajman total kach navigatè entènèt ou an pou ou kapab wè chanjman yo.

  • Firefox / Safari : kenbe touch Maj pandan w ap klike sou bouton Rafrechi/Aktyalize oswa ou peze Ctrl-F5 oubyen Ctrl-R (⌘-R sou sistèm Apple Mac)
  • Google Chrome : peze Ctrl-Shift-R (⌘-Maj-R sou sistèm Apple Mac)
  • Internet Explorer / Edge : kenbe touch Ctrl pandan w ap klike sou bouton Rafrechi/Aktyalize, oubyen peze Ctrl-F5.
  • Opera: peze Ctrl-F5.
/* adding a shortest url; this is helpful for titles with other characters then A..Z a..z 0..9 */
/* Example for [[Bugzilla:023427#c23]] */
/* version: ht: 0.01 2014-05-25 */
/* https://ht.wikipedia.org/?curid=62564#top workes with MediaWiki 1.24wmf5 (0320cdd) 2014-05-25 */

  if (wgArticleId)
    {
      mw.util.addPortletLink(
        'p-tb',
        wgServer + '?curid=' + wgArticleId + '#top',
        'ArticleId:' + wgArticleId
      )
    }