Tip of the day
Long pressing an item opens multi-selection options in the inventory.
Template:WSWB Subpage Lists
From Walkscape Walkthrough
<div style="display: flow-root;">{{#ifexist:{{#if:{{{parent|}}}|{{{parent}}}|{{FULLPAGENAME}}}}
|{{#if:{{{edit_label|}}}|<span style="float: right; border: 2px solid #22333d; border-radius: 8px; padding: 0px 6px;">[[{{#if:{{{parent|}}}|{{{parent}}}|{{FULLPAGENAME}}}}|{{{edit_label}}}]]</span>}}
<splist parent={{#if:{{{parent|}}}|{{{parent}}}|{{FULLPAGENAME}}}} showparent=no sort=asc sortby=title liststyle=unordered showpath=no kidsonly=yes />
|{{{missing_text|}}}{{#if:{{{create_label|}}}| [{{fullurl:{{#if:{{{parent|}}}|{{{parent}}}|{{FULLPAGENAME}}}}|action=edit}} {{{create_label}}}]}}
}}
</div>
Builds the subpage lists.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Parent page | parent | The Page Name to list sub-pages for.
| Page name | required |
| Missing page message | missing_text | Localized message shown when the parent page does not exist.
| String | optional |
| Create link label | create_label | Localized label for the action=edit link shown when the parent page does not exist.
| String | optional |
| Edit link label | edit_label | Localized label for an optional button linking to the parent page.
| String | optional |
