Template:Note
hamishwillee
(Talk | contribs) m (Update documentation) |
hamishwillee
(Talk | contribs) (Hamishwillee - Add translation support) |
||
| Line 5: | Line 5: | ||
== Usage == | == Usage == | ||
<nowiki>{{Note</nowiki>|''your text''<nowiki>}}</nowiki> | <nowiki>{{Note</nowiki>|''your text''<nowiki>}}</nowiki> | ||
| + | Optional parameters: | ||
| + | * ''language'': The language category of the natural language the template is to display in. By default English | ||
| + | *: For example <nowiki>{{Note</nowiki>|language=''Lang-Chinese''|''your text''<nowiki>}}</nowiki> | ||
| + | |||
| + | == Translation == | ||
| + | |||
| + | The '''Note''' title text has been translated to a number of languages (Portuguese, Chinese, Japanese). New languages can be added to the switch (see [http://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23switch Help:Extension:ParserFunctions] for more information). | ||
== Appearance == | == Appearance == | ||
| − | </noinclude> | + | </noinclude>{{InfoBox|title={{#switch: {{{language|}}} |
| − | {{InfoBox|title=Note|link=Template:Note|image=Note.png|text={{{1}}} }} | + | | Lang-Chinese =注 |
| + | | Lang-Portuguese =Nota | ||
| + | | Lang-Japanese=注 | ||
| + | | #default = Note | ||
| + | }} | ||
| + | |link=Template:Note | ||
| + | |image=Note.png | ||
| + | |text={{{1}}} | ||
| + | }} | ||
Revision as of 07:21, 16 September 2011
This template adds a "note" to an article.
Note: using the equals (=) and pipe (|) characters inside the template parameters prevents them working properly. These characters should be replaced with the = and | codes respectively.
Usage
{{Note|your text}}
Optional parameters:
- language: The language category of the natural language the template is to display in. By default English
- For example {{Note|language=Lang-Chinese|your text}}
Translation
The Note title text has been translated to a number of languages (Portuguese, Chinese, Japanese). New languages can be added to the switch (see Help:Extension:ParserFunctions for more information).

