Actions

Template

Alert: Difference between revisions

From LimeSurvey Manual

No edit summary
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div><div class="boxed alert">[[File:Important.png|20px|left]]</div><div> {{#if:{{{title|}}}| <strong class="error"> {{{title}}} : </strong>}} {{#if:{{{text|}}}|{{{text}}}|{{{1}}}}}</div></div>
<div class="boxed alert">[[File:Important.png|20px]]&nbsp; {{#if:{{{title|}}}| <strong class="error"> {{{title}}} : </strong>}} {{#if:{{{text|}}}|{{{text}}}|{{{1}}}}}</div>
 
<noinclude>
<noinclude>
== Usage ==
== Usage ==
* <nowiki>{{Alert|Some important alert text}}</nowiki>
* <nowiki>{{Alert|Put attention to}}</nowiki>
* <nowiki>{{Alert|title=Title text|text=Some important alert text}}</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>

Latest revision as of 12:35, 26 August 2021

  {{{1}}}


Usage

  • {{Alert|Put attention to}}
  • {{Alert|title=Attention|text=Put attention to}}

Result

  Put attention to


  Attention : Put attention