This wiki has been automatically closed because there have been no edits or log actions made within the last 60 days. If you are a user (who is not the bureaucrat) that wishes for this wiki to be reopened, please request that at Requests for reopening wikis. If this wiki is not reopened within 6 months it may be deleted. Note: If you are a bureaucrat on this wiki, you can go to Special:ManageWiki and uncheck the "Closed" box to reopen it.Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Custom Edit Buttons */
/* Do not edit them, as they change options of the user's editor. */
/*
==''Note''==
This Javascript uses the buttons.
*/
if ( mwCustomEditButtons ) {
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://images.wikia.com/central/images/7/74/Button_comment.png",
"speedTip": "Comment visible only for editors",
"tagOpen": "<!-- ",
"tagClose": " -->",
"sampleText": "Insert comment here"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://images.wikia.com/central/images/2/23/Button_code.png",
"speedTip": "",
"tagOpen": "<code>",
"tagClose": "</code>",
"sampleText": "Insert text here"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://images.wikia.com/central/images/7/73/Button_code_nowiki.png",
"speedTip": "",
"tagOpen": "<code><nowiki>",
"tagClose": "</nowiki></code>",
"sampleText": "Insert formatted text here"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/commons/7/79/Button_include.png",
"speedTip": "Appear text but invisible",
"tagOpen": "<includeonly>",
"tagClose": "</includeonly>",
"sampleText": "Insert text with invisible here"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/commons/c/ce/Button_no_include.png",
"speedTip": "Appear text but visible",
"tagOpen": "<noinclude>",
"tagClose": "</noinclude>",
"sampleText": "Insert text with visible here"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/commons/1/1b/Button_only_include.png",
"speedTip": "",
"tagOpen": "<onlyinclude>",
"tagClose": "</onlyinclude>",
"sampleText": "Insert text here"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://images.wikia.com/central/images/3/3b/Button_template_alt.png",
"speedTip": "",
"tagOpen": "{{",
"tagClose": "}}",
"sampleText": "Template"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://images.wikia.com/central/images/1/11/Button_category.png",
"speedTip": "Speedy Category",
"tagOpen": "[[Category:",
"tagClose": "]]",
"sampleText": "Add Category Here"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://images.wikia.com/central/images/4/4b/Button_nbsp.png",
"speedTip": "Space",
"tagOpen": " ",
"tagClose": "",
"sampleText": ""
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://images.wikia.com/central/images/3/3c/Button_pre.png",
"speedTip": "pre text",
"tagOpen": "<pre>",
"tagClose": "</pre>",
"sampleText": "Pre"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/commons/3/35/Button_substitute.png",
"speedTip": "Substituting Template",
"tagOpen": "{{SUBST:",
"tagClose": "}}",
"sampleText": "Substitute"
};
}
