×
Create a new article
Write your page title here:
We currently have 302 articles on Knights of the Olde Speech. Type your article name above or click on one of the titles below and start writing!



Knights of the Olde Speech

MediaWiki:Chat.js: Difference between revisions

Created page with "importArticles({ type: 'script', articles: [ // ... 'u:kocka:MediaWiki:Emoticons/code.js', // ... ] });"
 
No edit summary
Line 7: Line 7:
     ]
     ]
});
});
window.ChatStatus = {
statuses: {
afk: "Abducted by Jumping Swords",
edit: "Can't you see I'm working here?",
food: "Food good. Food important. Me food have",
silent: "Taken by the Silence/living in the bushes"
},
debug: false
};
importArticles({
type: "script",
articles: [
"u:dev:MediaWiki:ChatStatus/code.js"

Revision as of 21:20, 11 June 2017

importArticles({
    type: 'script',
    articles: [
        // ...
        'u:kocka:MediaWiki:Emoticons/code.js',
        // ...
    ]
});

window.ChatStatus = {
	statuses: {
		afk: "Abducted by Jumping Swords",
		edit: "Can't you see I'm working here?",
		food: "Food good. Food important. Me food have",
		silent: "Taken by the Silence/living in the bushes"
	},
	debug: false
};


importArticles({
	type: "script",
	articles: [
		"u:dev:MediaWiki:ChatStatus/code.js"