3.467
επεξεργασίες
μΧωρίς σύνοψη επεξεργασίας |
(Added example, CSS test) |
||
Γραμμή 9: | Γραμμή 9: | ||
* '''<translation/>''' : Closes the previously opened '''translation''' tag. | * '''<translation/>''' : Closes the previously opened '''translation''' tag. | ||
* '''<nowiki><!--T:N--></nowiki>''' : This tag is used to segment the text. Segmenting the text is very useful to translate very large pages. | * '''<nowiki><!--T:N--></nowiki>''' : This tag is used to segment the text. Segmenting the text is very useful to translate very large pages. | ||
===Example=== | |||
The following example represents a very simple page : | |||
<nowiki><div id=example_page></nowiki><nowiki><languages/></nowiki> | |||
<nowiki><translation></nowiki> | |||
<nowiki><!--T:1--></nowiki> | |||
First paragraph. | |||
<nowiki><!--T:2--></nowiki> | |||
Second paragraph. | |||
<nowiki><!--T:3--></nowiki> | |||
Third paragraph. | |||
<nowiki></translation></nowiki> | |||
<!--T:3--> | |||
Another paragraph. | |||
<nowiki></div></nowiki> | |||
<style> | |||
<nowiki>#</nowiki>example_page { | |||
margin_right=20px; | |||
background_color=red; | |||
} | |||
</style> | |||
In the following text, paragraphs are segmented in three parts. Each segment can be translated because they are inside a <translation> tag. However, the last paragrah cannot be translated. |
επεξεργασίες