Template:Pseudoforum/entry: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary Tag: 2017 source edit |
Tesinormed (talk | contribs) No edit summary Tag: 2017 source edit |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><div class="pseudoforum-entry"> |
<includeonly><div class="pseudoforum-entry"> |
||
<div class="pseudoforum-entry- |
<div class="pseudoforum-entry-header"><h2>{{{title}}}</h2> |
||
'''{{{author}}}''' >> {{{date}}}{{#if:{{{time|}}}|<nowiki> </nowiki>{{{time}}}}}</div> |
|||
<div class="pseudoforum-entry-content"> |
<div class="pseudoforum-entry-content"> |
||
{{{content}}} |
{{{content}}} |
||
</div>{{#if:{{{signature|}}}|<div class="pseudoforum-entry-signature"> |
|||
| ⚫ | |||
{{{signature}}} |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
<templatedata> |
|||
{ |
|||
"params": { |
|||
"title": { |
|||
"aliases": [ |
|||
"subject" |
|||
], |
|||
"label": "Title", |
|||
"description": "The title of the post. Put Re: for replies.", |
|||
"example": "Hey Weirdos", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"author": { |
|||
"label": "Author", |
|||
"description": "The person that wrote the post.", |
|||
"example": "Anonymous", |
|||
"type": "string", |
|||
"suggestedvalues": [ |
|||
"Anonymous" |
|||
], |
|||
"required": true |
|||
}, |
|||
"date": { |
|||
"label": "Date", |
|||
"description": "This is the date the post was made. Use any format you want.", |
|||
"example": "January 1, 1970", |
|||
"type": "string", |
|||
"autovalue": "January 1, 1970" |
|||
}, |
|||
"time": { |
|||
"label": "Time", |
|||
"description": "The time the post was made. Not entirely necessary." |
|||
}, |
|||
"content": { |
|||
"aliases": [ |
|||
"body" |
|||
], |
|||
"label": "Content", |
|||
"description": "The actual content or body of the post. This is the meat, the actual content you're containing in the post.", |
|||
"example": "Hello everybody! Just wanted to say hiii!", |
|||
"required": true |
|||
}, |
|||
"signature": { |
|||
"label": "Signature", |
|||
"description": "A signature appearing after the post.", |
|||
"example": "This is a signature!", |
|||
"type": "line" |
|||
} |
|||
}, |
|||
"description": "An entry in a forum. This is what the actual post will be.", |
|||
"format": "block" |
|||
} |
|||
</templatedata> |
|||
</noinclude> |
|||
Latest revision as of 17:20, August 2, 2025
An entry in a forum. This is what the actual post will be.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title subject | The title of the post. Put Re: for replies.
| String | required |
| Author | author | The person that wrote the post.
| String | required |
| Date | date | This is the date the post was made. Use any format you want.
| String | optional |
| Time | time | The time the post was made. Not entirely necessary. | Unknown | optional |
| Content | content body | The actual content or body of the post. This is the meat, the actual content you're containing in the post.
| Unknown | required |
| Signature | signature | A signature appearing after the post.
| Line | optional |