Template:ProjectInternal: Difference between revisions

From Squirrel's Lair
mNo edit summary
mNo edit summary
Line 26: Line 26:
"suggested": true
"suggested": true
},
},
"Est_invoice_loc": {
"est_invoice_loc": {
"label": "Estimate/Invoice Location",
"label": "Estimate/Invoice Location",
"description": "estimate/invoice URL on google drive",
"description": "estimate/invoice URL on google drive",
Line 33: Line 33:
"suggested": true
"suggested": true
},
},
"estimate requested date": {
"estimate_requested_date": {
"label": "Estimate requested",
"label": "Estimate requested",
"description": "Date client requested estimate",
"description": "Date client requested estimate",
Line 40: Line 40:
"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",
Line 50: Line 50:
"suggested": true
"suggested": true
},
},
"end date": {
"project_end_date": {
"label": "End date",
"label": "End date",
"description": "delivered or cancelled date",
"description": "delivered or cancelled date",
Line 65: Line 65:
"suggested": true
"suggested": true
},
},
"Priority": {
"priority": {
"label": "priority",
"label": "priority",
"description": "number, low # high priority",
"description": "number, low # high priority",
Line 77: Line 77:
"status",
"status",
"billing",
"billing",
"Est_invoice_loc",
"est_invoice_loc",
"estimate requested date",
"estimate_requested_date",
"estimate sent date",
"estimate_sent_date",
"end date",
"project_end_date",
"Priority",
"priority",
"log"
"log"
]
]
}
}
</templatedata>
</templatedata>
{{#template_params:
Description
|status
|billing
|est_invoice_loc
|estimate requested date
|estimate sent date
|end date
|log
|priority}}


===Cargo declaration===
===Cargo declaration===
{{#cargo_declare:
{{#cargo_declare:
_table = ProjectInternal
_table = ProjectInternal
| status = Wikitext string
}}
<!--| status = Wikitext string
| contacts = Wikitext
| contacts = Wikitext
| EstInvoiceLoc = URL
| EstInvoiceLoc = URL
Line 98: Line 109:
| end_date = Date
| end_date = Date
| priority = Wikitext string
| priority = Wikitext string
}}  
}} -->


[[Category:Project Wiki Infrastructure]]
[[Category:Project Wiki Infrastructure]]

Revision as of 22:34, 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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Statusstatus

where is the project at...

Suggested values
, internal, proposed, building, waiting for client, cancelled, delivered
Example
delivered
Stringrequired
Billingbilling

billing status

Suggested values
, estimated, accepted, invoiced, paid
Example
estimated
Stringsuggested
Estimate/Invoice Locationest_invoice_loc

estimate/invoice URL on google drive

URLsuggested
Estimate requestedestimate_requested_date

Date client requested estimate

Datesuggested
Estimate sent dateestimate_sent_date

Date estimate sent to client

Suggested values
Datesuggested
End dateproject_end_date

delivered or cancelled date

Stringsuggested
prioritypriority

number, low # high priority

Example
3
Numbersuggested
Loglog

free form text, ideally with dates

Example
2023-01-01 - site visit to repair cable
Stringsuggested

This is the "ProjectInternal" template.

It should be called in the following format:

{{ProjectInternal
|Description=
|status=
|billing=
|est_invoice_loc=
|estimate requested date=
|estimate sent date=
|end date=
|log=
|priority=
}}

Edit the page to see the template text.

Cargo declaration

This template defines the table "ProjectInternal". View table.