Tarif -size-medium :

12 345.93 €

Tarif medium + complément période lvl 1 (annotation facultative) :

12 345.93 € par an 1

Tarif medium + complément période lvl 1 et 2 (full) :

12 345.93 € par an Soit 9 345,93 € par mois



12 345.93 € par an Soit 9 345,93 € par mois

12 345.93 € par an Soit 9 345,93 € par mois

Tarif medium + annotations possibles :

12 345.93 € par an 1 Soit 9 345,93 € par mois 2



12 345.93 € 1



12 345 € 1

12 345.93 € 1 Soit 9 345,93 € par mois



12 345.93 € par an 1 Soit 9 345,93 € par mois 2

Tarif medium + complément période lvl 1 et 2 (full) + reverse :

12 345.93 € par an 1 Soit 9 345,93 € par mois 2


12 345.93 € par an 1 Soit 9 345,93 € par mois 2


12 345.93 € par an 1 Soit 9 345,93 € par mois 2

          

HTML


PUG

include ../../../mixins/tarif.pug

p Tarif -size-medium :
+tarif('p', 12345.93, '€', '', '', '', '-text-align-left -size-medium')

.documentation-space

p Tarif medium + complément période lvl 1 (annotation facultative) :
+tarif('p', 12345.93, '€', 'an', '1', '2', '-text-align-left -size-medium')

.documentation-space

p Tarif medium + complément période lvl 1 et 2 (full) :
+tarif('p', 12345.93, '€', 'an', '', '', '-text-align-left -size-medium', true)
br
hr
+tarif('span', 12345.93, '€', 'an', '', '', '-text-align-right -size-medium', true)
br
hr
+tarif('p', 12345.93, '€', 'an', '', '', '-text-align-center -size-medium', true)

.documentation-space

p Tarif medium + annotations possibles :
+tarif('p', 12345.93, '€', 'an', '1', '2', '-text-align-left -size-medium', true)
br
hr
+tarif('p', 12345.93, '€', '', '1', '', '-text-align-left -size-medium')
br
hr
+tarif('span', 12345, '€', '', '1', '', '-text-align-left -size-medium')
br
hr
+tarif('p', 12345.93, '€', '', '1', '', '-text-align-left -size-medium', true)
br
hr
+tarif('span', 12345.93, '€', 'an', '1', '2', '-text-align-right -size-medium', true)

.documentation-space

p Tarif medium + complément période lvl 1 et 2 (full) + reverse :
div(style="background: #525b85; padding: 10px; border-radius: 4px")
  +tarif('p', 12345.93, '€', 'an', '1', '2', '-text-align-left -reverse -size-medium', true)

  hr
  +tarif('p', 12345.93, '€', 'an', '1', '2', '-text-align-right -reverse -size-medium', true)

  hr
  +tarif('p', 12345.93, '€', 'an', '1', '2', '-text-align-center -reverse -size-medium', true)