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
(+ dev:MessageBlock custom)
 
m (nvm it's literally personal customization)
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */

/* dev:MessageBlock */
window.MessageBlock = {
title: 'Blocked',
message: 'You have been blocked for $2 because you have been $1. If you feel like this is a mistake, please reply to this post.'
};

Revision as of 14:26, 27 September 2022

/* Any JavaScript here will be loaded for all users on every page load. */