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