Template:Nutshell/doc

From the AARoads Wiki: Read about the road before you go
Jump to navigation Jump to search

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

{{nutshell|text}}

Renders like this:

{{nutshell|First bullet point.|Second bullet point.|Third bullet point.}}

yields:

{{Nutshell|title=That's me|Concise summary of this page.}}

yields:

{{Nutshell|title=That's me|Concise summary of this page.|shortcut=me}}

yields:

{{Nutshell|title=That's me|Concise summary of this page.|shortcut=me|shortcut2=you|shortcut3=them|shortcut4=us|shortcut5=everyone}}

yields:

See also


<templatedata> { "params": { "2": { "label": "Nutshell text", "description": "Brief summary that make page more inviting to new users", "type": "string", "required": true }, "3": { "label": "Bullet point #2" }, "4": { "label": "Bullet point #3" }, "5": { "label": "Bullet point #4" }, "title": { "aliases": [ "1" ], "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>