2020-06-30 14:10:32 +02:00
|
|
|
[(#REM)
|
|
|
|
modele <bouton>
|
|
|
|
pour un lien vers un objet editorial SPIP
|
|
|
|
parametres :
|
|
|
|
|icone=fa-rocket (ou tout autre icone de FontAwesome http://fontawesome.io/icons/)
|
|
|
|
|texte=le texte du bouton
|
|
|
|
|lienobjet=objet (article|rubrique|...)
|
|
|
|
|lienidobjet=id
|
|
|
|
|
2021-03-11 17:25:13 +01:00
|
|
|
]<a[ href="(#ENV{url}|sinon{#INFO_URL{#ENV{lienobjet},#ENV{lienidobjet}}})"] class="[ (#ENV{align})][ (#ENV{class})] btn">
|
2020-06-30 14:10:32 +02:00
|
|
|
[<span class="texte">(#ENV{texte})</span>]
|
|
|
|
[<span class="fas (#ENV{icone})"[ style="font-size:(#ENV{iconetaille});"]></span>]
|
|
|
|
</a>
|