Difference between revisions of "Template:Information"

From FIThydrowiki
Jump to navigation Jump to search
what>Wargo
what>Mdann52
(+td)
Line 1: Line 1:
<div class="hproduct">
+
 
 +
<noinclude><div class="hproduct">
 
<table class="toccolours vevent" style="width: 100%;" cellpadding="4">
 
<table class="toccolours vevent" style="width: 100%;" cellpadding="4">
  
Line 61: Line 62:
 
{{documentation|Template:Information/doc}}
 
{{documentation|Template:Information/doc}}
  
 +
</noinclude>
 +
 +
<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>
 
</noinclude>
 
</noinclude>

Revision as of 18:51, 18 November 2014

⧼wm-license-information-description⧽ Lua error in package.lua at line 80: module 'Module:Arguments' not found.
⧼wm-license-information-date⧽
⧼wm-license-information-source⧽
⧼wm-license-information-author⧽
⧼wm-license-information-permission⧽
(⧼wm-license-information-permission-reusing-text⧽)
⧼wm-license-information-other-versions⧽

Lua error in package.lua at line 80: module 'Module:Arguments' not found.


<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>