Template:Website Basics: Difference between revisions
Appearance
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}}}''| }} | ||
<noinclude> | <noinclude> | ||
| Line 27: | Line 27: | ||
"paramOrder": [ | "paramOrder": [ | ||
"KAD", | "KAD", | ||
" | "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>