state:empty
state:<translated
state:>=translated
state:needs-editing
has:suggestion
has:variant
has:screenshot
has:label
has:context
state:<translated AND NOT has:suggestion
has:comment
has:check
state:approved
state:translated
Loading…
String updated in the repository
Following checks are failing:Mismatching line breaks: German, French, Italian, Latvian, Swedish
Reset
Additional explanation to clarify meaning or usage of the string.
Additional comma-separated flags to influence Weblate behavior.
read-only is inherited from XWiki Platform/xwiki-platform-help/xwiki-platform-help-syntax/XWiki.XWikiSyntaxDefinitionLists — English.
read-only
== Definition Lists ==
=== 1.0 Definition Lists ===
|=Feature|=XWiki Syntax 1.0|=Result
|Standard definition|((({{{
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
}}})))|(((
; term
: definition
)))
|Nested definitions|((({{{
<dl>
<dt>term 1</dt>
<dd>definition 1
<dl>
<dt>term 2</dt>
<dd>definition 2</dd>
</dl>
</dd>
</dl>
}}})))|(((
; term 1
: definition 1
:; term 2
:: definition 2
)))
|Parametrized definition|((({{{
<dl style="color:blue">
<dt>term</dt>
<dd>definition</dd>
</dl>
}}})))|(((
(% style="color:blue" %)
; term
: definition
)))
=== 2.0 Definition Lists ===
|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result
|Standard definition|((({{{
; term
: definition
}}})))|(((
; term
: definition
)))
|Nested definitions|((({{{
; term 1
: definition 1
:; term 2
:: definition 2
}}})))|(((
; term 1
: definition 1
:; term 2
:: definition 2
)))
|Parametrized definition|((({{{
(% style="color:blue" %)
; term
: definition
}}})))|(((
(% style="color:blue" %)
; term
: definition
)))
== Definition Lists ==
=== 1.0 Definition Lists ===
|=Feature|=XWiki Syntax 1.0|=Result
|Standard definition|((({{{
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
}}})))|(((
; term
: definition
)))
|Nested definitions|((({{{
<dl>
<dt>term 1</dt>
<dd>definition 1
<dl>
<dt>term 2</dt>
<dd>definition 2</dd>
</dl>
</dd>
</dl>
}}})))|(((
; term 1
: definition 1
:; term 2
:: definition 2
)))
|Parametrized definition|((({{{
<dl style="color:blue">
<dt>term</dt>
<dd>definition</dd>
</dl>
}}})))|(((
(% style="color:blue" %)
; term
: definition
)))
=== 2.0 Definition Lists ===
|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result
|Standard definition|((({{{
; term
: definition
}}})))|(((
; term
: definition
)))
|Nested definitions|((({{{
; term 1
: definition 1
:; term 2
:: definition 2
}}})))|(((
; term 1
: definition 1
:; term 2
:: definition 2
)))
|Parametrized definition|((({{{
(% style="color:blue" %)
; term
: definition
}}})))|(((
(% style="color:blue" %)
; term
: definition
)))