local p = {}
local contentLanguageCode = mw.getContentLanguage():getCode();
function p.formatEdtfValue( context, options, value )
-- if mw.ext.Edtf then
result = mw.ext.Edtf.format( value, contentLanguageCode )
-- else
-- result = '?????'
-- end
return result
end
return p