Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Pseudoforum/entry: Difference between revisions

Template page
Content deleted Content added
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
 
(3 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-header"><h2>{{{title}}}</h2>
<div class="pseudoforum-entry-header"><h2>{{{title}}}</h2>
'''{{{author}}}''' >>&nbsp;{{#dateformat:{{{date}}}}}{{#if:{{{time|}}}|<nowiki> </nowiki>{{{time}}}}}</div>
'''{{{author}}}''' >>&nbsp;{{{date}}}{{#if:{{{time|}}}|<nowiki> </nowiki>{{{time}}}}}</div>
<div class="pseudoforum-entry-content">
<div class="pseudoforum-entry-content">
{{{content}}}
{{{content}}}
Line 7: Line 7:
{{{signature}}}
{{{signature}}}
</div>}}
</div>}}
</div></includeonly>
</div></includeonly><noinclude>
<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.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Titletitle subject

The title of the post. Put Re: for replies.

Example
Hey Weirdos
Stringrequired
Authorauthor

The person that wrote the post.

Suggested values
Anonymous
Example
Anonymous
Stringrequired
Datedate

This is the date the post was made. Use any format you want.

Example
January 1, 1970
Auto value
January 1, 1970
Stringoptional
Timetime

The time the post was made. Not entirely necessary.

Unknownoptional
Contentcontent body

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!
Unknownrequired
Signaturesignature

A signature appearing after the post.

Example
This is a signature!
Lineoptional