Modèle Objets Anormaux
notation: +1+x


%%form_raw{redirect-b}%%%%name%%%%form_raw{redirect-e}%%
====
[[form]]
fields:
  desc:
    label: "Description"
    type: text
    hint: "Décrivez l'objet anormal ici"
    height: 6
    width: 75
    match: /.*/
    match-error: "Champ obligatoire"
  date:
    type: static
    label: "Date d'acquisition"
  day:
    type: text
    label: "Jour"
    width: 2
    hint: "JJ"
    match: /^(0[1-9]|[12]\d|3[01]|██)$/
    match-error: "Jour invalide"
  month:
    type: text
    label: "Mois"
    width: 2
    hint: "MM"
    match: /^(0[1-9]|1[012]|██)$/
    match-error: "Mois invalide"
  loc:
    label: "Lieu de récupération"
    type: text
    height: 5
    width: 75
    hint: "Quelque part, France"
    match: /.*/
    match-error: "Champ obligatoire"
  sec:
    label: "Statut actuel"
    type: wiki
    hint: "Où est-il conservé ?"
    height: 5
    width: 75
    match: /.*/
    match-error: "Champ obligatoire"
  note:
    label: "Note(s)"
    type: text
    height: 6
    width: 75
    hint: "Note x : Texte - Signature"

  redirect-b:
    type: hidden
    value: '[[module Redirect destination="http://fondationscp.wikidot.com/liste-des-objets-anormaux/p/1#'
  redirect-e:
    type: hidden
    value: '"]]'
[[/form]]

Sauf mention contraire, le contenu de cette page est protégé par la licence Creative Commons Attribution-ShareAlike 3.0 License