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

(drastically reworking how this works)
Line 1: Line 1:
<let name="!TPLTPAGE" value="[$tpltpage$]" />
This is the page-creation template-data for [[project:Forms/blog/post]].
<let name="!TIMEFMT"  value="Y-m-d Hi" />


<pre>@@START@@<hide>
<let name="!NEWTITLE">User:{{REVISIONUSER}}/blog/{{LOCALYEAR}}/{{LOCALMONTH}}/{{LOCALDAY2}}/[$posttitle$]</let>
<let name="!NEWTEXT">
<hide>
[[title::[$posttitle$]]]
[[title::[$posttitle$]]]
[[author::[$@EDITUSER$]]]
[[author::[$@EDITUSER$]]]
[[author test 1::[$@EDITUSER$]]]
[$topics$]
[[author test 2::[$EDITUSER$]]]
[[author test 3::[$posttitle$]]]
[$topics-user$]
[$topics-global$]
[[TextAbove::[$text-above$]]]
[[TextAbove::[$text-above$]]]
[[TextBelow::[$text-below$]]]
[[TextBelow::[$text-below$]]]


[[When Posted::[$?TIMESTAMP$]]]
[[When Posted::[$@TIMESTAMP$]]]
</hide>{{page/spec/blog/post}}@@STOP@@</pre>
</hide><noinclude>{{page/spec/blog/post}}</noinclude></let>
 
* '''Title template''': <get name=!NEWTITLE raw />
To display: [[template:page/spec/blog/post]]

Revision as of 16:47, 18 April 2022

This is the page-creation template-data for project:Forms/blog/post.


  • Title template: User:{{REVISIONUSER}}/blog/{{LOCALYEAR}}/{{LOCALMONTH}}/{{LOCALDAY2}}/[$posttitle$]