Tarif :
12 345.93 €
Tarif sans décimale :
12 345 €
Tarif + complément période lvl 1 (annotation facultative) :
12 345.93 € par mois /mois1
Tarif + complément période lvl 1 et 2 (full) (structure span) :
12 345.93 € par mois /mois Soit 12 345,93 € par anTarif + annotations possibles :
12 345.93 € par mois /mois1 Soit 12 345,93 € par an 2
12 345.93 € 1 Soit 12 345,93 € par an
12 345.93 € 1
12 345 € 1
12 345.93 € 1 Soit 12 345,93 € par an 2
12 345.93 € par mois /mois1 Soit 12 345,93 € par an 2
Tarif + complément période lvl 1 et 2 (full) + reverse :
HTML
PUG
include ../../../mixins/tarif.pug
p Tarif :
+tarif('p', 12345.93, '€', '', '', '', '-text-align-left -size-large')
.documentation-space
p Tarif sans décimale :
+tarif('p', 12345, '€', '', '', '', '-text-align-left -size-large')
.documentation-space
p Tarif + complément période lvl 1 (annotation facultative) :
+tarif('p', 12345.93, '€', "mois", "1", '', '-text-align-left -size-large')
.documentation-space
p Tarif + complément période lvl 1 et 2 (full) (structure span) :
+tarif('span', 12345.93, '€', "mois", "", "", '-text-align-left -size-large', true)
brbr
hr
+tarif('span',12345.93, '€', "mois", "", "", '-text-align-right -size-large', true)
brbr
hr
+tarif('span',12345.93, '€', "mois", "", "", '-text-align-center -size-large', true)
br
.documentation-space
p Tarif + annotations possibles :
+tarif('p', 12345.93, '€', "mois", "1", "2", '-text-align-left -size-large', true)
br
hr
+tarif('p', 12345.93, '€', "", "1", "", '-text-align-left -size-large', true)
br
hr
+tarif('p', 12345.93, '€', "", "1", '', '-text-align-left -size-large')
br
hr
+tarif('p', 12345, '€', "", "1", '', '-text-align-left -size-large')
br
hr
+tarif('p', 12345.93, '€', "", "1", "2", '-text-align-left -size-large', true)
br
hr
+tarif('p', 12345.93, '€', "mois", "1", "2", '-text-align-right -size-large', true)
.documentation-space
p Tarif + 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 -size-large -reverse', true)
hr
+tarif('p', 12345.93, '€', "mois", "1", "2", '-text-align-right -size-large -reverse', true)
hr
+tarif('p', 12345.93, '€', "mois", "1", "2", '-text-align-center -size-large -reverse', true)