Template:Website Basics: Difference between revisions
Appearance
Created page with " <noinclude> <templatedata> { "params": { "KAD": {}, "Backend Type": {} }, "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)" } </templatedata> </noinclude>" Tag: wikieditor |
No edit summary Tag: wikieditor |
||
| Line 1: | Line 1: | ||
=== Client === | |||
{{#if: {{{KAD|}}} | KAD: {{{KAD}}} <br>| }} | |||
=== Technology === | |||
{{#if: {{{Infrastructure Notes|}}} | {{{Infrastructure Notes}}}'' <br>| }}{{#if: {{{Backend Type|}}} | Backend: {{{Backend Type}}} <br>| }} | |||
<noinclude> | <noinclude> | ||
| Line 5: | Line 11: | ||
"params": { | "params": { | ||
"KAD": {}, | "KAD": {}, | ||
"Backend Type": {} | "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)" | "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", | |||
"Backend Type", | |||
"Infrastructure Notes" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 13:05, 1 November 2023
Client
{{#if: | KAD: {{{KAD}}}
| }}
Technology
{{#if: | {{{Infrastructure Notes}}}
| }}{{#if: | Backend: {{{Backend Type}}}
| }}
<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", "Backend Type", "Infrastructure Notes" ] } </templatedata>