Template:Pseudoforum/entry: Difference between revisions
Template page
More actions
Content deleted Content added
mNo edit summary Tag: 2017 source edit |
mNo edit summary Tag: 2017 source edit |
||
| Line 11: | Line 11: | ||
{ |
{ |
||
"params": { |
"params": { |
||
"title": { |
"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 |
|||
}, |
|||
| ⚫ | |||
"label": "Signature", |
|||
"description": "A signature appearing after the post.", |
|||
"example": "This is a signature!", |
|||
"type": "line" |
|||
} |
|||
}, |
}, |
||
"description": "An entry in a forum.", |
"description": "An entry in a forum. This is what the actual post will be.", |
||
"format": "block" |
"format": "block" |
||
} |
} |
||
Revision as of 17:13, 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 |