User

Difference between revisions of "MATsxm/codes recurrents"

From Joomla! Documentation

< User:MATsxm
 
Line 53: Line 53:
 
<translate>To appear on this page each topic page should have the following code inserted at the end:</translate><br />
 
<translate>To appear on this page each topic page should have the following code inserted at the end:</translate><br />
 
<code><nowiki>[[Category:Help screen 3.0]]</nowiki></code>
 
<code><nowiki>[[Category:Help screen 3.0]]</nowiki></code>
 
<noinclude>
 
<translate>
 
[[Category:Help screens]]
 
[[Category:Joomla! 3.0]]
 
</translate>
 
</noinclude>
 
  
 
</nowiki>
 
</nowiki>
 
__NOTOC__
 
__NOTOC__

Latest revision as of 07:49, 4 September 2016

Codes récurrents[edit]

Catégories fréquemment utilisées

  • Test d'archivage 2.5: [[Category:Archived version Joomla! 2.5|{{PAGENAME}}]]
  • Template pour demander une mise à jour vers la nouvelle version.

{{Needs|needs updating|needs to be updated to 3.x version}}

  • pour surligner des partie de code :

<syntaxhighlight lang="php" highlight="5,6,7,8">
où les chiffres correspondent aux lignes à surligner, puis fermer la balise.

  • Pour le template d'accueil des nouveaux traducteurs :

{{Translator welcome}}

  • Pour demander la mise à jour version d'une page :

{{page|Needs version update}}

  • Pour certaines catégories :

<noinclude>[[Category:Needs to be marked for translation]]</noinclude>
<noinclude>[[Category:Needs updating]]</noinclude>
<noinclude>{{page|needs updating|'raison de la MAJ'}}</noinclude>
Note : la deuxième partie pour préciser l'objet.
<noinclude>[[Category:Needs image updating/fr|Needs image updating]]</noinclude>
<noinclude>{{review||'raison de la révision demandée'}}</noinclude>
Note : la deuxième partie pour préciser l'objet.

Versions

Joomla! 
3.x
<translate>series</translate>

<noinclude>{{Joomla version|version=3.x|comment=<translate>series</translate>}}</noinclude>

Joomla! 
≤ 3.3.0
<translate>releases</translate>

<noinclude>{{Joomla version|version=3.3.0|time=and before|comment=<translate>releases</translate>|status=eos}}</noinclude>

Joomla! 
≥ 3.2
<translate>series</translate>

<noinclude>{{Joomla version|version=3.2|time=and after|comment=<translate>series</translate>}}</noinclude>

{{JVer|{{Ns}}}} affiche : Joomla

Tags de traductions fréquemment utilisés

  • cat example :
This is a category page for topics related to the licenses.<br />
To appear on this page each topic page should have the following code inserted at the end:<br />
<code><noinclude>[[Category:Licence]]</noinclude></code>
  • chunck :
  • includes :

< for < > for >


HelpScreen code[edit]

<noinclude><languages /></noinclude> <noinclude>{{Joomla version|version=3.0|status=eos}}</noinclude> <translate>This is a category page for topics related to the '''Help screens for the Joomla! 3.0.x series'''.</translate><br /> <translate>The Documentation Working Group maintains a [[S:MyLanguage/Help30:Help_screens|control page]] for these help screens.</translate><br /> <translate>To appear on this page each topic page should have the following code inserted at the end:</translate><br /> <code><nowiki>[[Category:Help screen 3.0]]

</nowiki>