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

(instructions updates)
Line 2: Line 2:
<let name=timestamp pre>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}} {{CURRENTTIME}}</let>
<let name=timestamp pre>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}} {{CURRENTTIME}}</let>
<let name=tpltpage>project:Forms/handling/blog/post</let>
<let name=tpltpage>project:Forms/handling/blog/post</let>
<let name=wtTplt>[[</let>
<let name=wtTplt append copy=tpltpage />
<let name=wtTplt append>]]</let>


<let name=user val=@user.dbkey />
<let name=user val=@user.dbkey />
Line 41: Line 37:
| colspan=2 |
| colspan=2 |
<hr>
<hr>
<small>List as many topics as you want; a topic list looks like this: '''\a topic\another topic\a third topic'''</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>
| align=right | '''Global topics''': || <echo raw now><input name=topics-global size=80></echo>
Line 57: Line 53:
** Assigning posts to one or more topics makes it possible to display post summaries by topic.
** Assigning posts to one or more topics makes it possible to display post summaries by topic.
* "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.
* The template for formatting the data in this form is: <get name=wtTplt />
* 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 />

Revision as of 15:28, 12 April 2022

Make a Post

Post title:
Above the fold:
Below the fold:

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

Global topics:
User topics:

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:18.191.223.123/blog/[time submitted]/[Post title] and attributed to 18.191.223.123.
  • "topic lists" should look like this: [[topic::a topic]] [[topic::another topic]] [[topic::third topic]] and so on
    • Assigning posts to one or more topics makes it possible to display post summaries by topic.
  • "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-05-07 09:13]
    • [tpltpage] = [project:Forms/handling/blog/post]
    • [user] = [18.191.223.123]
    • [title-prefix] = [User:18.191.223.123/blog/]
    • [tag1] = [<input type=hidden name=user value="18.191.223.123">]
    • [tag2] = [<input type=hidden name=!TITLETPLT value="User:18.191.223.123/blog/[$?TIMESTAMP$] [$posttitle$]">]