第137行:
第137行:
local props = SMWUtils.query_page_properties("[["..title.."]]", prop_names)[1]["properties"]
local props = SMWUtils.query_page_properties("[["..title.."]]", prop_names)[1]["properties"]
local root = mw.html.create("div")
local root = mw.html.create("div")
−
root:attr("style", "display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, auto)) min-content; width: 100%")
+
root:attr("style", "display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, auto)); width: 100%")
local maintainerTemp = renderMaintainers(frame, props["维护者"], props["创作者"])
local maintainerTemp = renderMaintainers(frame, props["维护者"], props["创作者"])