所有卡特霍普公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年5月24日 (六) 21:22 GTEH 留言 贡献创建了页面模块:Infobox (创建页面,内容为“local capiunto = require 'capiunto' local p = {} function p.main(frame) local args = frame:getParent().args local headerStyle if args.headerstyle and args.headerstyle ~= '' then headerStyle = string.format('background-color:%s;', args.headerstyle) else headerStyle = 'background-color:grey;' end local retval = capiunto.create( { title = args.title, top = args.top, bottom = args.bottom, headerStyle = headerStyle, } ) :addImage( args.image1,…”)