Template:Commissioning: Difference between revisions

From CoMakingSpace Wiki

m (using template "inventory-manager")
No edit summary
Line 28: Line 28:


<noinclude>
<noinclude>
This template marks a tool as not usable yet, since it was not fully [[commissioned]].
== Documentation ==
<templatedata>
{
"params": {
"IssueNumber": {
"label": "Issue Number",
"description": "Marks the commissioning progess as being discussed on GitHub and adds a link to the respective issue",
"example": "223",
"default": "Default link to the issue tracker",
"type": "number",
"autovalue": ""
},
"NamingComment": {
"description": "Provides a comment for the name of the tool if needed.",
"type": "string",
"label": "Name: Comment",
"default": "pending"
},
"Naming": {
"label": "Name: Status",
"type": "string",
"description": "Indicated the status of providing the name of the new tool."
},
"PictureComment": {},
"Picture": {
"label": "Picture: Status",
"description": "Indicates the status of taking a picture of the new machine",
"type": "string",
"default": "pending",
"autovalue": "pending"
},
"ManualComment": {},
"Manual": {},
"DocumentationComment": {},
"Documentation": {},
"QRComment": {},
"QR": {},
"IntroductionComment": {},
"Introduction": {},
"SecurityComment": {},
"Security": {},
"TestComment": {},
"Test": {},
"OwnerValueComment": {},
"OwnerValue": {},
"AvailabilityComment": {},
"Availability": {}
},
"description": "This template marks a tool as not usable yet, since it was not fully [[commissioned]]."
}
</templatedata>
 


== Documentation ==
To use this template, simply insert this code at the top of your page and enter the relevant parameters:
To use this template, simply insert this code at the top of your page and enter the relevant parameters:
<pre>
<pre>
Line 57: Line 107:
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 14:02, 23 December 2020

This tool is not ready for usage yet, since not all commissioning steps are completed yet. The process is not yet tracked on GitHub. Feel free to contribute to making it usable, any help is very welcome!

Task comment Status
Name the tool: - pending
Take a picture - pending
Find the manual as PDF needed for all machines - add a link to the InfoBox or comment where you could not find it pending
Documentation this page, status: in commissioning pending
Print QR-Code use the wikicrawler pending
Introduction - pending
Security Check to be done or witnessed by a manager pending
Test to be done or witnessed by a manager pending
tool's name, owner and approx. value provide to Patrick for inventorization pending
Last step: make it available physically and in the wiki - then delete this template pending


Documentation

This template marks a tool as not usable yet, since it was not fully [[commissioned]].

Template parameters

ParameterDescriptionTypeStatus
Issue NumberIssueNumber

Marks the commissioning progess as being discussed on GitHub and adds a link to the respective issue

Default
Default link to the issue tracker
Example
223
Auto value
Numberoptional
Name: CommentNamingComment

Provides a comment for the name of the tool if needed.

Default
pending
Stringoptional
Name: StatusNaming

Indicated the status of providing the name of the new tool.

Stringoptional
PictureCommentPictureComment

no description

Unknownoptional
Picture: StatusPicture

Indicates the status of taking a picture of the new machine

Default
pending
Auto value
pending
Stringoptional
ManualCommentManualComment

no description

Unknownoptional
ManualManual

no description

Unknownoptional
DocumentationCommentDocumentationComment

no description

Unknownoptional
DocumentationDocumentation

no description

Unknownoptional
QRCommentQRComment

no description

Unknownoptional
QRQR

no description

Unknownoptional
IntroductionCommentIntroductionComment

no description

Unknownoptional
IntroductionIntroduction

no description

Unknownoptional
SecurityCommentSecurityComment

no description

Unknownoptional
SecuritySecurity

no description

Unknownoptional
TestCommentTestComment

no description

Unknownoptional
TestTest

no description

Unknownoptional
OwnerValueCommentOwnerValueComment

no description

Unknownoptional
OwnerValueOwnerValue

no description

Unknownoptional
AvailabilityCommentAvailabilityComment

no description

Unknownoptional
AvailabilityAvailability

no description

Unknownoptional


To use this template, simply insert this code at the top of your page and enter the relevant parameters:

{{Commissioning
|IssueNumber=42
|Naming=
|NamingComment=
|Picture=
|PictureComment=
|Manual=
|ManualComment=
|Documentation=
|DocumentationComment=
|QR=
|QRComment=
|Introduction=
|IntroductionComment=
|Security=
|SecurityComment=
|Test=
|TestComment=
|OwnerValue=
|OwnerValueComment=
|Availability=
|AvailabilityComment=
}}