Difference between revisions of "MediaWiki:Gadget-wikEd.js"
From Philosophy of Biology Graduate Programs
(Created page with "// install Wikipedia:User:Cacycle/wikEd in-browser text editor importScriptURI('//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' + '&action=raw&ctype=text/javas...") |
m |
||
Line 2: | Line 2: | ||
importScriptURI('//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' | importScriptURI('//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' | ||
+ '&action=raw&ctype=text/javascript'); | + '&action=raw&ctype=text/javascript'); | ||
+ | |||
+ | var wikEdConfig = {}; | ||
+ | wikEdConfig.frameCSS = { '.wikEdLinkName': 'color: #00a000; font-weight: bold;' }; |
Latest revision as of 01:21, 21 January 2015
// install [[Wikipedia:User:Cacycle/wikEd]] in-browser text editor importScriptURI('//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' + '&action=raw&ctype=text/javascript'); var wikEdConfig = {}; wikEdConfig.frameCSS = { '.wikEdLinkName': 'color: #00a000; font-weight: bold;' };