User:Jeblad/quotes

From Meta, a Wikimedia project coordination wiki
Gadget is discontinued.

Quotes is a gadget to add localized quote signs to all q and blockquote elements.

There is one page

Enabling the gadget from a remote site is by adding the following script to your local Special:MyPage/common.js on each project or your global m:Special:MyPage/global.js for all projects.

Please keep the tracking line, it makes it possible to check if this gadget should be made globally available.

// Tracking [[User:Jeblad/quotes]]
mw.loader.load( '//meta.wikimedia.org/w/index.php?title=User:Jeblad/quotes/style.css&action=raw&ctype=text/css', 'text/css' );

It is a good idea to add the loader script to a local gadget, thereby making it easy for all users on the project to enable the functionality. Adding this to Common.css is a good idea too, but unfortunately it often triggers lengthy discussions.