Template:For/doc: Difference between revisions
| [checked revision] | [checked revision] |
Caleb Cooper (talk | contribs) Created page with "{{high-risk}} {{Module rating|protected}} Implements {{tl|for}}. <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wiki..." |
Caleb Cooper (talk | contribs) m Text replacement - "[[WP:" to "[[Wikipedia:WP:" |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{documentation subpage}} |
|||
| ⚫ | |||
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> |
|||
{{Module rating|protected}} |
|||
| ⚫ | |||
{{Lua|Module:For}} |
|||
{{for|the template to create a for loop|Template:For loop}} |
|||
Implements {{tl|for}}. |
|||
(The above was produced by: {{tlc|For|the template to create a for loop|Template:For loop}}.) |
|||
This template yields a [[Wikipedia:WP:Hatnote|hatnote]] with links to up to four articles or disambiguation pages. It accepts zero to five parameters. |
|||
The first parameter sets the hatnote itself and should be plain text, e.g. {{tlc|For|similar terms}} yields on page Foo: |
|||
{{hatnote|For similar terms, see [[:Foo (disambiguation)]].}} |
|||
The second parameter is used to change the resultant link, e.g. {{tlc|For|similar terms|Foobar}} yields: |
|||
{{For|similar terms|Foobar}} |
|||
The third, fourth and fifth parameters are used to give one, two, or three supplementary links: |
|||
{{For|similar terms|Foobar|Bar}} |
|||
{{For|similar terms|Foobar|Bar|Baz}} |
|||
{{For|similar terms|Foobar|Bar|Baz|Quux}} |
|||
the last being produced by e.g. {{tlc|For|similar terms|Foobar|Bar|Baz|Quux}}. |
|||
==See also== |
|||
For more detail see [[wikipedia:Template:For/doc]] |
|||
==TemplateData== |
|||
{{TemplateData header}} |
|||
<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": "{{PAGENAME}} (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> |
|||
<includeonly>{{Sandbox other|| |
|||
<!-- ADD CATEGORIES BELOW THIS LINE --> |
|||
[[Category:Disambiguation and redirection templates|For]] |
|||
| ⚫ | |||
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | |
|||
<!-- Categories below this line, please; interwikis at Wikidata --> |
|||
| ⚫ | |||
}}</includeonly> |
}}</includeonly> |
||
Latest revision as of 08:12, 21 October 2020
| This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
| This template uses Lua: |
(The above was produced by: {{For|the template to create a for loop|Template:For loop}}.)
This template yields a hatnote with links to up to four articles or disambiguation pages. It accepts zero to five parameters.
The first parameter sets the hatnote itself and should be plain text, e.g. {{For|similar terms}} yields on page Foo:
The second parameter is used to change the resultant link, e.g. {{For|similar terms|Foobar}} yields:
The third, fourth and fifth parameters are used to give one, two, or three supplementary links:
the last being produced by e.g. {{For|similar terms|Foobar|Bar|Baz|Quux}}.
See also
For more detail see wikipedia:Template:For/doc
TemplateData
TemplateData for For/doc
This template lists up to four articles on alternative meanings of a term. For further details and examples see the template documentation.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Description | 1 | a phrase describing the major alternative, or a general term for all alternative meanings
| String | optional |
| First link | 2 | A page to link to; usually a disambiguation page or the most likely other meaning.
| Page name | optional |
| Second link | 3 | A page to link to for another meaning, if any. | Page name | optional |
| Third link | 4 | A page to link to for another meaning, if any. | Page name | optional |
| Fourth link | 5 | A page to link to for another meaning, if any. | Page name | optional |