More actions
Ttenbergen (talk | contribs) Created page with "<noinclude>== Usage == <nowiki>{{</nowiki>{{PAGENAME}} <nowiki>}}</nowiki> and then "edit with form" ==Parameters== <templatedata> { "params": { "maintenance task": { "description": "links to related tool or jig pages", "label": "Related tools", "type": "content", "suggested": true }, "date done": { "description": "photo of the tool, if available", "type": "wiki-file-name", "default": "File:NF no photo.png", "autovalue": "File:NF no..." |
Ttenbergen (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>== Usage == | <noinclude>== Usage == | ||
<nowiki>{{</nowiki>{{PAGENAME}} <nowiki>}}</nowiki> | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>}}</nowiki> | ||
and then "edit with form" | and then "edit with form" | ||
Line 8: | Line 8: | ||
"params": { | "params": { | ||
"maintenance task": { | "maintenance task": { | ||
"description": " | "description": "what was done", | ||
"type": "content", | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"date done": { | "date done": { | ||
"description": " | "description": "date it was done, blank if not yet done", | ||
"type": " | "type": "date", | ||
"default": "[[File:NF no photo.png]]", | "default": "[[File:NF no photo.png]]", | ||
"autovalue": "[[File:NF no photo.png]]", | "autovalue": "[[File:NF no photo.png]]", | ||
Line 21: | Line 20: | ||
}, | }, | ||
"date next required": { | "date next required": { | ||
"description": " | "description": "date it next needs doing, blank if for past unscheduled maintenance", | ||
"type": "date", | |||
"type": " | |||
"suggested": true | "suggested": true | ||
} | } | ||
Line 35: | Line 33: | ||
} | } | ||
</templatedata> | </templatedata> | ||
==Cargo Declaration== | |||
{{#cargo_declare: | |||
_table=maintenance | |||
|maintenance_task= wikitext string | |||
|date_done= date | |||
|date_next_required = date | |||
}} | |||
</noinclude><!-- | </noinclude><!-- | ||
--><includeonly><!-- | --><includeonly><!-- | ||
-->__NOCACHE__ | -->__NOCACHE__<!-- | ||
-->{{#cargo_store:}}<!-- | |||
--></includeonly> | --></includeonly> |
Latest revision as of 22:58, 2024 April 1
Usage
{{Maintenance log}}
and then "edit with form"
Parameters
This is the template for maintenance tasks. It is used on tool pages, facilitated by [[Form:Tool]].
Parameter | Description | Type | Status | |
---|---|---|---|---|
maintenance task | maintenance task | what was done | Content | suggested |
date done | date done | date it was done, blank if not yet done
| Date | suggested |
date next required | date next required | date it next needs doing, blank if for past unscheduled maintenance | Date | suggested |
Cargo Declaration
This template defines the table "maintenance". View table.