Template:Hatnote: Difference between revisions
Appearance
mNo edit summary |
Made it required because if you aren’t requiring it something has gone terribly wrong. |
||
| (7 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?'' | |||
== Usage/Example == | |||
Adding this temlpate under a header | |||
<blockquote> | |||
==Header == | |||
<nowiki>{{Hatnote|Example hatnote text.}}</nowiki> | |||
</blockquote> | |||
Produces this result | |||
<blockquote> | |||
==Header == | |||
{{Hatnote|Example hatnote text.}} | |||
</blockquote> | |||
[[Category:Styling templates]] | |||
</noinclude> | |||
<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | |||
{ | |||
This template produces formatted text, following the guideline for a Wikipedia hatnote | "params": { | ||
"1": { | |||
"label": "Text", | |||
"description": "The text you want the hatnote to show.", | |||
Broadly speaking, a hatnote should answer a reader's question (maybe preemptively): ''Am I on the right page?'' | "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> | </noinclude> | ||
Latest revision as of 05:47, 23 October 2025
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?
Usage/Example
[edit source]Adding this temlpate under a header
Header
[edit source]{{Hatnote|Example hatnote text.}}
Produces this result
Header
[edit source]
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?''
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | 1 | The text you want the hatnote to show.
| Unknown | required |