模板:For
| 警告 | 此模板被引用于约8,000个页面。 为了避免造成大规模的影响,所有对此模板的编辑应先于沙盒、测试样例或您的沙盒上测试。 测试后无误的版本可以一次性地加入此模板中,但是修改前请务必于讨论页发起讨论。 模板引用数量会自动更新。 |
| File:Lua-Logo.svg | 此模板使用Lua语言: |
此模板生产一个包含条目或者消歧义页面链接顶注;可以接受0-5个参数。
例如通过{{For|用于创建for循环的模板|Template:For loop}}会呈现:
范例[编辑]
假设页面名称是 Foo :
- 第一个参数修改顶注本身因此应该是纯文本,比如
{{For|相似术语}}显示结果为:
- 第二个参数用于改变结果中的链接,比如
{{For|相似术语|Foobar}}显示结果为:
- 第三、四、五个参数可以用于给出不同数量的补充链接:
最后一个通过{{For|相似术语|Foobar|Bar|Baz|Quux}}生成。
模板数据[编辑]
<templatedata> { "description": "This template lists up to four articles on alternative meanings of a term. For further details and examples see the template documentation.", "params": { "1": { "label": "Description", "description": "a phrase describing the major alternative, or a general term for all alternative meanings", "default": "other uses", "type": "string", "required": false, "example": "other people with the surname Smith" }, "2": { "label": "First link", "description": "A page to link to; usually a disambiguation page or the most likely other meaning.", "default": "For (disambiguation)", "type": "wiki-page-name", "required": false }, "3": { "label": "Second link", "description": "A page to link to for another meaning, if any.", "type": "wiki-page-name", "required": false }, "4": { "label": "Third link", "description": "A page to link to for another meaning, if any.", "type": "wiki-page-name", "required": false }, "5": { "label": "Fourth link", "description": "A page to link to for another meaning, if any.", "type": "wiki-page-name", "required": false } }, "format": "inline" } </templatedata>