
4 changed files with 33 additions and 2 deletions
@ -0,0 +1,13 @@
|
||||
[(#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 |
||||
|
||||
]<a href="#INFO_URL{#ENV{lienobjet},#ENV{lienidobjet}}" class="[ (#ENV{align})][ (#ENV{class})] btn"> |
||||
[<span class="texte">(#ENV{texte})</span>] |
||||
[<span class="fas (#ENV{icone})"[ style="font-size:(#ENV{iconetaille});"]></span>] |
||||
</a> |
Loading…
Reference in new issue