<#macro game_time record> <#if record.years == 1> 1 an, <#elseif record.years gt 1 > ${record.years?string(",##0")} ans, <#if record.weeks == 1> 1 semaine, <#elseif record.weeks gt 1 > ${record.weeks?string} semaines, <#if record.days == 1> 1 jour <#elseif record.days gt 1 > ${record.days?string} jours, <#else> premier jour, ${record.hours?string("00")}:00 <#macro game_duration record> <#if record.years == 1> 1 an <#elseif record.years gt 1 > ${record.years?string(",##0")} ans <#if record.weeks == 1> 1 semaine <#elseif record.weeks gt 1 > ${record.weeks?string} semaines <#if record.days == 1> 1 jour <#elseif record.days gt 1 > ${record.days?string} jours <#if record.hours == 1> 1 heure <#elseif record.hours gt 1 > ${record.hours?string} heures <#macro rl_duration rTime> <#local rlDays = (rTime / 1440)?floor> <#local rlHours = ((rTime - rlDays * 1440) / 60)?floor> <#local rlMinutes = (rTime - rlDays * 1440 - rlHours * 60)> <#if rlDays gt 0> <#if rlDays = 1>1 jour<#else>${rlDays} jours <#if rlHours gt 0> <#if rlHours = 1>1 heure<#else>${rlHours} heures <#if rlMinutes gt 0> <#if rlMinutes = 1>1 minute<#else>${rlMinutes} minutes <#macro duration rTime gTime> <#if data.page.useRLTime> <@rl_duration rTime=rTime /> <#else> <@game_duration record=gTime /> <#macro abbr_bgc>mcg <#macro abbr_st>TS <#macro abbr_gt>TJ