Template:Hatnote: Difference between revisions
m Reverted edit by ! (talk) to last revision by NoGoodDeed Tag: Rollback |
Made it required because if you aren’t requiring it something has gone terribly wrong. |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 11: | Line 11: | ||
{{Hatnote|Example hatnote text.}} | {{Hatnote|Example hatnote text.}} | ||
</blockquote> | </blockquote> | ||
[[Category: | [[Category:Styling templates]] | ||
</noinclude> | </noinclude> | ||
<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly> | <includeonly>{{#invoke:Hatnote|hatnote}}</includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Text", | |||
"description": "The text you want the hatnote to show.", | |||
"example": "Example text", | |||
"required": true | |||
} | |||
}, | |||
"description": "This template produces formatted text, following the guideline for a Wikipedia hatnote. Broadly speaking, a hatnote should answer a reader's question (maybe preemptively): ''Am I on the right page?''" | |||
} | |||
</templatedata> | |||
</noinclude> | |||