Modifications

Sauter à la navigation Sauter à la recherche

Module:Date

24 octets ajoutés, 11 février 2019 à 18:20
aucun résumé de modification
function date.i2p( dt )
d = mw.text.split( dt.args[1], "'/"')
return d[0]
end
function date.i2u( dt )
d = mw.text.split( dt.args[1], "'/"')
return d
end
function date.p2u( dt )
d = mw.text.split( dt.args[1], "'/"')
return d
end
return date
743
modifications

Menu de navigation