Difference between revisions of "Template: NoteFormat"

From Genesys Documentation
Jump to: navigation, search
(Created page with "{{NoteStyle|{{{1}}}|Important}}")
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{NoteStyle|{{{1}}}|Important}}
+
<onlyinclude>{{#switch: {{{2|}}}| 2 = {{NoteStyle|{{{1}}}|Tip|[[middle|link=]]}}|3 = {{NoteStyle|{{{1}}}|Warning|}}|4 = {{NoteStyle|{{{1}}}|Disclaimer|[[middle|link=]]}}|#default = {{NoteStyle|{{{1}}}|Important|[[middle|link=]]}}}}</onlyinclude>
 +
<noinclude>
 +
{{#css: .Disclaimer {background-color:#dff0d86b;border-color:#dff0d8} .Disclaimer .new-note-heading {color: #3c763db3;} }}
 +
<templatedata>
 +
{
 +
"params": {
 +
"1": {
 +
"label": "Enter your note text",
 +
"type": "content",
 +
"required": true
 +
},
 +
"2": {
 +
"label": "Select the note type",
 +
"description": "1 = Important, 2 = Tip, 3 = Warning",
 +
"type": "string",
 +
"default": "1",
 +
"suggested": true
 +
}
 +
},
 +
"description": "Add a note to your page and select the format: Important, Tip, and Warning."
 +
}
 +
</templatedata>
 +
</noinclude>

Latest revision as of 12:47, August 10, 2020

Important
{{{1}}}


Add a note to your page and select the format: Important, Tip, and Warning.

Template parameters

ParameterDescriptionTypeStatus
Enter your note text1

no description

Default
empty
Example
empty
Auto value
empty
Contentrequired
Select the note type2

1 = Important, 2 = Tip, 3 = Warning

Default
1
Example
empty
Auto value
empty
Stringsuggested
Retrieved from "https://all.docs.genesys.com/Template:NoteFormat (2025-07-05 05:41:01)"