打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

RIA Wiki 已更新到 1.41!部分 CSS 在新版本下可能有不同的表现,请编辑者注意检查和修改。 目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Fix:修订间差异

来自RIA | Wiki
Aunst留言 | 贡献
简化
Aunst留言 | 贡献
不要斜体啦
 
(未显示1个用户的2个中间版本)
第18行: 第18行:
   | subpage = no
   | subpage = no
}}{{#if:{{{text|}}}
}}{{#if:{{{text|}}}
   | <sup class="noprint template-fix Inline-Template {{{class|}}}" style="white-space: nowrap;">&#91;<i>{{#if:{{{pre-text|}}}
   | <sup class="noprint template-fix Inline-Template {{{class|}}}" style="white-space: nowrap;"><i style="font-style: normal">&#91;{{#if:{{{pre-text|}}}
     | {{{pre-text}}}&#32;
     | {{{pre-text}}}&#32;
   }}[[{{{link|Wikipedia:Cleanup}}}|<span title="{{delink|1={{{title|{{{link|Wikipedia:Cleanup}}}}}}{{#if:{{{date|}}}|&#32;({{{date}}})}}}}">{{{text|}}}</span>]]{{#if:{{{post-text|}}}
   }}[[{{{link|Wikipedia:Cleanup}}}|<span title="{{delink|1={{{title|{{{link|Wikipedia:Cleanup}}}}}}{{#if:{{{date|}}}|&#32;({{{date}}})}}}}">{{{text|}}}</span>]]{{#if:{{{post-text|}}}
     | &#32;{{{post-text}}}
     | &#32;{{{post-text}}}
   }}</i>&#93;</sup>|{{{special|}}}
   }}&#93;</i></sup>|{{{special|}}}
}}<noinclude>
}}<noinclude>
{{Documentation}}
{{Documentation}}
<!-- Add cats and interwikis to the /doc subpage, not here! -->
<!-- Add cats and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>

2024年5月22日 (三) 23:54的最新版本

模板文档

此元模板可用于创建带有清理标记的行内标记, 可被用于以内联方式标记条目问题。

此元模板不应用于条目中, 而应尽可能地使用已存在的替代模板。

使用

{{Fix
  | subst     = <includeonly>{{subst:substcheck}}</includeonly>
  | link      = <文本链接到的页面, 无中括号> (default = Wikipedia:Cleanup)
  | text      = <链接显示的文字>
  | pre-text  = <在链接文本之前的可选文本>
  | post-text = <在链接文本之后的可选文本>
  | class     = <应用于文本上的类> (默认值有: "noprint" , "template-fix" 和 "Inline-Template")
  | title     = <鼠标移动到链接上时显示的工具提示>
  | special   = <可选替换文本, 链接, 标题, 前文本和后文本—允许用户定义非标准格式>
  | date      = <可选的日期参数, 显示在 "title" 参数和/或 "cat-date" 参数之后>
  | cat       = [[<页面要被分类进的分类名>]]
  | cat-date  = <包含页面的分类名称的第一部分; 有一个可选的日期参数>
}}