Template:Hatnote: Difference between revisions
m add category |
Made it required because if you aren’t requiring it something has gone terribly wrong. |
||
| (9 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
< | <noinclude> {{Hatnote|From https://en.wikipedia.org/wiki/Template:Hatnote under CC BY-SA 4.0 }} 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?'' | ||
From https://en.wikipedia.org/wiki/Template:Hatnote under CC BY-SA 4.0 | == Usage/Example == | ||
Adding this temlpate under a header | |||
This template produces formatted text, following the guideline for a Wikipedia hatnote: <nowiki>{{Hatnote|Example hatnote text.}}</nowiki> | <blockquote> | ||
==Header == | |||
< | <nowiki>{{Hatnote|Example hatnote text.}}</nowiki> | ||
</blockquote> | |||
Broadly speaking, a hatnote should answer a reader's question (maybe preemptively): ''Am I on the right page?''</noinclude> | Produces this result | ||
<blockquote> | |||
==Header == | |||
{{Hatnote|Example hatnote text.}} | |||
</blockquote> | |||
[[Category:Styling templates]] | |||
</noinclude> | |||
<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> | |||