跳转到内容

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

(……)
(…………)
第1行: 第1行:
bg = document.getElementById("pagebg")
bg = document.getElementById("pagebg");
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.backgroundImage = "url(${path})";

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

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

body = document.querySelector("body");
body.style.backgroundImage = "url(${path})";