MediaWiki:Common.js

From WilhelmWiki

Share/Save/Bookmark
Jump to: navigation, search
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. */
-
 
+
/* <nowiki> */
  if (mwCustomEditButtons) {
  if (mwCustomEditButtons) {
   mwCustomEditButtons[mwCustomEditButtons.length] = {
   mwCustomEditButtons[mwCustomEditButtons.length] = {
Line 19: Line 19:
   }
   }
 +
 +
/* </nowiki> */

Revision as of 04:03, 16 April 2012

/* Any JavaScript here will be loaded for all users on every page load. */
/* <nowiki> */
 if (mwCustomEditButtons) {
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://www.thewilhelms.net/skins/common/images/Button_redirect.png",
     "speedTip": "Redirect",
     "tagOpen": "#REDIRECT [[",
     "tagClose": "]]",
     "sampleText": "Insert text"};
 

   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://www.thewilhelms.net/skins/common/images/Button_pers.png",
     "speedTip": "Blank person template",
     "tagOpen": "{{Infobox ancestor \n | name = FirstName MiddleName LastName\n | image =\n | birthdate =\n | location =\n | deathdate =\n | deathplace =\n | father =\n | mother =\n | spouse =\n }}\n \n '''FirstName MiddleName LastName''' (birthdate - deathdate)\n \n ==Biography==\n \n ==Images==\n \n ==Sources==\n \n [[Category:People|LastName, FirstName MiddleName]]",
     "tagClose": "",
     "sampleText": ""};


  }

/* </nowiki> */