Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
DOORS Site Logo

Welcome to the Official DOORS Wiki!
Please read the Wiki Rules the Manual of Style and familiarise yourself with our Wiki Policies before contributing to get a better understanding of what content is allowed on our wiki and how to display it properly, if you need help don't hesitate to reach out to a DOORS Wiki Staff Member.

MediaWiki:Common.js: Difference between revisions

MediaWiki interface page
m (Updated.)
(Moving these script customisation settings to MediaWiki:Gadget-Staff.js.)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* MessageBlock */
/* LockOldComments */
window.lockOldComments = (window.lockOldComments || {});
window.MessageBlock = {
window.lockOldComments.limit = 30;
title: 'Blocked',
window.lockOldComments.addNoteAbove = true;
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.'
};

/* TopicBlockLog */
TBL_GROUP = "roblox-en";

Latest revision as of 06:49, 15 March 2025

/* LockOldComments */
window.lockOldComments = (window.lockOldComments || {});
window.lockOldComments.limit = 30;
window.lockOldComments.addNoteAbove = true;