Template:ProjectInternal: Difference between revisions
Appearance
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
Line 14: | Line 14: | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"billing": { | "billing": { | ||
"label": "Billing", | "label": "Billing", | ||
Line 20: | Line 20: | ||
"example": "estimated", | "example": "estimated", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [", estimated, accepted, invoiced, paid"], | "suggestedvalues": [ | ||
", estimated, accepted, invoiced, paid" | |||
], | |||
"required": false, | "required": false, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"Est_invoice_loc": { | "Est_invoice_loc": { | ||
"label": "Estimate/Invoice Location", | "label": "Estimate/Invoice Location", | ||
Line 30: | Line 32: | ||
"required": false, | "required": false, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"estimate requested date": { | "estimate requested date": { | ||
"label": "Estimate requested", | "label": "Estimate requested", | ||
Line 37: | Line 39: | ||
"required": false, | "required": false, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"estimate sent date": { | "estimate sent date": { | ||
"label": "Estimate sent date", | "label": "Estimate sent date", | ||
"description": "Date estimate sent to client", | "description": "Date estimate sent to client", | ||
"type": "date", | "type": "date", | ||
"suggestedvalues": [""], | "suggestedvalues": [ | ||
"" | |||
], | |||
"required": false, | "required": false, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"end date": { | "end date": { | ||
"label": "End date", | "label": "End date", | ||
Line 53: | Line 56: | ||
"required": false, | "required": false, | ||
"suggested": true | "suggested": true | ||
}, | |||
}, | |||
"log": { | "log": { | ||
"label": "Log", | "label": "Log", | ||
Line 68: | Line 63: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"suggested": true | |||
}, | |||
"Priority": { | |||
"label": "priority", | |||
"description": "number, low # high priority", | |||
"example": "3", | |||
"type": "number", | |||
"suggested": true | "suggested": true | ||
} | } | ||
}, | }, | ||
"description": "This template is used on internal project pages to help track progress data. " | "description": "This template is used on internal project pages to help track progress data. ", | ||
"paramOrder": [ | |||
"status", | |||
"billing", | |||
"Est_invoice_loc", | |||
"estimate requested date", | |||
"estimate sent date", | |||
"end date", | |||
"Priority", | |||
"log" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
Line 78: | Line 90: | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table = ProjectInternal | _table = ProjectInternal | ||
| status = Wikitext string | }} | ||
<!-- | status = Wikitext string | |||
| contacts = Wikitext | | contacts = Wikitext | ||
| EstInvoiceLoc = URL | | EstInvoiceLoc = URL | ||
Line 86: | Line 99: | ||
| end_date = date | | end_date = date | ||
| priority = Wikitext string | | priority = Wikitext string | ||
}} | }} --> | ||
[[Category:Project Wiki Infrastructure]] | [[Category:Project Wiki Infrastructure]] |
Revision as of 21:08, 2023 April 12
Counterpart to Template:Project. Simply gives link to main page for now. Will be used to populate Internal:Projects in progress.
This template is used on internal project pages to help track progress data.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Status | status | where is the project at...
| String | required |
Billing | billing | billing status
| String | suggested |
Estimate/Invoice Location | Est_invoice_loc | estimate/invoice URL on google drive | URL | suggested |
Estimate requested | estimate requested date | Date client requested estimate | Date | suggested |
Estimate sent date | estimate sent date | Date estimate sent to client
| Date | suggested |
End date | end date | delivered or cancelled date | String | suggested |
priority | Priority | number, low # high priority
| Number | suggested |
Log | log | free form text, ideally with dates
| String | suggested |
Cargo declaration
This template defines the table "ProjectInternal". View table.