No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
window.ChatStatus = { | window.ChatStatus = { | ||
statuses: { | statuses: { | ||
| Line 22: | Line 13: | ||
type: "script", | type: "script", | ||
articles: [ | articles: [ | ||
"u:dev:MediaWiki:ChatStatus/code.js" | "u:dev:MediaWiki:ChatStatus/code.js", | ||
'u:kocka:MediaWiki:Emoticons/code.js', | |||
"u:shining-armor:MediaWiki:ChatTags/code.js" | |||
] | ] | ||
}); | }); | ||
Revision as of 21:45, 11 June 2017
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",
'u:kocka:MediaWiki:Emoticons/code.js',
"u:shining-armor:MediaWiki:ChatTags/code.js"
]
});