Template:Website Repository Setup: Difference between revisions
No edit summary Tag: wikieditor |
No edit summary Tag: wikieditor |
||
| Line 3: | Line 3: | ||
{{#if: {{{Deployment Strategy|}}} | ====Deployment Strategy==== | }} | {{#if: {{{Deployment Strategy|}}} | ====Deployment Strategy==== | }} | ||
{{#if: {{{Deployment Strategy|}}} | {{{Deployment Strategy}}} | }} | {{#if: {{{Deployment Strategy|}}} | {{{Deployment Strategy}}} | }} | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Revision as of 16:10, 27 October 2023
Repository
{{#if: | {{{Repository Notes}}}
| }}{{#if: | Provider: {{{Repository Provider}}}
| }}{{#if: | URL: {{{Repository URL}}}
| }}
{{#if: | ====Deployment Strategy==== | }}
{{#if: | {{{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>