|
|
| 1번째 줄: |
1번째 줄: |
| {{{info|add title=Add a new item|edit title=Edit item}}}
| |
|
| |
|
| <div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
| |
|
| |
| {| class="formtable"
| |
| ! Name:
| |
| | {{{field|Name|input type=text|size=30|mandatory}}}
| |
| |-
| |
| ! Description:
| |
| | {{{field|Description|input type=textarea|rows=4|cols=50}}}
| |
| |-
| |
| ! Category:
| |
| | {{{field|Category|input type=dropdown|values=Type1,Type2,Type3}}}
| |
| |-
| |
| ! Date:
| |
| | {{{field|Date|input type=date}}}
| |
| |}
| |
|
| |
| {{{standard input|save|cancel}}}
| |
|
| |
| {{{end template}}}
| |