Template:About: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>:''This article is about {{{1}}}. For {{{2}}}, see [[{{{3}}}]].''</includeonly><noinclude> A hatnote template used to explain what an article is about and link to another article with a similar name. ;Example <pre>{{About|the manga chapter|the anime episode|DEMONS EYE}}</pre> {{About|the manga chapter|the anime episode|DEMONS EYE}} Category:Templates </noinclude>") |
m (added templatedata) |
||
Line 7: | Line 7: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"1": { | |||
"label": "This article is about...", | |||
"description": "Brief description of what this article is about.", | |||
"example": "the manga chapter" | |||
}, | |||
"2": { | |||
"label": "For...", | |||
"description": "Description of target page.", | |||
"example": "the anime episode" | |||
}, | |||
"3": { | |||
"label": "Target page", | |||
"description": "Similarly named page that will be linked.", | |||
"example": "DEMONS EYE", | |||
"type": "wiki-page-name" | |||
} | |||
}, | |||
"description": "A hatnote template used to explain what an article is about and link to another article with a similar name. Additional Wikitext may be used in the first and second field. The third field will automatically generate the Wikitext for the page link.\n" | |||
} | |||
</templatedata></noinclude> |
Revision as of 09:32, 25 September 2023
A hatnote template used to explain what an article is about and link to another article with a similar name.
- Example
{{About|the manga chapter|the anime episode|DEMONS EYE}}
- This article is about the manga chapter. For the anime episode, see DEMONS EYE.
A hatnote template used to explain what an article is about and link to another article with a similar name. Additional Wikitext may be used in the first and second field. The third field will automatically generate the Wikitext for the page link.
Parameter | Description | Type | Status | |
---|---|---|---|---|
This article is about... | 1 | Brief description of what this article is about.
| Unknown | optional |
For... | 2 | Description of target page.
| Unknown | optional |
Target page | 3 | Similarly named page that will be linked.
| Page name | optional |