source: extensions/ExtendedDescription/language/en_UK/help.lang.html @ 26430

Last change on this file since 26430 was 26430, checked in by mistic100, 10 years ago

slip help files + add entry in plugins list

File size: 861 bytes
Line 
1<p>Multilingual descriptions are placed between [lang=xx] and [/lang] tags, where xx is the language code (for example en, es, fr). There are also 2 special languages : [lang=default] and [lang=all]</p>
2
3<ul>
4  <li><b>Example</b>:<br>
5<code>[lang=default] default description [/lang]<br>
6[lang=en] description in english [/lang]<br>
7[lang=de] deutsche Beschreibung [/lang]</code>
8</li>
9</ul>
10
11<p>The default description will be used if the description is not available in the connected user selected language.
12If [lang=default] does not exists, anything outside the [lang] tags will be considered as the default description.</p>
13
14<p><u>Special language <i>all</i></u>: anything inside [lang=all] will be included in the description, whatever the connected user defined language is.
15This is mainly useful to include HTML/JavaScript code inside a description.</p>
Note: See TracBrowser for help on using the repository browser.