Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201
Help:Note boxes - TangoWiki

Help:Note boxes

From Tangowiki
User manual edit TOC
Short instruction
Find and read articles
Important terms
Search for an article
User account
Registration/New user account
Preferences: User settings
Create new article
Sandbox on subpage
Cite a source & quotes
Style guide
Use forms
Create TJ page
Create milonga
Create venue
Create festival article
Add a song recording
Edit an article
Text formatting
Links
Add categories to article
Watchlist
Move (rename) a page
Images
Use templates
Message boxes
Note boxes
Guidelines
Collaborate
Discussion page
Translate a page
Get help
Expert manual

Note boxes can be used in an article to highlight certain text information. Find all noteboxes in the category "Article template".

The styling for the noteboxes is added via CSS as referred to in the templates.

Different noteboxes

At the moment, there are the following note box templates available:

Use the code {{Note|Note text}} in your text and change Note text to the content you need.

In the noteboxes usually there is a default title that can be changed by including a template parameter. Refer to the template pages for detailed information and all compulsory and optional template parameters.

In a nutshell

For making use of the template Note-nutshell, include {{Note-nutshell|summary=This is the page in one sentence. Actually, two.}} at the very beginning of your text (before the table of contents) to produce:

This page in a nutshell: This is the page in one sentence. Actually, two.

You can change the title by including the title parameter |title= into the template:

{{Note-nutshell |title=Please read first. |summary=This is the page in one sentence. Actually, two.}}

This will give you:

Please read first. This is the page in one sentence. Actually, two.

Remember to write longer template calls below each other:

{{Note-nutshell
|title=Please read first.
|summary=This is the page in one sentence. Actually, two.
}}

Note

For making use of the template Note, include {{Note|Note text}} in your text to produce:

Template:Note

A different title is optional, include it with the "title" parameter:

{{Note|title=Screenshot trick:|Note text}} Template:Note

Info

For making use of the template Note-info, include {{Note-info|This helps you a lot!}} in your text to produce:

Info: This helps you a lot!

A different title is optional, include it with the "title" parameter:

{{Note-info|title=See also:|Note text}}

See also: Note text

Warning

For making use of the template Note-warning, include {{Note-warning|Attention, attention!}} in your text to produce:

Important: Attention, attention!

A different title is optional, include it with the "title" parameter:

{{Note-warning|title=Beware:|Note text}}

Beware: Note text

Quote

Usage of the template Quote by including {{Quote|Quote text|Speaker|Source}} into the text.

Quote text
Speaker[1]


Make sure to include the <references /> tag at the end of the page under a separate heading to list all sources.

References

  1. Source

Best practices

Template:Note