Jump to content

Template:Website Repository Setup: Difference between revisions

From Parasol
No edit summary
Tag: wikieditor
No edit summary
Tag: wikieditor
Line 1: Line 1:
== Repository ==
== Repository ==
{{#if: {{{Repository Provider|}}} | Provider: {{{Repository Provider}}} | }}
{{#if: {{{Repository Notes|}}} | ''{{{Repository Notes}}}''<br><br>| }}


{{#if: {{{Repository URL|}}} | URL: {{{Repository URL}}} | }}
{{#if: {{{Repository Provider|}}} | Provider: {{{Repository Provider}}}<br> | }}
 
{{#if: {{{Repository URL|}}} | URL: {{{Repository URL}}}<br> | }}


{{#if: {{{Deployment Strategy|}}} | ====Deployment Strategy==== {{{Deployment Strategy}}} | }}
{{#if: {{{Deployment Strategy|}}} | ====Deployment Strategy==== {{{Deployment Strategy}}} | }}
Line 24: Line 26:
"description": "Description of the deployment strategy",
"description": "Description of the deployment strategy",
"example": "The stage branch gets automatically deployed on Stage upon push.",
"example": "The stage branch gets automatically deployed on Stage upon push.",
"type": "string"
},
"Repository Notes": {
"type": "string"
"type": "string"
}
}
Line 30: Line 35:
"paramOrder": [
"paramOrder": [
"Repository Provider",
"Repository Provider",
"Repository Notes",
"Repository URL",
"Repository URL",
"Deployment Strategy"
"Deployment Strategy"

Revision as of 16:05, 27 October 2023

Repository

{{#if: | {{{Repository Notes}}}

| }}

{{#if: | Provider: {{{Repository Provider}}}
| }}

{{#if: | URL: {{{Repository URL}}}
| }}

{{#if: | ====Deployment Strategy==== {{{Deployment Strategy}}} | }}


<templatedata> { "params": { "Repository URL": { "type": "string" }, "Repository Provider": { "type": "string", "suggestedvalues": [ "GitHub", "Parasol Island (GitLab)" ] }, "Deployment Strategy": { "description": "Description of the deployment strategy", "example": "The stage branch gets automatically deployed on Stage upon push.", "type": "string" }, "Repository Notes": { "type": "string" } }, "description": "Repository Setup and Deployment Strategy. Includes Headline.", "paramOrder": [ "Repository Provider", "Repository Notes", "Repository URL", "Deployment Strategy" ] } </templatedata>