Difference between revisions of "Template:Notice"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Kicoax
imported>Qazaaq
(Added categories.)
 
Line 19: Line 19:
| <code><nowiki>{{Notice|Some strange notice|This is the body of the notice.|danger}}</nowiki></code> || {{Notice|Some strange notice|This is the body of the notice.|danger}}
| <code><nowiki>{{Notice|Some strange notice|This is the body of the notice.|danger}}</nowiki></code> || {{Notice|Some strange notice|This is the body of the notice.|danger}}
|}
|}
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 22:46, 3 September 2019

{{{1}}}

Displays a notice box.

Parameters[edit source]

  1. The title of the notice
  2. The body of the notice
  3. The type of the notice (info, warning, or danger)

Examples[edit source]

Source Output
{{Notice|Some strange notice}}
Some strange notice
{{Notice|Some strange notice|This is the body of the notice.|warning}}
Some strange notice

This is the body of the notice.

{{Notice|Some strange notice|This is the body of the notice.|danger}}
Some strange notice

This is the body of the notice.