Difference between revisions of "PsyCrit:Forms/blog/post"

(tidying)
Line 29: Line 29:
|-
|-
| colspan=2  | '''Below the fold''': <echo raw now><textarea name=text-below rows=20></textarea></echo>
| colspan=2  | '''Below the fold''': <echo raw now><textarea name=text-below rows=20></textarea></echo>
|-
|-
| align=right | '''Topics''': || <echo raw now><input name=topics-global size=80></echo>
|-
|-
| colspan=2 |
| colspan=2 |
<hr>
<small>List as many topics as you want; see Explanations below for how to format them.</small>
<small>List as many topics as you want; see Explanations below for how to format them.</small>
|-
|-
| align=right | '''Global topics''': || <echo raw now><input name=topics-global size=80></echo>
| colspan=2  | <echo raw now><input type=submit value="Preview the post"></echo>
|-
| align=right | '''User topics''':  || <echo raw now><input name=topics-user size=80></echo>
|-
| colspan=2  | <hr><echo raw now><input type=submit value="Preview the post"></echo>
|}
|}
<echo raw vars now></form></echo>
<echo raw vars now></form></echo>
Line 45: Line 43:
* When you press "Preview the post", you will get to see roughly what your post will look like when you post it. From there you can post it, or switch back to this tab to make changes.
* When you press "Preview the post", you will get to see roughly what your post will look like when you post it. From there you can post it, or switch back to this tab to make changes.
* If you post it, it will be saved on a page called '''<get name=title-prefix />''[time submitted]''/''[Post title]''''' and attributed to '''<get name=user />'''.
* If you post it, it will be saved on a page called '''<get name=title-prefix />''[time submitted]''/''[Post title]''''' and attributed to '''<get name=user />'''.
* "topic lists" should look like this: '''<nowiki>[[topic::a topic]] [[topic::another topic]] [[topic::third topic]]</nowiki>''' and so on
* A topic list should look like this: '''<nowiki>[[topic::a topic]] [[topic::another topic]] [[topic::third topic]]</nowiki>''' and so on
** Assigning posts to one or more topics makes it possible to display post summaries by topic.
** Assigning one or more topics makes it possible to display posts by topic, in various formats.
* "above the fold" text will appear in summaries/compilations and in the RSS feed; "below the fold" generally only appears when you look at the actual posting page.
* "above the fold" text will appear in summaries/compilations and in the RSS feed; "below the fold" generally only appears when you look at the actual posting page.
* Timestamp will be set to the time at which you first preview the post
* Timestamp will be set to the time at which you first preview the post
</div>
</div>
<dump vars />
<dump vars />

Revision as of 12:04, 17 April 2022

Make a Post

Post title:
Above the fold:
Below the fold:
Topics:

List as many topics as you want; see Explanations below for how to format them.

Some Explanations

  • When you press "Preview the post", you will get to see roughly what your post will look like when you post it. From there you can post it, or switch back to this tab to make changes.
  • If you post it, it will be saved on a page called User:3.145.111.183/blog/[time submitted]/[Post title] and attributed to 3.145.111.183.
  • A topic list should look like this: [[topic::a topic]] [[topic::another topic]] [[topic::third topic]] and so on
    • Assigning one or more topics makes it possible to display posts by topic, in various formats.
  • "above the fold" text will appear in summaries/compilations and in the RSS feed; "below the fold" generally only appears when you look at the actual posting page.
  • Timestamp will be set to the time at which you first preview the post
  • Variables:
    • [timestamp] = [2024-04-20 08:33]
    • [tpltpage] = [project:Forms/handling/blog/post]
    • [user] = [3.145.111.183]
    • [title-prefix] = [User:3.145.111.183/blog/]
    • [tagtitletplt] = [<input type=hidden name=!TITLETPLT value="User:3.145.111.183/blog/[$?TIMESTAMP$] [$posttitle$]">]