Actions

Template

Example: Difference between revisions

From LimeSurvey Manual

mNo edit summary
(Marked this version for translation)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude><languages /><translate>
<!--T:1-->
</noinclude>
  <span style="position: relative; top:-12px; left:-10px; font-size: 75%;">Example:</span>
  <span style="position: relative; top:-12px; left:-10px; font-size: 75%;">Example:</span>
  {{#if:{{{Text|}}}|{{{Text}}}|{{{1|}}} }}
  {{#if:{{{Text|}}}|{{{Text}}}|{{{1|}}} }}
<noinclude>
<noinclude>
== Usage ==
 
== Usage == <!--T:2-->
 
<!--T:3-->
If you want to add a Quote, type:  
If you want to add a Quote, type:  
<nowiki>{{Example|Text=this is the Example}}</nowiki>
<nowiki>{{Example|Text=this is the Example}}</nowiki>
Line 8: Line 14:
<nowiki>{{Example|This is another example}}</nowiki>
<nowiki>{{Example|This is another example}}</nowiki>


<!--T:4-->
and this will be displayed as:
and this will be displayed as:


<!--T:5-->
{{Example|Text=this is the Example}}
{{Example|Text=this is the Example}}
{{Example|This is another example}}
{{Example|This is another example}}
</translate>
</noinclude>
</noinclude>

Latest revision as of 09:10, 24 June 2013

Example:


Usage

If you want to add a Quote, type: {{Example|Text=this is the Example}} or {{Example|This is another example}}

and this will be displayed as:


Example:
this is the Example


Example:
This is another example