模板:If darkmode/doc

维基百科,自由的百科全书
跳转到导航 跳转到搜索

说明[编辑]

此模板仿照{{If mobile}}。用来侦测用户浏览的页面是否为黑底白字的页面

模板数据[编辑]

以下是该模板的模板数据,适用于可视化编辑器等工具。

If darkmode模板数据

<templatedata> { "params": { "1": { "label": "深色模式显示的内容", "description": "若用户使用深色模式浏览时,会显示此内容", "type": "content" }, "2": { "label": "浅色模式显示的内容", "description": "若用户使用浅色模式浏览时,会显示此内容", "type": "content" }, "tag": { "label": "标签名称", "description": "输出的标签名称,默认为span", "type": "string" } }, "description": "用来侦测用户浏览的页面是浅色模式还是深色模式", "format": "inline" } </templatedata>