Tarif -size-small -neutral :
12 345.93 €
Tarif small + complément période lvl 1 (annotation facultative) :
12 345.93 € par mois /mois1
Tarif small + complément période lvl 1 et 2 (full) :
12 345.93 € par mois /mois Soit 12 345,93 € par an
12 345.93 € par mois /mois Soit 12 345,93 € par an
Tarif small + annotations possibles :
12 345.93 € par mois /mois1 Soit 12 345,93 € par an 2
12 345.93 € 1
12 345.93 € 1 Soit 12 345,93 € par an
12 345.93 € par mois /mois1 Soit 12 345,93 € par an 2
Tarif small + complément période lvl 1 et 2 (full) + reverse :
HTML
PUG
include ../../../mixins/tarif.pug
p Tarif -size-small -neutral :
+tarif('p', 12345.93, '€', '', '', '', '-text-align-left -size-small -neutral')
.documentation-space
p Tarif small + complément période lvl 1 (annotation facultative) :
+tarif('p', 12345.93, '€', 'mois', '1', '2', '-text-align-left -size-small -neutral')
.documentation-space
p Tarif small + complément période lvl 1 et 2 (full) :
+tarif('p', 12345.93, '€', 'mois', '', '', '-text-align-left -size-small -neutral', true)
br
hr
+tarif('span', 12345.93, '€', 'mois', '', '', '-text-align-right -size-small -neutral', true)
br
hr
+tarif('p', 12345.93, '€', 'mois', '', '', '-text-align-center -size-small -neutral', true)
.documentation-space
p Tarif small + annotations possibles :
+tarif('p', 12345.93, '€', 'mois', '1', '2', '-text-align-right -size-small -neutral', true)
br
hr
+tarif('p', 12345.93, '€', '', '1', '', '-text-align-left -size-small -neutral')
br
hr
+tarif('span', 12345, '€', '', '1', '', '-text-align-left -size-small -neutral')
br
hr
+tarif('p', 12345.93, '€', '', '1', '', '-text-align-left -size-small -neutral', true)
br
hr
+tarif('p', 12345.93, '€', 'mois', '1', '2', '-text-align-left -size-small -neutral', true)
.documentation-space
p Tarif small + complément période lvl 1 et 2 (full) + reverse :
div(style="background: #525b85; padding: 10px; border-radius: 4px")
+tarif('p', 12345.93, '€', 'mois', '1', '2', '-text-align-left -reverse -size-small -neutral', true)
hr
+tarif('p', 12345.93, '€', 'mois', '1', '2', '-text-align-right -reverse -size-small -neutral', true)
hr
+tarif('p', 12345.93, '€', 'mois', '1', '2', '-text-align-center -reverse -size-small -neutral', true)