Jump to content

Template:Website Basics: Difference between revisions

From Parasol
No edit summary
Tag: wikieditor
No edit summary
Tag: wikieditor
Line 5: Line 5:


== Technology ==
== Technology ==
{{#if: {{{Backend Type|}}} | Backend: {{{Backend Type}}} <br><br>| }}
{{#if: {{{Infrastructure Notes|}}} | ''{{{Infrastructure Notes}}}''| }}
{{#if: {{{Infrastructure Notes|}}} | ''{{{Infrastructure Notes}}}''| }}


{{#if: {{{Backend Type|}}} | Backend: {{{Backend Type}}} <br>| }}


<noinclude>
<noinclude>
Line 27: Line 27:
"paramOrder": [
"paramOrder": [
"KAD",
"KAD",
"Backend Type",
"Infrastructure Notes",
"Infrastructure Notes"
"Backend Type"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 08:08, 4 November 2023

Overview

Client

{{#if: | KAD: {{{KAD}}}
| }}

Technology

{{#if: | Backend: {{{Backend Type}}}

| }} {{#if: | {{{Infrastructure Notes}}}| }}


<templatedata> { "params": { "KAD": {}, "Backend Type": { "type": "string", "suggestedvalues": [ "WordPress" ] }, "Infrastructure Notes": { "type": "string" } }, "description": "Proper Article Naming\nPattern: Client (Client ID) - Project (URL)\nExample: FC Gelsenkirchen-Schalke 04 e.V. (FCS04) - VELTINS-Arena (https://www.veltins-arena.de)", "paramOrder": [ "KAD", "Infrastructure Notes", "Backend Type" ] } </templatedata>