Indic-TechCom/Tools/qrCodeGenerator
< Indic-TechCom | Tools
What it does
editIt provides you an option in your wiki's sidebar called "Genreate QR code" in toolbar section. This option will help you to gen QR code of the current page URL onwiki. And also you can download QR code in PNG format.
Features
edit- It uses Wikimedia's Modern UI library mw:OOUI.
- It does all process on the client side.
- We are not loading any external library/en:API. So there will be no issue about privacy violation.
Installation
editAdd the following code to your wiki user's common.js or global meta's global.js page:
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Indic-TechCom/Script/qrCode.js&action=raw&ctype=text/javascript');