Tip of the day
If there's maintenance, don't worry, usually your steps will still count during the downtime. Check the Discord announcements to be sure!
Template:Periodical
From Walkscape Walkthrough
<div class="ws-periodical">
<div class="ws-periodical-header">
<div class="ws-periodical-title">{{{title|The Periodical}}}</div>
{{#if:{{{subtitle|}}}|
<div class="ws-periodical-subtitle">{{{subtitle}}}</div>
}}
<div class="ws-periodical-meta">
{{#if:{{{date|}}}|{{{date}}}}}
{{#if:{{{issue|}}}| • Issue {{{issue}}}}}
{{#if:{{{author|}}}| • {{{author}}}}}
</div>
</div>
<div class="ws-periodical-content">
{{{content|}}}
</div>
</div>
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | The Periodical Title | Unknown | optional |
| subtitle | subtitle | Optional Subtitle | Unknown | optional |
| date | date | Posting Date | Unknown | optional |
| issue | issue | Issue Number | Unknown | optional |
| author | author | By Line | Unknown | optional |
| content | content | The wikitext content starting on a new line. | Unknown | optional |
