Template talk:Spoilerpage

From The Nitrome Wiki
Jump to navigation Jump to search

My Own Wiki[edit source]

Blue Proto-suit.pngThekingofpizzaandgames (Go to Wikia's best wiki ever)MinersNMD.png Heelo! Can anyone help! I have this template atmy own wiki but it does not cover it asking do ya want to read or not it just simply glitches like this article. can anyone help putting that there.
Place the following on to this article:
/* Spoiler code - hides pages in Category:Spoiler */
window.SpoilerAlert = {
    question: 'This page contains spoilers. Are you sure you want to read it?',
    yes: 'Yes, I am',
    no: 'No, not yet',
 isSpoiler: function () {
        return -1 !== wgCategories.indexOf('Spoiler');
    },
    back: true
};
 
importScriptPage('SpoilerAlert/code.js', 'dev');
The template should work after that. --Talk to NOBODY  Eskimo 1.png 15:11, July 1, 2014 (UTC)

That helped thanks

Blue Proto-suit.pngThekingofpizzaandgames (Go to Wikia's best wiki ever)MinersNMD.png