« Modèle:Information » : différence entre les versions
De 21Wiki
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
<includeonly> | <includeonly> | ||
{{{description}}} | '''Description :''' {{{description}}} | ||
'''Date :''' {{{date}}} | |||
{{ | '''Source :''' {{{source}}} | ||
{{#if:{{{ | '''Auteur(s) :''' '''{{{author}}}''' | ||
{{#if:{{{permission}}} | '''Autorisation :''' {{{permission}}} <br/>| }} | |||
{{#if:{{{other versions}}} | '''Autres versions :''' {{{other versions}}} <br/>| }} | |||
</includeonly> | </includeonly> | ||
| Ligne 12 : | Ligne 13 : | ||
"params": { | "params": { | ||
"description": { | "description": { | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"date": { | "date": { | ||
"type": "date" | "type": "date", | ||
"required": true | |||
}, | |||
"source": { | |||
"required": true | |||
}, | |||
"author": { | |||
"required": true | |||
}, | }, | ||
" | "permission": {}, | ||
" | "other versions": {} | ||
}, | }, | ||
"format": "block", | "format": "block", | ||
| Ligne 25 : | Ligne 34 : | ||
"author", | "author", | ||
"source", | "source", | ||
"date" | "date", | ||
"permission", | |||
"other versions" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Version du 24 juillet 2025 à 16:52
Aucune description.
| Paramètre | Description | Type | État | |
|---|---|---|---|---|
| description | description | aucune description | Chaîne | obligatoire |
| author | author | aucune description | Inconnu | obligatoire |
| source | source | aucune description | Inconnu | obligatoire |
| date | date | aucune description | Date | obligatoire |
| permission | permission | aucune description | Inconnu | facultatif |
| other versions | other versions | aucune description | Inconnu | facultatif |
