Template:ProjectInfoBox: Difference between revisions
NitramLegov (talk | contribs) No edit summary |
m (minor wording) |
||
Line 91: | Line 91: | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"required": false, | "required": false, | ||
"description": "The | "description": "The file name of the image which represents your project the best. This might be printed on our [[Project Wall]]", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 106: | Line 106: | ||
"type": "date", | "type": "date", | ||
"required": false, | "required": false, | ||
"description": "The | "description": "The date on which your project has been finished. Will be assigned to Property:ProjectDate and thus be searchable within [[Semantic MediaWiki]]." | ||
}, | }, | ||
"initiator": { | "initiator": { | ||
Line 112: | Line 112: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"description": "The name of the person | "description": "The user page or name of the person who initiated the project.", | ||
"default": "who maintains it?", | "default": "who maintains it?", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"team": { | "team": { | ||
"label": "The | "label": "The team helping with your project.", | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
Line 131: | Line 131: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"description": "A list of tools you have used in your project. Please provide them as wiki-links ([[ | "description": "A list of tools you have used in your project. Please provide them as wiki-links ([[Tools]])" | ||
}, | }, | ||
"software": { | "software": { | ||
Line 137: | Line 137: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"description": "A list of softwareyou have used in your project. Please provide them as wiki-links ([[ | "description": "A list of softwareyou have used in your project. Please provide them as wiki-links ([[Software]])" | ||
}, | }, | ||
"cost": { | "cost": { | ||
Line 143: | Line 143: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"description": "An estimate of the | "description": "An estimate of the cost to be expected if someone wants to recreate your project." | ||
} | } | ||
} | } |
Revision as of 10:07, 20 December 2020
ProjectInfoBox Unnamed Project | |
---|---|
Status: | planned |
Release Date: | (planned) finishing date |
Initiator: | who maintains it? |
Inform others about your project in a compact overview!
Documentation
To use this template, simply copy this code into your page and enter the relevant parameters:
{{ProjectInfoBox |project title= |image= |status= |date= |initiator= |team= |materials= |tools= |software= |cost= }}
Default values for some parameters exist, but will only be used if the entire line is omitted. For example, |image=
leads to no image being displayed while not entering the image parameter at all will lead to the default image (light bulb) being displayed. Please make use of the "Show preview" button and it should be clear.
If you had/have helpers with your project, you can use the team
value to give them credit. Try using Template:HelpNeeded here to find collaborators! If you delete it or leave it empty, that field is not displayed at all.
The software
, materials
and tools
value behaves this way as well since some projects are realized with tools and materials but others are done mostly digitally.
Semantic MediaWiki
The content you enter for "date" can be queried under Property:ProjectDate.
Bugs/Future Development
- selection instead of free text: status= planned/in progress/finished?
Provide information about a project you have built.
Parameter | Description | Type | Status | |
---|---|---|---|---|
The name of your project | project title | The name of your project
| String | required |
An image for your project | image | The file name of the image which represents your project the best. This might be printed on our [[Project Wall]] | File | suggested |
Status of your project | status | The current release status of your project
| String | suggested |
The release date of your project | date | The date on which your project has been finished. Will be assigned to Property:ProjectDate and thus be searchable within [[Semantic MediaWiki]]. | Date | optional |
Who initiated your project? | initiator | The user page or name of the person who initiated the project.
| String | suggested |
The team helping with your project. | team | no description | String | optional |
Materials you have used. | materials | A list of materials you have used in your project. Please provide them as wiki-links ([[Material]]) | String | optional |
Tools you have used. | tools | A list of tools you have used in your project. Please provide them as wiki-links ([[Tools]]) | String | optional |
Software you have used. | software | A list of softwareyou have used in your project. Please provide them as wiki-links ([[Software]]) | String | optional |
Costs of your project | cost | An estimate of the cost to be expected if someone wants to recreate your project. | String | optional |