[dismiss]
Welcome to SmashWiki! Log in or create an account and join the community, and don't forget to read this first! |
Notices |
---|
The Skill parameter has been removed from Smasher infoboxes, and in its place are the new "Best historical ranking" and "Best tournament result" parameters. SmashWiki needs help adding these new parameters to Smasher infoboxes, refer to the guidelines here for what should be included in these new parameters. |
When adding results to Smasher pages, include each tournament's entrant number in addition to the player's placement, and use the {{Trn}} template with the matching game specified. Please also fix old results on Smasher pages that do not abide to this standard. Refer to our Smasher article guidelines to see how results tables should be formatted. |
Check out our project page for ongoing projects that SmashWiki needs help with. |
View source for User:SuperHamster/vector.js
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
//This script was originally taken from the English Wikipedia. Its original authors are:
///Misza13 originally created this script
///Voyagerfan5761 performed some minor improvements
///Xenocidic updated the script to use /Status as a one word indicator
//This version has been edited by SuperHamster to suit his needs
addOnloadHook(function (){
statusChangerConfig = {}
statusChangerConfig.statusList = [ 'Fair Use' ];
statusChangerConfig.statusPage = wgPageName;
//Add the links
for (var i=0; i<statusChangerConfig.statusList.length; i++) {
var stat = statusChangerConfig.statusList[i];
addPortletLink(
"p-personal", //target tab - personal links
wgServer + wgScript + "?title=" + statusChangerConfig.statusPage + "&action=edit&newstatus=" + stat, //link URL
stat, //link text
"pt-status-" + stat, //id of new button
"License " + "as " + stat, //hover text
000
1:0
Return to User:SuperHamster/vector.js.