(Created the StaffJS Gadget JavaScript page.) |
m (Updating MessageBlock configuration.) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
window.MessageBlock = { |
window.MessageBlock = { |
||
title: |
title: "Blocked", |
||
message: |
message: "You have been blocked for $2 because you have been $1. If you wish to appeal this block, please do so under this message.", |
||
autocheck: true |
autocheck: true |
||
}; |
}; |
||
Line 9: | Line 9: | ||
type: "script", |
type: "script", |
||
articles: [ |
articles: [ |
||
"u:dev:MediaWiki: |
"u:dev:MediaWiki:TopicBlockLog/code.js", |
||
"u:dev:MediaWiki:MessageBlock/code.js" |
"u:dev:MediaWiki:MessageBlock/code.js" |
||
] |
] |
Latest revision as of 06:48, 15 March 2025
window.MessageBlock = {
title: "Blocked",
message: "You have been blocked for $2 because you have been $1. If you wish to appeal this block, please do so under this message.",
autocheck: true
};
window.TBL_GROUP = "roblox-en";
importArticles({
type: "script",
articles: [
"u:dev:MediaWiki:TopicBlockLog/code.js",
"u:dev:MediaWiki:MessageBlock/code.js"
]
});