LLWiki正在建设中,欢迎加入我们

“Widget:Sandbox”的版本间差异

跳转到导航 跳转到搜索
//</includeonly>JavaScript脚本:<pre lang="js">
// 这里输入代码
window.addEventListener('load', function () {
 
document.querySelectorAll( '.username' ).forEach(function(ele) {
ele.contentText = mw.config.get('wgUserName');
});
});
//</pre>
<includeonly>