Template:Subpages: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Rockstable (talk | contribs) No edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
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={{ |
+ | kidsonly={{{kidsonly|no}}} |
− | debug={{{debug|0}}} |
+ | debug={{#if:{{{debug|}}}|1|0}}} |
/></includeonly> |
/></includeonly> |
||
<noinclude> |
<noinclude> |
||
Shortcut für einen einheitlichen Aufruf von [https://www.mediawiki.org/wiki/Extension:SubPageList3 SubPageList3] |
Shortcut für einen einheitlichen Aufruf von [https://www.mediawiki.org/wiki/Extension:SubPageList3 SubPageList3] |
||
+ | |||
+ | [[Category:Templates]] |
||
<templatedata> |
<templatedata> |
||
{ |
{ |
||
"params": { |
"params": { |
||
+ | "1": { |
||
+ | "autovalue": "{{FULLPAGENAME}} - Also die Seite von der dieses Template eingebunden wurde", |
||
+ | "description": "Seite von der aus eingebunden wird.", |
||
⚫ | |||
+ | "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", |
− | " |
+ | "default": "{{FULLPAGENAME}}", |
+ | "aliases": [ |
||
+ | "1" |
||
+ | ], |
||
+ | "label": "Of" |
||
}, |
}, |
||
"debug": { |
"debug": { |
||
− | " |
+ | "autovalue": "0", |
+ | "description": "Debug modus - Parameter da: an; Parameter nicht da: aus.", |
||
⚫ | |||
+ | "type": "boolean", |
||
"default": "aus", |
"default": "aus", |
||
− | " |
+ | "label": "Debug" |
}, |
}, |
||
"showpath": { |
"showpath": { |
||
⚫ | |||
"autovalue": "no", |
"autovalue": "no", |
||
⚫ | |||
"type": "string", |
"type": "string", |
||
− | "default": "nein" |
+ | "default": "nein", |
+ | "label": "ShowPath" |
||
⚫ | |||
+ | }, |
||
+ | "kidsonly": { |
||
+ | "autovalue": "no", |
||
+ | "description": "Nur direkte Kindseiten anzeigen", |
||
+ | "type": "string", |
||
+ | "default": "nein", |
||
+ | "label": "KidsOnly" |
||
+ | } |
||
}, |
}, |
||
"description": "Zeigt Unterseiten an", |
"description": "Zeigt Unterseiten an", |
Latest revision as of 09:52, 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 direkte Kindseiten anzeigen
| String | optional |