Template:Documentation:修订间差异
模板页面
更多操作
第1行: | 第1行: | ||
<div | <div style=" | ||
background: #ffffff; | |||
border: 1px solid #d8dee2; | |||
border-radius: 8px; | |||
box-shadow: 0 1px 3px rgba(0,0,0,0.05); | |||
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; | |||
font-size: 0.95em; | |||
color: #202122; | |||
margin: 2em 0; | |||
padding: 1.25em; | |||
line-height: 1.6; | |||
"> | |||
<!-- 顶部标题区:图标 + 名称 --> | |||
<div style="display: flex; align-items: center; gap: 14px; margin-bottom: 1em; border-bottom: 1px solid #e0e4e9; padding-bottom: 0.6em;"> | |||
[[File:Template-info.jpg|60px|link=]] | |||
<div style="font-size: 1.3em; font-weight: bold; color: #1a4d8f;"> | |||
{{#switch:{{NAMESPACE}} | |||
|{{ns:template}} 模板文档 | |||
|{{ns:module}} 模块文档 | |||
|{{ns:widget}} 小部件文档 | |||
|#default=文档 | |||
{{ | }} | ||
</div> | |||
</div> | |||
<!-- 来源或提示说明区 --> | |||
<div style=" | |||
background: #f4f8fb; | |||
border-left: 4px solid #69c; | |||
padding: 0.8em 1em; | |||
margin-bottom: 1em; | |||
font-size: 0.9em; | |||
color: #444; | |||
"> | |||
{{#if:{{{content|}}}| | |||
📄 此文档以 [[zhwp:Wikipedia:模板文件頁模式|内联格式]] 编写,内容直接嵌入主模板页面。 | |||
|{{#ifexist: {{{1|{{Documentation/docname}}}}} | |||
|📎 此文档通过 [[zhwp:Wikipedia:嵌入包含|嵌入方式]] 引用自子页面 [[{{{1|{{Documentation/docname}}}}}]]。 | |||
|⁉️ 未找到任何文档;点击下方“创建”补充。 | |||
}} | |||
}} | |||
</div> | |||
<!-- 内容展示区 --> | |||
<div style=" | |||
background-color: #fefefe; | |||
border: 1px solid #e1e4e8; | |||
padding: 1em; | |||
border-radius: 5px; | |||
font-size: 0.95em; | |||
color: #222; | |||
margin-bottom: 1em; | |||
"> | |||
{{#if:{{{content|}}}| | |||
{{{content}}} | |||
|{{#ifexist: {{{1|{{Documentation/docname}}}}} | |||
|{{ {{{1|{{Documentation/docname}}}}} }} | |||
}} | |||
}} | |||
</div> | |||
<!-- 按钮/链接行 --> | |||
<div style="text-align: right; font-size: 0.85em; color: #666;"> | |||
{{#if:{{{content|}}}| | |||
[[{{fullurl:{{FULLPAGENAME}}|action=edit}} 编辑]] | |||
|{{#ifexist: {{{1|{{Documentation/docname}}}}} | |||
|[[{{fullurl:{{{1|{{Documentation/docname}}}}}}} 查看]] | |||
· [[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit}} 编辑]] | |||
· [[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=history}} 历史]] | |||
|[[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit}} 创建]] | |||
}} | |||
· [[{{fullurl:{{FULLPAGENAME}}|action=purge}} 刷新]] | |||
}} | |||
</div> | |||
</div> | </div> |