⇒ 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-novaThey 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…
