跳转到内容

MediaWiki:Gadget-SideBarPic.js:修订间差异

(试着自己写一下)
标签替换
(……)
第2行: 第2行:
path = bg.data-bg
path = bg.data-bg


body = document.queryselector("body")
body = document.querySelector("body")
body.style.background = "url(${path}) no-repeat fixed 50% 0;"
body.style.background = "url(${path}) no-repeat fixed 50% 0;"

2024年7月26日 (五) 13:34的版本

bg = document.getElementById("pagebg")
path = bg.data-bg

body = document.querySelector("body")
body.style.background = "url(${path}) no-repeat fixed 50% 0;"