Insertables is a polyfill made to simplify the inserting of MediaWiki server data into pages.
- Note: Before the UCP, this script used attributes named
data-mw. These attributes are no longer allowed on the UCP, and have been renamed todata-var.
Installation
Usage
To display the value of a wg variable, put <span class="mediaWikiData" data-var="wg variable to display"></span> into a page. For example, to display the current user's name, use:
<span class="mediaWikiData" data-var="wgUserName"></span>
which will result in:
Text above can be found here (edit)