View source for MediaWiki:Gadget-button-literature.js
From WikiLectures
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* <pre> */
/* Edit button: References list at the end of an article. */
if (mwCustomEditButtons) {
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/commons/f/fe/Button_refs.png",
"speedTip": "References list",
"tagOpen": "<noinclude>\n== Links ==\n=== Related Articles ===\n=== Bibliography ===\n=== References ===\n<references />\n</noinclude>\n",
"tagClose": "",
"sampleText": ""}
}
/* </pre> */
Return to MediaWiki:Gadget-button-literature.js.