Diferencia entre revisiones de «MediaWiki:Common.js»

m
Fixed single quote escape
m (Fixed single quote escape)
 
window.innerHTML = '<h2>⚠️ Spoiler Warning</h2>';
window.innerHTML += '<p style="font-size: 1em;">Welcome to the Coppermind! We are a spoiler-filled wiki.<em>Rhythm of War</em> is released and this wiki has content from the book. By browsing this wiki, you may be subject to spoilers. However, if you\'d like to visit the site as it was prior to release, you can go to <a href="https://coppermind.net/wiki/Special:TimeMachine">our Time Machine!</a></p>';
 
var button = document.createElement('button');