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

“Widget:Bgimage”的版本间差异

跳转到导航 跳转到搜索
window.addEventListener('load', function () {
$('.bgimage').html(function () {
$(this).html("'<img src="' + this.dataset.url + '>">');
$(this).appendTo("html > body > #content + #mw-navigation");
});