|
|
| (같은 사용자의 중간 판 5개는 보이지 않습니다) |
| 1번째 줄: |
1번째 줄: |
| <noinclude>
| | {{{for template|SQL}}} |
| "Sql" 양식입니다.
| | == SQL Information == |
| 이 양식으로 문서를 만드려면 아래에 문서 이름을 입력하세요.
| | * 내용: {{{field|내용}}} |
| 이름이 이미 존재하는 문서이면 해당 문서를 편집할 양식에 보냅니다.
| | * 예제: {{{field|예제}}} |
| | | * Publication Date: {{{field|Publication date|input type=date}}} |
| {{#forminput:form=Sql}} | | * Genre: {{{field|Genre|input type=dropdown|values=Fiction, Non-Fiction, Science, History, Biography}}} |
| | |
| </noinclude><includeonly>
| |
| <div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
| |
| ==SQL== | |
| {{{section|SQL|level=2}}} | |
| | |
| {{{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}}} | | {{{end template}}} |
|
| |
| {{{standard input|free text|rows=10}}}
| |
| </includeonly>
| |