Difference between revisions of "Template:Humor/doc"
imported>JzG |
imported>Andrybak |
||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | ||
| − | |||
{{Template redirect|Funny|Humour}} | {{Template redirect|Funny|Humour}} | ||
| + | This template adds a box at the top of a humorous page to let readers know not to take it seriously. | ||
| + | |||
===Usage=== | ===Usage=== | ||
| − | + | Per [[Wikipedia:Requests_for_comment/April_Fools%27#Require_all_jokes_other_than_the_main_page_to_be_tagged|this RfC]], this template or another disclosure template '''''must'' be used on all humorous pages'''. | |
| + | It '''should ''never'' be used on pages in the article namespace''', because the article namespace should never include any non-factual or non-encyclopedic pages. Only use it in ''other'' [[WP:Namespace|namespaces]], such as the Wikipedia namespace. | ||
| + | |||
| + | ===Opting out=== | ||
If you dislike having jokes on pages that you view spoiled, append the following to [[Special:MyPage/common.css]]: | If you dislike having jokes on pages that you view spoiled, append the following to [[Special:MyPage/common.css]]: | ||
<syntaxhighlight lang="css"> | <syntaxhighlight lang="css"> | ||
| Line 26: | Line 30: | ||
}}</includeonly> | }}</includeonly> | ||
| + | <templatedata> | ||
| + | { | ||
| + | "params": { | ||
| + | "1": { | ||
| + | "label": "Shortcuts", | ||
| + | "description": "Adds up to five shortcuts. No brackets needed.", | ||
| + | "example": "WP:END", | ||
| + | "type": "wiki-page-name", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "2": {}, | ||
| + | "3": {}, | ||
| + | "4": {}, | ||
| + | "5": {}, | ||
| + | "small": { | ||
| + | "description": "Makes the box small", | ||
| + | "example": "yes" | ||
| + | }, | ||
| + | "text": { | ||
| + | "description": "Replaces the default text with a custom message", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "section": { | ||
| + | "description": "Replaces \"page\" with \"section\"", | ||
| + | "example": "yes" | ||
| + | }, | ||
| + | "nocat": { | ||
| + | "label": "No category", | ||
| + | "description": "Does not add the page to [[:Category:Wikipedia humor]]", | ||
| + | "type": "boolean" | ||
| + | } | ||
| + | }, | ||
| + | "description": "Adds a box at the top of a humorous page to let readers know not to take it seriously." | ||
| + | } | ||
| + | </templatedata> | ||
Revision as of 17:33, 8 May 2020
| This is a documentation subpage for Template:Humor. It contains usage information, categories and other content that is not part of the original template page. |
Template:Template redirect This template adds a box at the top of a humorous page to let readers know not to take it seriously.
Usage
Per this RfC, this template or another disclosure template must be used on all humorous pages.
It should never be used on pages in the article namespace, because the article namespace should never include any non-factual or non-encyclopedic pages. Only use it in other namespaces, such as the Wikipedia namespace.
Opting out
If you dislike having jokes on pages that you view spoiled, append the following to Special:MyPage/common.css:
.ombox-humor, /* hide [[Template:Humor]] */
.ombox-humorantipolicy { /* hide [[Template:Humorantipolicy]] too */
display: none;
}
See also
- {{Humorantipolicy}}
- {{Humorous essay}}
Adds a box at the top of a humorous page to let readers know not to take it seriously.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Shortcuts | 1 | Adds up to five shortcuts. No brackets needed.
| Page | suggested |
| 2 | 2 | no description | Unknown | optional |
| 3 | 3 | no description | Unknown | optional |
| 4 | 4 | no description | Unknown | optional |
| 5 | 5 | no description | Unknown | optional |
| Small | small | Makes the box small
| Unknown | optional |
| Text | text | Replaces the default text with a custom message | String | optional |
| Section | section | Replaces "page" with "section"
| Unknown | optional |
| No category | nocat | Does not add the page to [[:Category:Wikipedia humor]] | Boolean | optional |