Template:Information/doc

From Linux Web Expert

Revision as of 05:00, 17 May 2018 by imported>P858snake (Reverted edits by 70.184.94.217 (talk) to last version by Adem20)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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>