Template:Nutshell/doc
This is a documentation subpage for Template:Terminate sentence It may contain usage information, categories and other content that is not part of the original template page. |
This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template presents a concise summary at the top of administration pages. It is placed below the title and other infoboxes and above the first paragraph of the main body.
- Use the nutshell summary to make Wikipedia more inviting to new users.
- Nutshell entries must be brief overviews, with a very high meaning to number of words ratio.
- Make sure each word in the nutshell carries significant weight, "make every word tell".
- Wikilink to other pages to create a "nut trail" of pages with nutshells.
This template can also be used on other pages, for instance on how-to guides. But it should not be used in articles.
Usage[edit]
<syntaxhighlight lang="wikitext">
This page in a nutshell: text |
</syntaxhighlight>
Renders like this:
This page in a nutshell: text |
<syntaxhighlight lang="wikitext">
This page in a nutshell: Template:Unordered list |
</syntaxhighlight>
yields:
This page in a nutshell: Template:Unordered list |
<syntaxhighlight lang="wikitext">
That's me in a nutshell: Concise summary of this page. |
</syntaxhighlight>
yields:
That's me in a nutshell: Concise summary of this page. |
<syntaxhighlight lang="wikitext">
That's me in a nutshell: Concise summary of this page. | Template:Ombox/shortcut |
</syntaxhighlight>
yields:
That's me in a nutshell: Concise summary of this page. | Template:Ombox/shortcut |
<syntaxhighlight lang="wikitext">
That's me in a nutshell: Concise summary of this page. | Template:Ombox/shortcut |
</syntaxhighlight>
yields:
That's me in a nutshell: Concise summary of this page. | Template:Ombox/shortcut |
See also[edit]
- Wikipedia:Too long; didn't read
- Wikipedia:Essays in a nutshell (editable lists of essays)
- Wikipedia:Template messages/Wikipedia namespace for a listing of Wikipedia namespace banners.
<templatedata>
{
"params": {
"1": {
"label": "Nutshell text",
"description": "Brief summary that make page more inviting to new users",
"type": "string",
"required": true
},
"2": {
"label": "Bullet point #2"
},
"3": {
"label": "Bullet point #3"
},
"4": {
"label": "Bullet point #4"
},
"title": {
"label": "Title",
"description": "Text that replace \"This page\" into the text you inserted",
"example": "That's me",
"type": "string"
},
"shortcut": {
"aliases": [
"shortcut1"
]
},
"shortcut2": {},
"shortcut3": {},
"shortcut4": {},
"shortcut5": {}
},
"description": "List of parameters for this template",
"format": "inline"
}
</templatedata>