Jump to content

User:Libcub/monobook.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Libcub (talk | contribs) at 23:51, 18 February 2008. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
importScript('User:Alex Smotrov/searchlist.js');

importScript('Wikipedia:WikiProject User scripts/Scripts/Changes since I last edited');

importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
importScript('User:LilDice/flexitags.js');



importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
importScript('User:LilDice/flexitags.js');

//create Config object, you only have to do this once.


var FlexiTagConfig = {};
FlexiTagConfig.minoredit = true;

//The tabs field stores an array of all our tabsets.
//so initialize the array, (again only once).
FlexiTagConfig.tabs = new Array();


//Push a new tagset on our tabs array
//this tagset will have have the name flexitags
//it will show up in the Main and User_talk namespaces.
//The tagset contains external-links template, the trivia template and th
FlexiTagConfig.tabs.push(
{ name:'flexitags',
namespace:['Main','User_talk'],
tagset:[['external-links|%date','See [[WP:EL]]'],
['trivia','Adding Trivia Section'],
['Autobio-warn|%prompt(Article Name)'],
['cleanup','Adding Cleanup Tag']]
}
);

FlexiTagConfig.tabs.push({name:'userwarnings',
namespace:['User_talk'],
tagset:[['external-links|%date','See [[WP:EL]]'],
['cleanup','Adding Cleanup Tag']]
});