“Widget:Bgimage”的版本间差异

添加2字节 、​ 2020年7月30日 (四) 00:57
无编辑摘要
window.addEventListener('load', function () {
$('.bgimage').html(function () {
$(this).html("'<img src="' + this.dataset.url + '>">');
$(this).appendTo("html > body > #content + #mw-navigation");
});
16,874

个编辑