MediaWiki
Gadget-breadcrumbs.js
From Dogcraft Wiki
(Created page with "$(document).ready(function() { $("#alertbutton-domino").click(function(){ mw.messages.set({'sandbox-test': 'Testing'}); }); });") |
No edit summary |
||
Line 3: | Line 3: | ||
$("#alertbutton-domino").click(function(){ | $("#alertbutton-domino").click(function(){ | ||
mw.messages.set({'sandbox-test': 'Testing'}); | mw.messages.set({'sandbox-test': 'Testing'}); | ||
var wiki_sandbox_obj = new mw.Message( mw.messages, 'hello' ); | |||
mw.log( wiki_sandbox_obj.text() ); | |||
}); | }); | ||
}); | }); |
Revision as of 15:08, 27 December 2020
This page was last modified on 27 December 2020, at 15:08. (3 months ago)