WDScript :: Aide en ligne pour 103 fonctions

Tier par :

Nombre de fonctions commencant par A > 4

English version

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

TPL
En anglais : TPL

Version de WDScript : 2.0.7+

Syntaxe

Remarque

Exemple

Le script :
<WDSCRIPT>
TPL:Load("gabarit.tpl")  
 
TPL:Set("BLOC1","Premier Bloc")
TPL:Set("BLOC2","Second Bloc")
  
Echo (TPL:Display() )
</WDSCRIPT>

Le gabarit :
<HTML>
<HEAD>
 <TITLE>Exemple</TITLE>
</HEAD>
<BODY>
<H3>
  Bloc 1 : {BLOC1}<br/>
  Bloc 2 : {BLOC2}<br/>
</H3>
</BODY>
</HTML>

Commentaires

Les commentaires doivent si possible être postés en anglais. Ils sont soumis à la modération avant d'être publiés.

Ajouter votre commentaire