Template:Subpages: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly><splist |
<includeonly><splist |
||
− | parent={{{of|{{FULLPAGENAME}}}}} |
+ | parent={{{1|{{{of|{{FULLPAGENAME}}}}}}}} |
showparent=yes |
showparent=yes |
||
sort=asc |
sort=asc |
||
Line 6: | Line 6: | ||
liststyle=unordered |
liststyle=unordered |
||
showpath={{{showpath|no}}} |
showpath={{{showpath|no}}} |
||
− | kidsonly={{#if:{{{of|}}}|no|yes}} |
+ | kidsonly={{#if:{{{1|{{{of|}}}}}}|no|yes}} |
− | debug={{{debug|0}}} |
+ | debug={{#if:{{{debug|}}}|1|0}}} |
/></includeonly> |
/></includeonly> |
||
<noinclude> |
<noinclude> |
||
Line 16: | Line 16: | ||
{ |
{ |
||
"params": { |
"params": { |
||
+ | "1": { |
||
+ | "autovalue": "{{FULLPAGENAME}} - Also die Seite von der dieses Template eingebunden wurde", |
||
+ | "description": "Seite von der aus eingebunden wird.", |
||
+ | "type": "wiki-page-name", |
||
+ | "default": "{{FULLPAGENAME}}", |
||
+ | "aliases": [ |
||
+ | "of" |
||
+ | ], |
||
+ | "label": "Of" |
||
+ | }, |
||
"of": { |
"of": { |
||
"autovalue": "{{FULLPAGENAME}} - Also die Seite von der dieses Template eingebunden wurde", |
"autovalue": "{{FULLPAGENAME}} - Also die Seite von der dieses Template eingebunden wurde", |
||
"description": "Seite von der aus eingebunden wird.", |
"description": "Seite von der aus eingebunden wird.", |
||
"type": "wiki-page-name", |
"type": "wiki-page-name", |
||
− | "default": "{{FULLPAGENAME}}" |
+ | "default": "{{FULLPAGENAME}}", |
+ | "aliases": [ |
||
+ | "1" |
||
+ | ], |
||
+ | "label": "Of" |
||
}, |
}, |
||
"debug": { |
"debug": { |
||
− | "description": "Debug modus", |
+ | "description": "Debug modus - Parameter da: an; Parameter nicht da: aus.", |
"type": "boolean", |
"type": "boolean", |
||
"default": "aus", |
"default": "aus", |
||
− | "autovalue": "0" |
+ | "autovalue": "0", |
+ | "label": "Debug" |
||
}, |
}, |
||
"showpath": { |
"showpath": { |
||
Line 32: | Line 47: | ||
"autovalue": "no", |
"autovalue": "no", |
||
"type": "string", |
"type": "string", |
||
− | "default": "nein" |
+ | "default": "nein", |
+ | "label": "ShowPath" |
||
} |
} |
||
}, |
}, |
Revision as of 13:02, 6 February 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 |