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

(tidying)
Line 9: Line 9:
   <let name=title-prefix append>/blog/</let>
   <let name=title-prefix append>/blog/</let>
</if>
</if>
<let name=tag1 chr=60 />
<let name=tagTitleTplt chr=60 />
<let name=tag1 append>input type=hidden name=user value="</let>
<let name=tagTitleTplt append>input type=hidden name=!TITLETPLT value="</let>
<let name=tag1 append copy=user />
<let name=tagTitleTplt append copy=title-prefix />
<let name=tag1 append>"</let>
<let name=tagTitleTplt append>[$?TIMESTAMP$] [$posttitle$]"</let>
<let name=tag1 append chr=62 />
<let name=tagTitleTplt append chr=62 />
<let name=tag2 chr=60 />
<let name=tag2 append>input type=hidden name=!TITLETPLT value="</let>
<let name=tag2 append copy=title-prefix />
<let name=tag2 append>[$?TIMESTAMP$] [$posttitle$]"</let>
<let name=tag2 append chr=62 />
</hide><echo raw vars now>
</hide><echo raw vars now>
<form action="/w/Special:MakePage" target=_blank method=POST>
<form action="/w/Special:MakePage" target=_blank method=POST>
Line 25: Line 20:
<input type=hidden name="!TPLTSTART" value="@@START@@">
<input type=hidden name="!TPLTSTART" value="@@START@@">
<input type=hidden name="!TPLTSTOP"  value="@@STOP@@">
<input type=hidden name="!TPLTSTOP"  value="@@STOP@@">
</echo><get name=tag1 raw /><get name=tag2 raw />
</echo><get name=tagTitleTplt raw />
==Make a Post==
==Make a Post==
{|
{|

Revision as of 15:31, 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.216.190.167/blog/[time submitted]/[Post title] and attributed to 18.216.190.167.
  • "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-04-16 07:24]
    • [tpltpage] = [project:Forms/handling/blog/post]
    • [user] = [18.216.190.167]
    • [title-prefix] = [User:18.216.190.167/blog/]
    • [tagtitletplt] = [<input type=hidden name=!TITLETPLT value="User:18.216.190.167/blog/[$?TIMESTAMP$] [$posttitle$]">]