Ir para o conteúdo

Predefinição:Data de início/dados

De Wiki TokuDrive

<templatedata> { "description": "Date that an event or entity started or was created", "params": { "1": { "label": "AAAA", "description": "Ano de início", "type": "number", "example": "2004", "suggested": true }, "2": { "label": "MM", "description": "Mês de início", "example": "4", "type": "number", "suggested": true }, "3": { "label": "DD", "description": "Dia do mês de início", "example": "1", "type": "number", "suggested": true }, "4": { "label": "HH", "description": "Hora de início", "type": "number" }, "5": { "label": "MM", "description": "Minuto de início", "type": "number" }, "6": { "label": "SS", "description": "Segundo de início", "type": "number" }, "7": { "label": "Fuso horário", "description": "Diferença de fuso horário. Utilize “Z” para UTC", "type": "line", "example": "-03:00" }, "lang": { "label": "País", "description": "Código de país", "type": "line", "suggestedvalues": [ "AO", "PT", "BR" ] } }, "format": "inline" } </templatedata>