Template:Website Repository Setup: Difference between revisions
Appearance
Created page with "== Repository == {{#if: {{{Repository Provider|}}} | Provider: {{{Repository Provider}}} | }} {{#if: {{{Repository URL|}}} | URL: {{{Repository URL}}} | }} {{#if: {{{Deployment Strategy|}}} | ====Deployment Strategy==== {{{Deployment Strategy}}} | }} {{#if: {{{Server Provider|}}} | Provider: {{{Server Provider}}} <br>| }}{{#if: {{{Server Admin URL|}}} | Console: [{{{Server Admin URL}}} {{{Server Admin URL}}}] <br>| }}{{#if: {{{Server Access|}}} | Server Access: {{{S..." Tag: wikieditor |
No edit summary Tag: wikieditor |
||
| Line 5: | Line 5: | ||
{{#if: {{{Deployment Strategy|}}} | ====Deployment Strategy==== {{{Deployment Strategy}}} | }} | {{#if: {{{Deployment Strategy|}}} | ====Deployment Strategy==== {{{Deployment Strategy}}} | }} | ||
Revision as of 16:01, 27 October 2023
Repository
{{#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" } }, "description": "Repository Setup and Deployment Strategy. Includes Headline.", "paramOrder": [ "Repository Provider", "Repository URL", "Deployment Strategy" ] } </templatedata>