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= | <let name=tagTitleTplt chr=60 /> | ||
<let name= | <let name=tagTitleTplt append>input type=hidden name=!TITLETPLT value="</let> | ||
<let name=tagTitleTplt append copy=title-prefix /> | |||
<let name=tagTitleTplt append>[$?TIMESTAMP$] [$posttitle$]"</let> | |||
<let name=tagTitleTplt append chr=62 /> | |||
<let name= | |||
<let name= | |||
<let name= | |||
</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= | </echo><get name=tagTitleTplt raw /> | ||
==Make a Post== | ==Make a Post== | ||
{| | {| |
Revision as of 15:31, 12 April 2022
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.146.34.148/blog/[time submitted]/[Post title] and attributed to 3.146.34.148.
- "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
- [timestamp] = [2024-11-24 21:23]
- [tpltpage] = [project:Forms/handling/blog/post]
- [user] = [3.146.34.148]
- [title-prefix] = [User:3.146.34.148/blog/]
- [tagtitletplt] = [<input type=hidden name=!TITLETPLT value="User:3.146.34.148/blog/[$?TIMESTAMP$] [$posttitle$]">]