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: Difference between revisions
From Walkscape Walkthrough
Created page with "<noinclude><syntaxhighlight lang="wikitext"><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}}}}} <..." |
mNo edit summary |
||
| Line 36: | Line 36: | ||
</div> | </div> | ||
</div></includeonly> | </div></includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"description": "The Periodical Title" | |||
}, | |||
"subtitle": { | |||
"description": "Optional Subtitle" | |||
}, | |||
"date": { | |||
"description": "Posting Date" | |||
}, | |||
"issue": { | |||
"description": "Issue Number" | |||
}, | |||
"author": { | |||
"description": "By Line" | |||
}, | |||
"content": { | |||
"description": "The wikitext content starting on a new line." | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 00:31, 1 July 2026
<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 |
