Template:Subpages: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Rockstable (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
liststyle=unordered |
liststyle=unordered |
||
showpath={{{showpath|no}}} |
showpath={{{showpath|no}}} |
||
− | kidsonly={{ |
+ | kidsonly={{{kidsonly|no}}} |
debug={{#if:{{{debug|}}}|1|0}}} |
debug={{#if:{{{debug|}}}|1|0}}} |
||
/></includeonly> |
/></includeonly> |
||
Line 37: | Line 37: | ||
}, |
}, |
||
"debug": { |
"debug": { |
||
⚫ | |||
"description": "Debug modus - Parameter da: an; Parameter nicht da: aus.", |
"description": "Debug modus - Parameter da: an; Parameter nicht da: aus.", |
||
"type": "boolean", |
"type": "boolean", |
||
"default": "aus", |
"default": "aus", |
||
⚫ | |||
"label": "Debug" |
"label": "Debug" |
||
}, |
}, |
||
"showpath": { |
"showpath": { |
||
⚫ | |||
"autovalue": "no", |
"autovalue": "no", |
||
⚫ | |||
"type": "string", |
"type": "string", |
||
"default": "nein", |
"default": "nein", |
||
"label": "ShowPath" |
"label": "ShowPath" |
||
− | } |
+ | }, |
+ | "kidsonly": { |
||
+ | "autovalue": "no", |
||
+ | "description": "Nur Kindseiten anzeigen", |
||
+ | "type": "string", |
||
+ | "default": "nein", |
||
+ | "label": "KidsOnly" |
||
+ | } |
||
}, |
}, |
||
"description": "Zeigt Unterseiten an", |
"description": "Zeigt Unterseiten an", |
Revision as of 09:21, 12 October 2022
Shortcut für einen einheitlichen Aufruf von SubPageList3
Zeigt Unterseiten an
Parameter | Description | Type | Status | |
---|---|---|---|---|
Of | 1 of | Seite von der aus eingebunden wird.
| Page name | optional |
Of | of 1 | Seite von der aus eingebunden wird.
| Page name | optional |
Debug | debug | Debug modus - Parameter da: an; Parameter nicht da: aus.
| Boolean | optional |
ShowPath | showpath | Vollen Pfad anzeigen
| String | optional |
KidsOnly | kidsonly | Nur Kindseiten anzeigen
| String | optional |