MediaWiki
Gadget-breadcrumbs.js
From Dogcraft Wiki
No edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
mw.notify( mw.message( 'sandbox-test' ) ); | mw.notify( mw.message( 'sandbox-test' ) ); | ||
});*/ | });*/ | ||
var guide_va_edit_button = '<li id="ca-ve-edit"><a href="/wiki/index.php?title=Mall_(Survival_4)&veaction=edit" title="Edit this page [Alt+Shift+v]" accesskey="v">Edit</a></li>'; | |||
$(".ns-3002 #ca-edit").before(guide_va_edit_button); | |||
}); | }); |
Revision as of 17:55, 16 January 2021
$(document).ready(function() {
/*$("#alertbutton-domino").click(function(){
mw.messages.set({'sandbox-test': 'Testing'});
var wiki_sandbox_obj = new mw.Message( mw.messages, 'sandbox-test' );
mw.log( wiki_sandbox_obj.text() );
mw.notify( mw.message( 'sandbox-test' ) );
});*/
var guide_va_edit_button = '<li id="ca-ve-edit"><a href="/wiki/index.php?title=Mall_(Survival_4)&veaction=edit" title="Edit this page [Alt+Shift+v]" accesskey="v">Edit</a></li>';
$(".ns-3002 #ca-edit").before(guide_va_edit_button);
});
This page was last modified on 16 January 2021, at 17:55. (3 months ago)