Template:About: Difference between revisions

Jump to navigation Jump to search
m
added templatedata
(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>

Navigation menu