Difference between revisions of "Alert"
From LimeSurvey Manual
DenisChenu (talk | contribs) m |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <div class="boxed alert">[[File:Important.png|20px]] {{#if:{{{title|}}}| <strong class="error"> {{{title}}} : </strong>}} {{#if:{{{text|}}}|{{{text}}}|{{{1}}}}}</div> | ||
+ | |||
<noinclude> | <noinclude> | ||
− | |||
− | |||
== Usage == | == Usage == | ||
* <nowiki>{{Alert|Put attention to}}</nowiki> | * <nowiki>{{Alert|Put attention to}}</nowiki> | ||
* <nowiki>{{Alert|title=Attention|text=Put attention to}}</nowiki> | * <nowiki>{{Alert|title=Attention|text=Put attention to}}</nowiki> | ||
+ | == Result == | ||
{{Alert|Put attention to}} | {{Alert|Put attention to}} | ||
{{Alert|title=Attention|text=Put attention}} | {{Alert|title=Attention|text=Put attention}} | ||
</noinclude> | </noinclude> |