Template:Fa:修订间差异
外观
创建页面,内容为“<includeonly><i class="fa-{{{1|question}}} {{#switch:{{{2|}}}|s=fas|r=far|l=fal|b=fab|#default={{{2|}}}}} {{#switch:{{{3|}}}|s=fas|r=far|l=fal|b=fab|#default={{{3|}}}}} " style="font-size:{{{size|}}};color:{{{color|}}};{{{style|}}}"></i></includeonly> <noinclude>{{documentation}}</noinclude>” |
小无编辑摘要 |
||
| (未显示同一用户的4个中间版本) | |||
| 第1行: | 第1行: | ||
<includeonly>< | <includeonly> | ||
{{#invoke:fa|main | |||
<!-- 核心图标参数 --> | |||
| icon = {{{icon|{{{1|question}}}}}} <!-- 图标名称(必选),默认question --> | |||
| fa-version = {{{fa-version|{{{version|7}}}}}} <!-- FontAwesome版本,兼容version别名 --> | |||
<!-- 样式控制参数 --> | |||
| style = {{lc:{{{style|{{{2|s}}}}}}}} <!-- 样式类型(s/r/l等),强制小写 --> | |||
| size = {{{size|{{{3|}}}}}} <!-- 尺寸(默认单位em,支持px,如20→20em,或15px/2em) --> | |||
| color = {{#ifeq:{{{color|}}}|#default||{{{color|}}}}} <!-- 颜色值(过滤#default) --> | |||
| spin = {{{spin|}}} <!-- 旋转动画(spin/pulse) --> | |||
<!-- 可访问性参数 --> | |||
| title = {{{title|{{{aria-label|}}}}}} <!-- 悬浮提示/无障碍标签 --> | |||
| id = {{{id|}}} <!-- DOM元素ID --> | |||
<!-- 安全模式开关 --> | |||
| smart-args = {{#if:({{#ifgroup:sysop}})|enhanced|strict}} <!-- 权限控制模式 --> | |||
}} | |||
</includeonly> | |||
<noinclude>{{documentation}}</noinclude> | <noinclude>{{documentation}}</noinclude> | ||