Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
13,293
edits
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
To create a new blog post, enter the full page name below (e.g., "Wiki Updates/New Feature" or "Saint Reflections/Advent Joy"). | To create a new blog post, enter the full page name below (e.g., "Wiki Updates/New Feature" or "Saint Reflections/Advent Joy"). | ||
If the page already exists, you will be sent to the form to edit it. | If the page already exists, you will be sent to the form to edit it. | ||
{{#forminput:form=Blog|button text=Create or Edit Blog Post|placeholder=Enter full page name (e.g., Wiki Updates/My New Post)|size=60}} | {{#forminput:form=Blog|button text=Create or Edit Blog Post|placeholder=Enter full page name (e.g., Wiki Updates/My New Post)|size=60}} | ||
[[Category:Forms]] | [[Category:Forms]] | ||
</noinclude> | </noinclude> | ||
| Line 15: | Line 14: | ||
{{{for template|Blog}}} | {{{for template|Blog}}} | ||
{| class="formtable" | {| class="formtable" | ||
! Post Title | ! Post Title: | ||
| {{{field|postTitle| | | {{{field|postTitle|placeholder=Leave blank to use subpage name}}} | ||
|- | |- | ||
! Blog: | ! Blog Category: | ||
| {{{field|blog}}} | | {{{field|blog|default={{BASEPAGENAME}}}}} | ||
|- | |- | ||
! Date: | ! Date: | ||
| {{{field|date|mandatory|input type= | | {{{field|date|mandatory|input type=datepicker|display format=yyyymmdd}}} | ||
|- | |- | ||
! Author: | ! Author: | ||
| {{{field|author|mandatory}}} | | {{{field|author|mandatory|default={{USER}}}}} | ||
|- | |- | ||
! Tags | ! Tags: | ||
| {{{field|tags|input type=tokens| | | {{{field|tags|input type=tokens|delimiter=,}}} | ||
|- | |- | ||
! Summary/Teaser | ! Summary/Teaser: | ||
| {{{field|summary|input type=textarea|rows= | | {{{field|summary|input type=textarea|rows=4|autogrow}}} | ||
|} | |} | ||
{{{end template}}} | {{{end template}}} | ||
{{{standard input|summary}}} | {{{standard input|summary}}} | ||
{{{standard input|save|label=Publish Post}}} | {{{standard input|save|label=Publish Post}}} | ||
{{{standard input|preview}}} | {{{standard input|preview}}} | ||
{{{standard input|cancel}}} | {{{standard input|cancel}}} | ||
</includeonly> | </includeonly> | ||