模板:If darkmode/doc
跳转到导航
跳转到搜索
| File:Edit-copy green.svg | 此页面是Template:If darkmode的模板文档。 此页面可能包含了模板的使用说明、分类和其他内容。 |
| CSS | 本模板使用以下模板样式: |
说明[编辑]
此模板仿照{{If mobile}}。用来侦测用户浏览的页面是否为黑底白字的页面。
模板数据[编辑]
<templatedata> { "params": { "1": { "label": "深色模式显示的内容", "description": "若用户使用深色模式浏览时,会显示此内容", "type": "content" }, "2": { "label": "浅色模式显示的内容", "description": "若用户使用浅色模式浏览时,会显示此内容", "type": "content" }, "tag": { "label": "标签名称", "description": "输出的标签名称,默认为span", "type": "string" } }, "description": "用来侦测用户浏览的页面是浅色模式还是深色模式", "format": "inline" } </templatedata>