Difference between revisions of "Template:Information"
what>Mdann52 m (Fixing) |
what>Mdann52 (fix (hopefully!)) |
||
Line 20: | Line 20: | ||
<tr style="vertical-align: top"> | <tr style="vertical-align: top"> | ||
<td id="fileinfotpl_src" style="background: #ccf; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">{{int:wm-license-information-source}}</td> | <td id="fileinfotpl_src" style="background: #ccf; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">{{int:wm-license-information-source}}</td> | ||
− | <td>{{ #if: {{{source|{{{Source|}}} }}} | + | <td>{{ #if: {{{source|{{{Source|}}}}}} | {{{Source}}} | {{Source missing}} }}</td> |
</tr> | </tr> | ||
Revision as of 19:00, 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>