This is a post!
Template:Pseudoforum: Difference between revisions
Template page
More actions
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]]< |
[[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
title
This is a forum-type signature!
This is used to create forum-styled "posts," for diegetic purposes.
| 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.
| Unknown | required |
| Date | date | This is the date the post was posted.
| String | suggested |
| 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 |