MediaWiki:Vector.js

Revision as of 00:53, 24 August 2020 by Matt Pijoan (talk | contribs)
Jump to navigation Jump to search

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.
$(document).ready(function(){ 

if(window.location.pathname.substring(window.location.pathname.lastIndexOf("/") + 1) === "Textbook_of_clinical_trials"){
$("#wikidocNav").prepend("<p><b>Study Tools</b>&nbsp;<a href='https://www.wikidoc.org/index.php/GFR'>GFR calculation</a>&nbsp;|&nbsp;<a href='https://www.wikidoc.org/index.php/TIMI_risk_score'>TIMI Risk Score</a>&nbsp;|&nbsp;<a href='https://www.wikidoc.org/index.php/The_GRACE_risk_score'>Grace Risk Score</a></p>");
}



$("#content").append("<hr> <div class='nomobile'><div style='text-align:center;' class='nomobile' id='wikidocNav'><b>Navigation</b> <a href='/index.php/Main_Page' title='Main Page'>WikiDoc</a> | <a href='/index.php/WikiPatient'
title='WikiPatient'>WikiPatient</a> | <a href='/index.php/Category:Up-To-Date' title='Category:Up-To-Date'>Up To Date Pages</a> | <a href='/index.php/Special:RecentChanges'
title='Special:RecentChanges'>Recently Edited Pages</a> | <a href='/index.php/Special:NewFiles' title='Special:NewFiles'>Recently Added Pictures</a> <p><b>Table of Contents</b> <a
href='/index.php/Special:AllPages' title='Special:AllPages'>In Alphabetical Order</a> | <a href='/index.php/Category:List_of_Diseases' title='Category:List of Diseases'> By Individual Diseases</a> |
<a href='/index.php/The_WikiDoc_Living_Textbook_of_Signs_and_Symptoms' title='The WikiDoc Living Textbook of Signs and Symptoms'>Signs and Symptoms</a> | <a
href='/index.php/The_WikiDoc_Living_Textbook_of_Physical_Examination' title='The WikiDoc Living Textbook of Physical Examination'>Physical Examination</a> | <a
href='/index.php/The_WikiDoc_Living_Textbook_of_Laboratory_Findings' title='The WikiDoc Living Textbook of Laboratory Findings'>Lab Tests</a> | <a
href='/index.php/The_WikiDoc_Living_Textbook_of_Pharmacology' title='The WikiDoc Living Textbook of Pharmacology'>Drugs</a> </p> <b>Editor Tools</b> <a href='/index.php/NewPage' class='mw-redirect' title='New Page'>Create a New Page</a> |  <a href='/index.php/Editor_Application'
title='Editor Application' class='mw-redirect'>Become an Editor</a> | <a href='/index.php/Help_Menu' title='Help Menu'>Editors Help Menu</a> | <a href='/index.php/Special:Upload' title='Special:Upload'>Upload
a Picture or File</a> 
| <a href='/index.php/Special:SpecialPages'
title='Special:SpecialPages'>Maintain Pages</a> | <a href='/index.php/Special:WhatLinksHere' title='Special:WhatLinksHere'> What Pages Link Here</a>  <hr> <div class='visualClear'></div> <a
href='/index.php/There_is_No_Industry_Support_for_This_Site' title='There is No Industry Support for This Site'> There is no pharmaceutical or device industry support for this site</a> and we need
your viewer supported <a href='/index.php/WikiDoc_foundation_donations' title='WikiDoc foundation donations'>Donations</a> | <a href='/index.php/Editorial_Board' title='Editorial Board'>Editorial
Board</a> | <a href='/index.php/WikiDoc_Foundation_governance' title='WikiDoc Foundation governance'>Governance</a> | <a href='/index.php/WikiDoc_Licensing' title='WikiDoc Licensing'>Licensing</a> |
<a href='/index.php/wikidoc:General_disclaimer' title='wikidoc:General disclaimer'>Disclaimers</a> | <a href='/index.php/How_to_avoid_plagiarism' title='How to avoid plagiarism'>Avoid Plagiarism</a>
| <a href='/index.php/Policies'
title='Policies' class='mw-redirect'>Policies</a> </div></div>");




});