Created page with "<noinclude> This form is used to upload a new file and categorize it by type. </noinclude> <includeonly> {{{for template|FileInfo}}} {| class="formtable" |- ! File to upload: | {{{field|File|uploadable|size=40|mandatory}}} |- ! File Type: | {{{field|file type|input type=dropdown|values from property=Has file type|mandatory|default=Document}}} |- ! Description: | {{{field|description|input type=textarea|rows=4|mandatory}}} |} {{{end template}}} {{{standard input|summary|..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Advanced file upload form with dropdown selectors. | |||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{{for template|FileInfo}}} | {{{for template|FileInfo}}} | ||
{| class="formtable" | {| class="formtable pf-advanced-upload" | ||
|- | |- | ||
! File to upload: | ! File to upload: | ||
| Line 10: | Line 10: | ||
|- | |- | ||
! File Type: | ! File Type: | ||
| {{{field|file type|input type=dropdown|values from property=Has file type|mandatory|default= | | {{{field|file type|input type=dropdown|values from property=Has file type|mandatory|default=Icons|class=pf-file-type-selector}}} | ||
|- | |- | ||
! Description: | ! Description: | ||
| {{{field|description|input type=textarea|rows= | | {{{field|description|input type=textarea|rows=3|mandatory}}} | ||
|- | |||
! Icon Type: | |||
| {{{field|icon type|input type=dropdown|values from property=Has icon type|class=pf-icon-fields}}} | |||
|- | |||
! Represents: | |||
| {{{field|represents page|input type=dropdown|values from category=Ideologies|values from category=People|values from category=Countries|values from category=Organizations|class=pf-icon-fields pf-portrait-fields|placeholder=Select what this represents...}}} | |||
|- | |||
! Or Search Wikipedia: | |||
| {{{field|represents wikipedia|input type=text|size=40|class=pf-wikipedia-search pf-icon-fields pf-portrait-fields|placeholder=Type to search Wikipedia...}}} | |||
|- | |||
! Portrait Type: | |||
| {{{field|portrait type|input type=dropdown|values from property=Has portrait type|class=pf-portrait-fields}}} | |||
|- | |||
|} | |} | ||
{{{end template}}} | {{{end template}}} | ||
{{{standard input|summary|label=Upload summary|default=Uploaded via | {{{standard input|summary|label=Upload summary|default=Uploaded via advanced file form}}} | ||
{{{standard input|minor edit}}} | {{{standard input|minor edit}}} | ||
{{{standard input|watch}}} | {{{standard input|watch}}} | ||
Latest revision as of 15:02, 17 June 2026
Advanced file upload form with dropdown selectors.