Template:ProjectInfoBox: Difference between revisions

From CoMakingSpace Wiki

No edit summary
m (minor wording)
Line 91: Line 91:
"type": "wiki-file-name",
"type": "wiki-file-name",
"required": false,
"required": false,
"description": "The filename of the image which represents your project the best. This might be printed on our [[Project Wall]]",
"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 Date on which your project has been finished. Will be assigned to Property:ProjectDate and thus be searchable within [[Semantic MediaWiki]]."
"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 which initiated your project.",
"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 Team helping with your project.",
"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 ([[Material]])"
"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 ([[Material]])"
"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 costs needed when someone wants to rebuild your project."
"description": "An estimate of the cost to be expected if someone wants to recreate your project."
}
}
}
}

Revision as of 11:07, 20 December 2020

ProjectInfoBox

Unnamed Project

Project-default.png
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.

Template parameters

ParameterDescriptionTypeStatus
The name of your projectproject title

The name of your project

Default
Unnamed Project
Stringrequired
An image for your projectimage

The file name of the image which represents your project the best. This might be printed on our [[Project Wall]]

Filesuggested
Status of your projectstatus

The current release status of your project

Default
planned
Stringsuggested
The release date of your projectdate

The date on which your project has been finished. Will be assigned to Property:ProjectDate and thus be searchable within [[Semantic MediaWiki]].

Dateoptional
Who initiated your project?initiator

The user page or name of the person who initiated the project.

Default
who maintains it?
Stringsuggested
The team helping with your project.team

no description

Stringoptional
Materials you have used.materials

A list of materials you have used in your project. Please provide them as wiki-links ([[Material]])

Stringoptional
Tools you have used.tools

A list of tools you have used in your project. Please provide them as wiki-links ([[Tools]])

Stringoptional
Software you have used.software

A list of softwareyou have used in your project. Please provide them as wiki-links ([[Software]])

Stringoptional
Costs of your projectcost

An estimate of the cost to be expected if someone wants to recreate your project.

Stringoptional