Template:Project: Difference between revisions

From TNTable
Created page with "[[File:{{{projectPhoto}}}|thumb| {| style="width: 100%; margin: auto; text-align: left;" {{Table Header|{{{projectName}}}}} |- | '''Created By''' | {{{builtBy}}} |- {{Table Header|Project Details}} {{#if: {{{affiliations|}}} | {{!}} '''Affiliations''' {{!}} {{{affiliations}}} {{!}}- }} | '''Active''' | {{{playerActive}}} |} ]] {{{playerName}}} is a player {{#if: {{{isAdmin|}}} | and admin}} on the server under the username {{{mcUsername}}}. {{{playerName}}} is notable..."
 
mNo edit summary
 
(31 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[File:{{{projectPhoto}}}|thumb|
[[File:{{{projectPhoto}}}|thumb|450px|
{| style="width: 100%; margin: auto; text-align: left;"
{| style="width: 100%; margin: auto; text-align: left;"
{{Table Header|{{{projectName}}}}}
{{Table Header|{{{projectName}}} }}
|-
{{Table Header|Project Details}}
 
|-
|-
| '''Created By'''
| '''Created By'''
| {{{builtBy}}}
| {{{builtBy}}}
|-
| '''Server'''
| [[{{{projectServer}}}]]
|-
{{#if: {{{mapLink|}}} |
{{!}} '''Map Link'''
{{!}} [{{{mapLink}}} View on Map]
{{!}}- }}
|-
|-


{{Table Header|Project Details}}
{{Table Header|Construction Details}}
|-
{{#if: {{{startedDate|}}} |
{{!}} '''Construction Began'''
{{!}} {{{startedDate}}}
{{!}}- |
{{!}} '''Construction Began'''
{{!}} Unknown
{{!}}- }}
|-
{{#if: {{{completeDate|}}} |
{{!}} '''Completed'''
{{!}} {{{completeDate}}}
{{!}}- |
{{!}} '''Status'''
{{!}} Unknown or Incomplete
{{!}}- }}


{{#if: {{{affiliations|}}} |
{{!}} '''Affiliations'''
{{!}} {{{affiliations}}}
{{!}}- }}
| '''Active'''
| {{{playerActive}}}
|}
|}
]]
]]
{{{playerName}}} is a player {{#if: {{{isAdmin|}}} | and admin}} on the server under the username {{{mcUsername}}}. {{{playerName}}} is notable for {{{serverActivities}}}
 
<includeonly>
[[Category:Project]]
</includeonly>
 
<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
},
"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,
"default": "Unknown"
},
"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,
"default": "Unknown"
},
"projectName": {
"label": "Project Name",
"description": "Name of the project.",
"type": "string",
"required": true
}
},
"description": "This template created a block on the right screen with the project image and details.",
"paramOrder": [
"projectName",
"projectPhoto",
"builtBy",
"projectServer",
"mapLink",
"startedDate",
"completeDate"
]
}
</templatedata>
</noinclude>

Latest revision as of 17:30, 18 September 2022

[[File:{{{projectPhoto}}}|thumb|450px|

{{{projectName}}}
Project Details
Created By {{{builtBy}}}
Server [[{{{projectServer}}}]]
Construction Details
Construction Began Unknown
Status Unknown or Incomplete

]]



This template created a block on the right screen with the project image and details.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Project NameprojectName

Name of the project.

Stringrequired
Project PhotoprojectPhoto

Upload the image of this project and find the file name here.

Filesuggested
Built By:builtBy

List the player or players involved in building this project.

Stringrequired
ServerprojectServer

Indicate the server this project was created on.

Page namerequired
Link to MapmapLink

Link to the project on a map.

URLsuggested
Project Start DatestartedDate

When did the project start? Can be as specific or vague as you remember.

Default
Unknown
Example
June 2018, September 16, 2022
Datesuggested
Project Completion DatecompleteDate

When did the project end? Can be as specific or vague as you remember.

Default
Unknown
Example
June 2018, September 16, 2022
Datesuggested