Jump to content

Template:Website Basics: Difference between revisions

From Parasol
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
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Overview =
== Client ==
{{#if: {{{KAD|}}} | KAD: {{{KAD}}} <br>| }}
== Technology ==
{{#if: {{{Backend Type|}}} | Backend: {{{Backend Type}}} <br><br>| }}
{{#if: {{{Infrastructure Notes|}}} | ''{{{Infrastructure Notes}}}''| }}
<noinclude>
<noinclude>
<templatedata>
<templatedata>
Line 5: Line 10:
"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",
"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>