Diferencia entre revisiones de «Plantilla:Information»
Ir a la navegación
Ir a la búsqueda
(Se creó una página vacía) |
m |
||
Línea 1: | Línea 1: | ||
+ | == Usage == | ||
+ | <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|| | ||
+ | <pre>{{Information | ||
+ | |Description= | ||
+ | |Source= | ||
+ | |Date= | ||
+ | |Author= | ||
+ | |other_versions= | ||
+ | }}</pre> | ||
+ | <!-- Categories go here and interwikis go in Wikidata. --> | ||
+ | |||
+ | }}</includeonly> | ||
+ | |||
+ | |||
+ | |||
+ | <templatedata> | ||
+ | { | ||
+ | "description": "A template for showing data on files", | ||
+ | "params": { | ||
+ | "Description": { | ||
+ | "label": "Description", | ||
+ | "description": "A description of the file", | ||
+ | "type": "string", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "Source": { | ||
+ | "label": "Source", | ||
+ | "description": "Where the file is from", | ||
+ | "type": "string", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "Date": { | ||
+ | "label": "Date", | ||
+ | "description": "File creation date", | ||
+ | "type": "date", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "Author": { | ||
+ | "label": "Author", | ||
+ | "description": "Who made the file", | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "Permission": { | ||
+ | "label": "Permission", | ||
+ | "description": "Custom reuse information" | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </templatedata> |
Revisión del 00:50 26 jun 2020
Usage
<templatedata> { "description": "A template for showing data on files", "params": { "Description": { "label": "Description", "description": "A description of the file", "type": "string", "suggested": true }, "Source": { "label": "Source", "description": "Where the file is from", "type": "string", "suggested": true }, "Date": { "label": "Date", "description": "File creation date", "type": "date", "suggested": true }, "Author": { "label": "Author", "description": "Who made the file", "type": "string" }, "Permission": { "label": "Permission", "description": "Custom reuse information" } } } </templatedata>