This is a post!
Template:Pseudoforum: Difference between revisions
Template page
More actions
Content deleted Content added
No edit summary Tag: 2017 source edit |
mNo edit summary Tag: 2017 source edit |
||
| Line 16: | Line 16: | ||
{ |
{ |
||
"params": { |
"params": { |
||
" |
"post": { |
||
" |
"label": "Post", |
||
| ⚫ | |||
"subject" |
|||
| ⚫ | |||
], |
|||
"default": "{{Pseudoforum/entry\n|title=title\n|author=author\n|date=date\n|content=This is a post!\n|signature=This is a forum-type signature!\n}}", |
|||
| ⚫ | |||
"example": "Hey Weirdos", |
|||
| ⚫ | |||
"required": true, |
|||
"label": "Title" |
|||
}, |
|||
"author": { |
|||
"label": "Author", |
|||
"description": "The person that wrote the post.", |
|||
"example": "Anonymous", |
|||
"suggestedvalues": [ |
|||
"Anonymous" |
|||
], |
|||
"autovalue": "Anonymous", |
|||
"required": true |
"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.", |
"description": "This is used to create forum-styled \"posts,\" for diegetic purposes. Put the template {{Pseudoforum/entry}} inside this for each post.", |
||
"format": "block" |
"format": "block", |
||
"paramOrder": [ |
|||
"post" |
|||
] |
|||
} |
} |
||
</templatedata></noinclude> |
</templatedata></noinclude> |
||
Revision as of 17:13, August 2, 2025
Example
title
This is a forum-type signature!
This is used to create forum-styled "posts," for diegetic purposes. Put the template {{Pseudoforum/entry}} inside this for each post.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Post | post | The first post. Helps you get started.
| Template | required |