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

“Widget:Sandbox”的版本间差异

跳转到导航 跳转到搜索
window.addEventListener('load', function () {
document.querySelectorAll( '.username' ).forEach(function(ele) {
ele.contentTexttextContent = mw.config.get('wgUserName');
});
});