Template:Website Basics: Difference between revisions
Appearance
No edit summary Tag: wikieditor |
No edit summary Tag: wikieditor |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=== Client | = Overview = | ||
== Client == | |||
{{#if: {{{KAD|}}} | KAD: {{{KAD}}} <br>| }} | {{#if: {{{KAD|}}} | KAD: {{{KAD}}} <br>| }} | ||
== Technology == | |||
{{#if: {{{Backend Type|}}} | Backend: {{{Backend Type}}} <br><br>| }} | |||
{{#if: {{{ | {{#if: {{{Infrastructure Notes|}}} | ''{{{Infrastructure Notes}}}''| }} | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 24: | Line 23: | ||
"paramOrder": [ | "paramOrder": [ | ||
"KAD", | "KAD", | ||
" | "Infrastructure Notes", | ||
" | "Backend Type" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 08:13, 4 November 2023
Overview
[edit]Client
[edit]{{#if: | KAD: {{{KAD}}}
| }}
Technology
[edit]{{#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>