Difference between revisions of "Template:Humor/doc"

From blackwiki
Jump to navigation Jump to search
(Replaced content with '{{angle bracket|{{Unicode|}}}}')
imported>Bamyers99
(Undid revision 658887824 by 49.183.205.19 (talk))
Line 1: Line 1:
{{angle bracket|{{Unicode|}}}}
+
{{Documentation subpage}}
 +
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
 +
 
 +
=== Usage ===
 +
 
 +
This template '''should never be used on pages in the article namespace''', since it should never include any non-factual or non-encyclopedic articles. Only use it in other spaces such as Wikipedia namespace.
 +
 
 +
Use <tt>{{tnull|humor|irony{{=}}yes}}</tt> to display an irony caution:
 +
 
 +
{{humor|irony=yes}}
 +
 
 +
If you dislike having your jokes spoiled, append the following to [[Special:MyPage/common.css]]:
 +
<syntaxhighlight lang="css">
 +
.ombox-humor,            /* hide [[Template:Humor]] */
 +
.ombox-humorantipolicy { /* hide [[Template:Humorantipolicy]] too */
 +
display: none;
 +
}
 +
</syntaxhighlight>
 +
 
 +
=== See also ===
 +
 
 +
*{{tl|Humornotguideline}}
 +
*{{tl|Humorous essay}}
 +
 
 +
<includeonly>
 +
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 +
[[Category:Top icon templates]]
 +
[[Category:Wikipedia header templates|{{PAGENAME}}]]
 +
[[Category:Wikipedia templates which apply NOINDEX]]
 +
 
 +
</includeonly>

Revision as of 21:14, 23 April 2015

Usage

This template should never be used on pages in the article namespace, since it should never include any non-factual or non-encyclopedic articles. Only use it in other spaces such as Wikipedia namespace.

Use {{humor|irony=yes}} to display an irony caution:

If you dislike having your jokes spoiled, append the following to Special:MyPage/common.css:

.ombox-humor,            /* hide [[Template:Humor]] */
.ombox-humorantipolicy { /* hide [[Template:Humorantipolicy]] too */
	display: none;
}

See also