更改

添加9字节 、 2021年7月5日 (一) 10:57
无编辑摘要
第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)) 3rem; width: 100%")
+
     root:attr("style", "display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, auto)) min-content; width: 100%")
 
     local maintainerTemp = renderMaintainers(frame, props["维护者"], props["创作者"])
 
     local maintainerTemp = renderMaintainers(frame, props["维护者"], props["创作者"])
 
      
 
      
第149行: 第149行:  
     local stage = frame.args["创作阶段"] or "空白"
 
     local stage = frame.args["创作阶段"] or "空白"
 
     root:wikitext(renderStage(frame, stage))
 
     root:wikitext(renderStage(frame, stage))
 +
 +
 
     root:wikitext(renderEditButton(frame))
 
     root:wikitext(renderEditButton(frame))
 
     return root:done()
 
     return root:done()