User:RDF/monobook.js
Appearance
< User:RDF
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .css page for this skin can be added at User:RDF/monobook.css. |
/* Add Spirituality links to top of page */
setTimeout("spirituality()", 0);
function spirituality() {
var div = document.createElement("div");
div.innerHTML = '<p style="clear:both; margin:0 3px .8em 3px; text-align: center; margin-top: 0; margin-bottom:.2em; font-size: 105%;"><span style="font-variant: small-caps"> <a href="/wiki/Spirituality" title="Spirituality">Spirituality</a>: <a href="/wiki/Portal:Spirituality" title="Portal:Spirituality">Portal</a> | <a href="/wiki/Glossary of spirituality-related terms" title="Glossary of spirituality-related terms">Glossary</a> | <a href="/wiki/Category:Spirituality" title="Category:Spirituality">Category</a> - <a href="/wiki/Category:Shabd paths" title="Category:Shabd paths">Shabd paths</a> | <a href="/wiki/List of spirituality-related topics" title="List of spirituality-related topics">List</a> | <a href="/wiki/Category:Spiritual and religious images" title="Category:Spiritual and religious images">Images</a> | <a href="/wiki/List_of_symbols#Religious.2C_esoteric.2C_metaphysical_and_mystical_symbols" title="List_of_symbols#Religious.2C_esoteric.2C_metaphysical_and_mystical_symbols">Symbols</a> | <a href="/wiki/Wikipedia:WikiProject Spirituality" title="Wikipedia:WikiProject Spirituality">Project</a></p>'
document.getElementById("content").insertBefore(div, document.getElementsByTagName("h1")[0]);
}