Jump to content

Template:Website Setup: Difference between revisions

From Parasol
No edit summary
Tag: wikieditor
No edit summary
Tag: wikieditor
Line 1: Line 1:
=== {{{Stage}}} Webserver ===
=== {{{Stage}}} Webserver ===
{{#if: {{{Server Provider|}}} | Provider: {{{Server Provider}}} | }}
{{#if: {{{Server Provider|}}} | Provider: {{{Server Provider}}} <br>| }}{{#if: {{{Server Admin URL|}}} | Console: {{{Server Admin URL}}} <br>| }}{{#if: {{{Server Access|}}} | Server Access: {{{Server Access}}} | }}
 
{{#if: {{{Server Admin URL|}}} | Console: {{{Server Admin URL}}} | }}
 
{{#if: {{{Server Access|}}} | Server Access: {{{Server Access}}} | }}
 


==== Frontend ====
==== Frontend ====
''{{#if: {{{Frontend Notes|}}} | {{{Frontend Notes}}} <br>| }}''{{#if: {{{Frontend URL|}}} | URL: {{{Frontend URL}}} {{#if: {{{Frontend Type|}}} | ({{{Frontend Type}}}) | }} | }}
''{{#if: {{{Frontend Notes|}}} | {{{Frontend Notes}}} <br><br>| }}''{{#if: {{{Frontend URL|}}} | URL: {{{Frontend URL}}} {{#if: {{{Frontend Type|}}} | ({{{Frontend Type}}}) | }} | }}


==== Backend ====
==== Backend ====
''{{#if: {{{Backend Notes|}}} | {{{Backend Notes}}} | }}''
''{{#if: {{{Backend Notes|}}} | {{{Backend Notes}}} <br><br>| }}''{{#if: {{{Backend URL|}}} | Console: {{{Backend URL}}} ({{{Backend Type}}}) | }}
 
 
{{#if: {{{Backend URL|}}} | Console: {{{Backend URL}}} ({{{Backend Type}}}) | }}




Line 76: Line 68:
"Server Access",
"Server Access",
"Backend Type",
"Backend Type",
"Backend Notes",
"Backend URL",
"Backend URL",
"Backend Notes",
"Frontend Type",
"Frontend Type",
"Frontend URL",
"Frontend Notes",
"Frontend Notes"
"Frontend URL"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 15:34, 27 October 2023

{{{Stage}}} Webserver

{{#if: | Provider: {{{Server Provider}}}
| }}{{#if: | Console: {{{Server Admin URL}}}
| }}{{#if: | Server Access: {{{Server Access}}} | }}

Frontend

{{#if: | {{{Frontend Notes}}}

| }}
{{#if: | URL: {{{Frontend URL}}} {{#if: | ({{{Frontend Type}}}) | }} | }}

Backend

{{#if: | {{{Backend Notes}}}

| }}
{{#if: | Console: {{{Backend URL}}} ({{{Backend Type}}}) | }}


<templatedata> { "params": { "Stage": { "description": "Webserver Stage (Preview, Stage, Production, ...)", "type": "string", "suggestedvalues": [ "Preview", "Stage", "Production" ], "required": true }, "Backend Type": { "description": "The Backend/CMS Type (Wordpres, ...)", "type": "string", "suggestedvalues": [ "Wordpress" ] }, "Backend URL": { "type": "string", "default": "https://" }, "Server Provider": { "type": "string", "suggestedvalues": [ "Host Europe", "pslsrv57.p5l.io (Preview Webserver)", "Amazon Web Services", "Google Cloud Platform", "Microsoft Azure Cloud" ] }, "Server Admin URL": { "type": "string", "default": "https://", "suggestedvalues": [ "https://10.1.10.57:8080/" ] }, "Backend Notes": { "type": "string" }, "Frontend Type": {}, "Frontend URL": {}, "Frontend Notes": { "type": "string" }, "Server Access": {} }, "description": "Webserver Stage (Preview, Stage, Production, ...)", "paramOrder": [ "Stage", "Server Provider", "Server Admin URL", "Server Access", "Backend Type", "Backend Notes", "Backend URL", "Frontend Type", "Frontend Notes", "Frontend URL" ] } </templatedata>