Tip of the day
The hamburger menu at the bottom-right (or bottom-left in left handed mode) has your WalkPedia to help track your total progress.
Template:PeriodicalCollection
From Walkscape Walkthrough
<div class="ws-periodical ws-periodical-index">
<div class="ws-periodical-header">
<div class="ws-periodical-title">{{{title|Periodical Archive}}}</div>
{{#if:{{{subtitle|}}}|<div class="ws-periodical-subtitle">{{{subtitle}}}</div>}}
</div>
{{#if:{{{description|}}}|
<div class="ws-periodical-index-description">
{{{description}}}
</div>
}}
<div class="ws-periodical-rule"></div>
<div class="ws-periodical-content ws-periodical-index-content">
{{{content|}}}
</div>
</div>
__NOTOC__
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | The Periodical Title | Unknown | optional |
| subtitle | subtitle | Optional Subtitle | Unknown | optional |
| description | description | Periodical Description | Unknown | optional |
| content | content | The wikitext content starting on a new line. | Unknown | optional |
