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

Template:Pseudoforum: Difference between revisions

Template page
Content deleted Content added
mNo edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 13: Line 13:
}}
}}
}}
}}
[[Category:Templates: tesinormed]]</noinclude>
[[Category:Templates: tesinormed]]<templatedata>
{
"params": {
"title": {
"aliases": [
"subject"
],
"description": "The title of the post. Put Re: for replies.",
"example": "Hey Weirdos",
"type": "string",
"required": true,
"label": "Title"
},
"author": {
"label": "Author",
"description": "The person that wrote the post.",
"example": "Anonymous",
"suggestedvalues": [
"Anonymous"
],
"autovalue": "Anonymous",
"required": true
},
"date": {
"label": "Date",
"description": "This is the date the post was posted.",
"example": "January 1, 1970",
"type": "string",
"autovalue": "January 1, 1970",
"suggested": true
},
"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!",
"type": "unknown",
"required": true
},
"signature": {
"label": "Signature",
"description": "A signature appearing after the post.",
"type": "line"
}
},
"description": "This is used to create forum-styled \"posts,\" for diegetic purposes.",
"format": "block"
}
</templatedata></noinclude>

Revision as of 17:04, August 2, 2025

Example

See Tale:In Hard We Trust.

title

author >> date

This is a post!

This is a forum-type signature!

This is used to create forum-styled "posts," for diegetic purposes.

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
Auto value
Anonymous
Unknownrequired
Datedate

This is the date the post was posted.

Example
January 1, 1970
Auto value
January 1, 1970
Stringsuggested
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.

Lineoptional