Last modified: 2005-03-06 22:32:49 UTC
the aim is to make a css which could help for the "Current events" page. the main idea is to create a css style td[class="day{{CURRENTDAY}}"] {background-color:yellow; } and then to have | class="day1" |'''[[#Wednesday 1 xxx 2005|1]]''' | class="day2" | '''[[#Thursday 2 xxx 2005|2]]''' : : | class="day27" |'''[[#Monday 27 xxx 2005|27]]''' : May be other use of templates in CSS could be useful Surely, for the begenning, only the MAGIC template should be used.
it's no more a matter for me. i found another way to do what i want to. the idea is to add to CSS .day11, .day22, .day33, /* ... */ .day3131 { background-color:yellow; } and then to make | class="day1{{CURRENTDAY}}" |'''[[#Wednesday 1 xxx 2005|1]]''' | class="day2{{CURRENTDAY}}" | '''[[#Thursday 2 xxx 2005|2]]''' : : | class="day27{{CURRENTDAY}}" |'''[[#Monday 27 xxx 2005|27]]''' : And it works great It's already working on http://fr.wikipedia.org/wiki/Actualit%C3%A9s I close it as Invalid because "RAW" mode should stay brut mode.