跳至內容

「Module:RotaenoMap」:修訂間差異

移除 7 位元組 、​ 2024年12月28日 (星期六)
// Edit via Wikiplus
(先大概这样用吧)
(// Edit via Wikiplus)
 
第42行: 第42行:
  end
  end
  local outer_wrapper = mw.html.create("div")
  local outer_wrapper = mw.html.create("div")
  outer_wrapper:cssText("overflow:auto;position:relative;width:100%;maxheight:60vh")
  outer_wrapper:cssText("overflow:auto;position:relative;max-width: 960px;max-height:60vh")
  local wrapper_div = mw.html.create("div")
  local wrapper_div = mw.html.create("div")
  outer_wrapper:node(wrapper_div)
  outer_wrapper:node(wrapper_div)
  wrapper_div:cssText("overflow:auto;position:relative;min-width:100%")
  wrapper_div:cssText("position:relative;max-width:100%")
  wrapper_div:css("width", pos_max["x_max"] - pos_max["x_min"] + 100 .. "px")
  wrapper_div:css("width", pos_max["x_max"] - pos_max["x_min"] + 100 .. "px")
  wrapper_div:css("height", pos_max["y_max"] - pos_max["y_min"] + 100 .."px")
  wrapper_div:css("height", pos_max["y_max"] - pos_max["y_min"] + 100 .."px")
188

次編輯