Form:UploadFile — различия между версиями
24pm (обсуждение | вклад) (Новая страница: «<noinclude> This tamplate is used by form UploadFile to upload file and add some information about it. </noinclude><includeonly> {| ! Prope…») |
24pm (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
− | + | Simple test form to upload file and add some info about it. The form uses template [[Template:UploadFile|UploadFile]] | |
− | < | + | |
− | {| | + | <includeonly>{{{info|page name=File:<UploadFile[file name]>}}} |
− | ! | + | {{{for template|UploadFile}}} |
− | | | + | {| class="formtable" |
+ | ! File name: | ||
+ | | {{{field|file name|mandatory|uploadable}}} (Required) | ||
|- | |- | ||
− | ! | + | ! Title: |
− | | | + | | {{{field | title | input type=text | size=70}}} |
|- | |- | ||
− | ! | + | ! Tags: |
− | | | + | | {{{field | tags | list | delimiter=; | placeholder= Some tags with delimiter (;) | input type=text | size=70}}} |
|} | |} | ||
+ | {{{end template}}} | ||
+ | ---- | ||
+ | {{{standard input|minor edit}}} {{{standard input|watch}}} | ||
+ | |||
+ | {{{standard input|save}}} {{{standard input|cancel}}} | ||
</includeonly> | </includeonly> |
Текущая версия на 11:50, 27 сентября 2018
Simple test form to upload file and add some info about it. The form uses template UploadFile