MediaWiki:Common.js

From WilhelmWiki

Share/Save/Bookmark
Jump to: navigation, search
/* 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 = ",
     "tagClose": "\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]]",
     "sampleText": "FirstName MiddleName LastName"};


  }
</nowiki>