Template:I-note

From CotH-Wiki
Jump to navigationJump to search
Description
Generates an inline section note. For an explanation of what certain keywords mean, a key is provided here.
Syntax
{{Template:I-note| <string> | <switch ("custom"/"note"/"info"/"warning"/"tip"/"link"/"disambig"/"speculation")> | <title - namespace> | <any> | msg=<string> | type=<switch ("custom"/"note"/"info"/"warning"/"tip"/"link"/"disambig"/"speculation")> | icon=<title - namespace> | content=<any> }}
Parameters
1=
Inline note's message string.
2=
Switch for the inline note's type, which controls the selection of icon and preset text. The following types are supported (defaults to note).
custom
"", "Note" - Custom. 1= or msg= is used if present.
note
"'Note:", "Note" - General. 1= or msg= is used if present.
info
"Info: ", "Information" - Information. 1= or msg= is used if present.
warning
"Warning: ", "Warning" - Warning. 1= or msg= is used if present.
tip
"Tip:" + "[More]", "Tip" - Tips. See Also. 1= or msg= is used if present, otherwise "Unknown." is used.
disambig
"Dismbiguation: If {{PAGENAME}} is not the page you were looking for please follow one of the disambiguation links below or search to find it.", "Disambiguation" - Disambiguation. 1= and msg= are not used.
link
"See Also: ", "See Also" - See Also. 1= or msg= is used if present, otherwise "Please see the following links for more information." is used.
speculation:"Speculation: This section contains fan speculation and should not be taken as representing official lore!", "Speculation" - Speculation. 1= and msg= are not used.
3=
Expanded Flag for the inline note's icon where the value the icon's title exluding the "Image:" namespace (overides the icon out from type=).
4=
Expanded Flag for the inline note's content section where the value is a output representing information related to the note (eg. list of links or further explanation of the note).
msg=
(See 1=.)
type=
(See 2=.)
icon=
(See 3=.)
content=
(See 4=.)
Example
Code
{{I-note
|This template is very versatile and can be used for practically any form of section notice.
|Info
}}
{{I-note
|msg=This exmaple shows off all the parameters and how they could be used.
|type=custom
|icon=Icon-policy-22x22.png
|content=
#It must be good.
#It must be really good.
}}
Result
Information
Note: This template is very versatile and can be used for practically any form of section notice.
Icon-policy-22x22.png
Policy: This section has the following policies rules explcitly applied to it.
  1. It must be good.
  2. It must be really good.