MediaWiki:Common.js
Strona MediaWiki
Inne akcje
Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.
- Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
- Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
- Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5.
- Opera: Naciśnij klawisze Ctrl+F5.
/* Umieszczony tutaj kod JavaScript zostanie załadowany przez każdego użytkownika, podczas każdego ładowania strony. */ /* Embed */ var og_title = document.createElement('meta'); og_title.setAttribute('property', 'og:title'); og_title.content = document.title; document.getElementsByTagName('head')[0].appendChild(og_title); var og_type = document.createElement('meta'); og_type.setAttribute('property', 'og:type'); og_type.content = "website"; document.getElementsByTagName('head')[0].appendChild(og_type); var og_url= document.createElement('meta'); og_url.setAttribute('property', 'og:url'); og_url.content = document.URL; document.getElementsByTagName('head')[0].appendChild(og_url); var og_image = document.createElement('meta'); og_image.setAttribute('property', 'og:image'); og_image.content = "https://scpslgame.com/wp-content/uploads/2020/10/SL_Logo_Bright_120x120.png"; document.getElementsByTagName('head')[0].appendChild(og_image); var og_description = document.createElement('meta'); og_description.setAttribute('property', 'og:description'); og_description.content = "Oficjalna Wiki SCP: Secret Laboratory"; document.getElementsByTagName('head')[0].appendChild(og_description);