Template:For/doc
<templatedata> { "params": { "1": { "label": "Topic", "description": "The topic the following pages are about.", "example": "more information", "type": "line", "required": true }, "2": { "label": "Related Page", "description": "A related page.", "example": "Related Page", "type": "wiki-page-name", "required": true }, "3": { "label": "Second Page", "description": "A second related page.", "example": "Second Related Page", "type": "wiki-page-name" }, "4": { "label": "Third Page", "description": "A third related page.", "example": "Third Related Page", "type": "wiki-page-name" } }, "description": "This hatnote template is meant to be used to show pages related to a topic the reader might want to visit.", "paramOrder": [ "1", "2", "3", "4" ], "format": "inline" } </templatedata>
Examples
[edit]| Code | Result |
|---|---|
{{For|more information|Special:WantedPages}} |
Special:WantedPages}} |
{{For|more information|Special:WantedPages|Special:UncategorizedPages}} |
Special:WantedPages and Special:UncategorizedPages}} |
{{For|more information|Special:WantedPages|Special:UncategorizedPages|Special:UncategorizedCategories}} |
Special:WantedPages, Special:UncategorizedPages and Special:UncategorizedCategories}} |
{{For|more information|Special:WantedPages{{!}}Page 1}} (Custom link label) |
Page 1}} |
Dependencies
[edit]For this template to work properly, you need the following:
- The Script error: No such module "Template link". base template.
- The
.hatnoteclass, found in MediaWiki:Common.css.
Source
[edit]Roughly based on Wikipedia's For Template.