3,467
edits
(Added example, CSS test) |
mNo edit summary |
||
Line 13: | Line 13: | ||
The following example represents a very simple page : | The following example represents a very simple page : | ||
<div id=example_page></nowiki><nowiki><languages/> | |||
<nowiki><translation></nowiki> | <nowiki><translation></nowiki> | ||
<nowiki><!--T:1--></nowiki> | <nowiki><!--T:1--></nowiki> | ||
First paragraph. | First paragraph. | ||
<nowiki><!--T:2--></nowiki> | <nowiki><!--T:2--></nowiki> | ||
Second paragraph. | Second paragraph. | ||
<nowiki><!--T:3--></nowiki> | <nowiki><!--T:3--></nowiki> | ||
Third paragraph. | Third paragraph. | ||
Line 33: | Line 29: | ||
<!--T:3--> | <!--T:3--> | ||
Another paragraph. | Another paragraph. | ||
</div> | |||
<style> | <style> | ||
#example_page { | |||
margin_right=20px; | margin_right=20px; | ||
background_color=red; | background_color=red; | ||
} | } | ||
</style> | </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. | 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. |
edits