Registration has been disabled and the moderation extension has been turned off.
Contact an admin on Discord or EDF if you want an account. Also fuck bots.

Script:XOTN: Difference between revisions

From Encyclopedia Dramatica
Jump to navigation Jump to search
imported>CrackRabbit
imported>CrackRabbit
 
(No difference)

Latest revision as of 13:07, 1 January 2024

This script was created because we know you are lazy.

JavaScript

Copypasta the JavaScript below into an HTML document and view in your browser. Be sure .html is used for the file extension.

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'
            'http://www.w3.org/TR/html4/loose.dtd'>
<html>
<head>
<meta http-equiv='Pragma' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta content='text/html; charset=utf-8' http-equiv='content-type'>
</head>
<body>
<script type='text/JavaScript'>
var months = ["", "January","February","March","April","May","June","July","August","September","October","November","December"]; // yes, I know. Piss off.
var date = new Date ();
var year = date.getFullYear();
var month = date.getMonth () + 2; <!-- SET THIS TO 1 IF YOU DO GENERATE FOR THE CURRENT MONTH, 2 IS FOR NEXT MONTH -->
var days = new Date (year, month, 0).getDate ();
var votn = "";
var potn = "";
var aotn = "";
var qotn = "";
month = months[month];
for (day = days; day > 0; day--) {
   votn += "*[[Encyclopedia Dramatica:Video of the Now/" + month + " " + day + ", " + year + "|" + month + " " + day + ", " + year + " - ]]<br />";
   potn += "File:Hello POTN.jpg|{{center|[[Encyclopedia Dramatica:Picture of the Now/" + month + " " + day + ", " + year + "|" + month + " " + day + ", " + year + "]]}}<br />";
   aotn += "*[[Encyclopedia Dramatica:Article of the Now/" + month + " " + day + ", " + year + "|" + month + " " + day + ", " + year + "]] - <br />";
   qotn += "*[[Encyclopedia Dramatica:Quote of the Now/" + month + " " + day + ", " + year + "|" + month + " " + day + ", " + year + " - ]]<br />";
}
document.body.innerHTML += "<br />== Video of the Now ==<br />=="+ month + " " + year +"==<br /><br />" + votn;
document.body.innerHTML += "<br />== Picture of the Now ==<br />=="+ month + " " + year +"==<br /><br /><gallery><br />" + potn + "</gallery>";
document.body.innerHTML += "<br />== Article of the Now ==<br />=="+ month + " " + year +"==<br /><br />" + aotn;
document.body.innerHTML += "<br />== Quote of the Now ==<br />=="+ month + " " + year +"==<br /><br />" + qotn;

</script>
</body>
</html>

Sample Output

Video of the Now

February 2024

Picture of the Now

February 2024

Article of the Now

February 2024

Quote of the Now

February 2024