Template:ProjectInfoBox: Difference between revisions
NitramLegov (talk | contribs) (added template info) |
NitramLegov (talk | contribs) No edit summary |
||
Line 110: | Line 110: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"description": "The name of the person which initiated your project." | "description": "The name of the person which initiated your project.", | ||
"default": "who maintains it?" | |||
}, | }, | ||
"team": { | "team": { | ||
Line 116: | Line 117: | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
}, | |||
"materials": { | |||
"label": "Materials you have used.", | |||
"type": "string", | |||
"required": false, | |||
"description": "A list of materials you have used in your project. Please provide them as wiki-links ([[Material]])" | |||
}, | |||
"tools": { | |||
"label": "Tools you have used.", | |||
"type": "string", | |||
"required": false, | |||
"description": "A list of tools you have used in your project. Please provide them as wiki-links ([[Material]])" | |||
}, | |||
"software": { | |||
"label": "Software you have used.", | |||
"type": "string", | |||
"required": false, | |||
"description": "A list of softwareyou have used in your project. Please provide them as wiki-links ([[Material]])" | |||
}, | |||
"cost": { | |||
"label": "Costs of your project", | |||
"type": "string", | |||
"required": false, | |||
"description": "An estimate of the costs needed when someone wants to rebuild your project." | |||
} | } | ||
} | } |
Revision as of 00:53, 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 filename of the image which represents your project the best. This might be printed on our [[Project Wall]] | File | optional |
Status of your project | status | The current release status of your project
| String | optional |
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 name of the person which initiated your project.
| String | optional |
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 ([[Material]]) | String | optional |
Software you have used. | software | A list of softwareyou have used in your project. Please provide them as wiki-links ([[Material]]) | String | optional |
Costs of your project | cost | An estimate of the costs needed when someone wants to rebuild your project. | String | optional |