Template:Project: Difference between revisions
From TNTable
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
} | } | ||
]] | ]] | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"projectPhoto": { | |||
"label": "Project Photo", | |||
"description": "Upload the image of this project and find the file name here.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"Name": { | |||
"label": "Project Name", | |||
"description": "This should not be necessary to fill out.", | |||
"type": "wiki-page-name" | |||
}, | |||
"builtBy": { | |||
"label": "Built By:", | |||
"description": "List the player or players involved in building this project.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"projectServer": { | |||
"label": "Server", | |||
"description": "Indicate the server this project was created on.", | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"mapLink": { | |||
"label": "Link to Map", | |||
"description": "Link to the project on a map.", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"startedDate": { | |||
"label": "Project Start Date", | |||
"description": "When did the project start? Can be as specific or vague as you remember.", | |||
"example": "June 2018, September 16, 2022", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"completeDate": { | |||
"label": "Project Completion Date", | |||
"description": "When did the project end? Can be as specific or vague as you remember.", | |||
"example": "June 2018, September 16, 2022", | |||
"type": "date", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "This template created a block on the right screen with the project image and details.", | |||
"paramOrder": [ | |||
"Name", | |||
"projectPhoto", | |||
"builtBy", | |||
"projectServer", | |||
"mapLink", | |||
"startedDate", | |||
"completeDate" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 22:19, 16 September 2022
[[File:{{{projectPhoto}}}|thumb|
} ]]This template created a block on the right screen with the project image and details.
| {{{Name}}} | |
|---|---|
| Project Details | |
| Created By | {{{builtBy}}} |
| Server | {{{projectServer}}} |
| Construction Details | |
| Construction Began | Unknown |
| Completed | Unknown or Incomplete |
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Project Name | Name | This should not be necessary to fill out. | Page name | optional |
| Project Photo | projectPhoto | Upload the image of this project and find the file name here. | File | suggested |
| Built By: | builtBy | List the player or players involved in building this project. | String | required |
| Server | projectServer | Indicate the server this project was created on. | Page name | required |
| Link to Map | mapLink | Link to the project on a map. | URL | suggested |
| Project Start Date | startedDate | When did the project start? Can be as specific or vague as you remember.
| Date | suggested |
| Project Completion Date | completeDate | When did the project end? Can be as specific or vague as you remember.
| Date | suggested |
