Sites Web : A lot of arguments for a tag - SPIP commits - by tech-nova

Publié le lundi 21 avril 2008

⇒ http://my.opera.com/tech-nova/blog/

Un site qui recense les astuces et évolutions des possibilités de SPIP.

A lot of arguments for a tag

Janvier 2008, Par tech-nova

They can sometimes be concatenated into a unique argument list :
[(#MODELE{emb}{autostart=true}{this=1}{that=anything})]
#MODELE{emb}{autostart=true,this=1,that=anything}
[(#INCLURE{something}{id_xx=0}{env}{truc=toto})]

All these sentences are corrects. But you can’t write :

#INCLURE{something}{id_xx=0,env,truc=toto}

because it’s inherited from syntax of the
Note that the first argument of a tag can’t be a list.

→ Lire la suite sur le site d’origine…


Revenir en haut