A tag should be in <ahref="https://en.wikipedia.org/wiki/CamelCase">CamelCase</a> except for special tags like <code>front-page</code>, <code>newsletter</code>. So for instance, the tag “very important subject” should be <code>VeryImportantSubject</code>.
A tag should contain a <code>content</code> attribute except for special tags. <bold>This attribute should be translated and human readable</bold>, because it will be shown on certain pages. For instance, if you tag a page about the Windows Tax and about a ruling:
A tag should contain a <code>content</code> attribute except for special tags. <bold>This attribute should be translated and human readable</bold>, because it will be shown on certain pages. For instance, if you tag a page about the Windows Tax.
If you are translating, you should never edit what is “here” between <code><tag>here</tag></code> but you can add a translated <code>content</code> attribute. For instance, take an English file with:</p>
<preclass="file">
<tag>Ruling</tag>
</pre>
<p>“Ruling” in French would be “Décision de justice” so you should do:</p>
<preclass="file">
<tag content="Décision de justice">Ruling</tag>