Difference between revisions of "Form:Test"

From Heroes Assemble MUSH
Jump to navigation Jump to search
(Created page with "This is for testing new forms logic")
 
Line 1: Line 1:
This is for testing new forms logic
+
<noinclude>
 +
This is the "Show" form.
 +
To create a page with this form, enter the page name below;
 +
if a page with that name already exists, you will be sent to a form to edit that page.
 +
{{#forminput:form=Show}}
 +
 
 +
</noinclude><includeonly>
 +
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
 +
{{{for template|ShowHeader|label=Show}}}
 +
{| class="formtable"
 +
! Show Name:
 +
| {{{field|ShowTitle|input type=textarea}}}
 +
|-
 +
|-
 +
! Show Type (TV Show / Movie / Radio Show):
 +
| {{{field|ShowType|input type=textarea}}}
 +
|-
 +
|-
 +
! Show Image Link (provide direct url):
 +
| {{{field|Img|input type=textarea}}}
 +
|-
 +
|-
 +
! Show Status (Ongoing / Finished / Rumored):
 +
| {{{field|ShowStatus|input type=textarea}}}
 +
|-
 +
|-
 +
! Start Date (CCYY/MM/DD format):
 +
| {{{field|ShowStartDate|input type=textarea}}}
 +
|-
 +
! End Date (CCYY/MM/DD format):
 +
| {{{field|ShowEndDate|input type=textarea}}}
 +
|-
 +
|-
 +
! Synopsis:
 +
| {{{field|Synopsis|input type=textarea}}}
 +
|-
 +
|-
 +
|-
 +
! Cast of Characters (Char/Show IDs, Not Names!):
 +
| {{{field|Cast of Characters|input type=textarea with autocomplete|autogrow|values from category=Characters|list}}}
 +
|-
 +
|}
 +
{{{end template}}}
 +
 
 +
'''Free text:'''
 +
 
 +
{{{standard input|free text|rows=10}}}
 +
 
 +
 
 +
{{{standard input|summary}}}
 +
 
 +
{{{standard input|minor edit}}} {{{standard input|watch}}}
 +
 
 +
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}
 +
</noinclude>

Revision as of 17:53, 16 July 2022

This is the "Show" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.