Ceunatat: Lheueh geukeubah, droeneuh mungkén peureulèe neuliwat cache browser web keu neukalon nyang meuubah.

  • Firefox/Safari: Teugön ngön theun Shift sira neuteugön Reload, atawa teugön Ctrl-F5 atawa Ctrl-R (⌘-R di Mac)
  • Google Chrome: Teugön Ctrl-Shift-R (⌘-Shift-R di Mac)
  • Internet Explorer / Edge: Theun Ctrl sira neuteugon Refresh, atawa teugön Ctrl-F5.
  • Opera: Teugon Ctrl-F5.
function LinkFA() {
    if ( document.getElementById( 'p-lang' ) ) {
        var InterwikiLinks = document.getElementById( 'p-lang' ).getElementsByTagName( 'li' );
 
        for ( var i = 0; i < InterwikiLinks.length; i++ ) {
            if ( document.getElementById( InterwikiLinks[i].className + '-fa' ) ) {
                InterwikiLinks[i].className += ' FA';
                InterwikiLinks[i].title = 'This is a featured article in another language.';
            } else if ( document.getElementById( InterwikiLinks[i].className + '-ga' ) ) {
                InterwikiLinks[i].className += ' GA';
                InterwikiLinks[i].title = 'This is a good article in another language.';
              else if ( document.getElementById( InterwikiLinks[i].className + '-penggunautama' ) ) {
                InterwikiLinks[i].className += ' PU';
                InterwikiLinks[i].title = 'Laman ini merupakan laman pengguna utama. (This page is the main userpage)';
            }
        }
    }
}