Talk:Wallonie2014/AgendaActionsSignatures
Jump to navigation
Jump to search
Script pour ceux qui veulent jouer avec :
<?php $max = 57; $current = 1; ?> {| class="wikitable" |+ Calendrier de récolte des signatures |-- ! Date ! Evenement(s) <?php for ( $i = 30; $i < 32; $i++ ): ?> |-- | <?php $n = $max - $current; $current++; echo "{$i} janvier 2014 (J - {$n})\n"; ?> | <?php endfor; ?> <?php for ( $i = 1; $i < 29; $i++ ): ?> |-- | <?php $n = $max - $current; $current++; echo "{$i} février 2014 (J - {$n})\n"; ?> | <?php endfor; ?> <?php for ( $i = 1; $i < 28; $i++ ): ?> |-- | <?php $n = $max - $current; $current++; echo "{$i} mars 2014 (J - {$n})\n"; ?> | <?php endfor; ?> |}