Form:Document: Difference between revisions

Created page with "<noinclude> Create a document page (brochure/spec/manual/etc.) and link it to a CRT model. </noinclude> {{{for template|Document}}} {| class="formtable" ! Document title: | {{{field|title|mandatory}}} |- ! URL: | {{{field|url|input type=text|mandatory}}} |- ! Type: | {{{field|doc_type|input type=dropdown|values=User manual,Service manual,Brochure,Spec sheet,Other}}} |- ! Related CRT model: | {{{field|crt_model|input type=combobox|values from category=CRT models}}} |} {{..."
Tag: visualeditor-wikitext
 
Add Related Accessories and Related Parts fields to Document form (via update-page on MediaWiki MCP Server)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
Create a document page (brochure/spec/manual/etc.) and link it to a CRT model.
Create a document page (brochure/spec/manual/etc.) and link it to CRT models, AV devices, accessories, or parts.
</noinclude>
</noinclude><templatestyles src="Template:Form styles.css" />


{{{for template|Document}}}
{{{for template|Document}}}
{| class="formtable"
{| class="formtable"
! Document title:
! Upload file or provide URL:
| {{{field|title|mandatory}}}
| {{{field|file|uploadable|image preview}}} OR {{{field|url|input type=text|placeholder=https‌://archive.org/details/...}}}
|-
|-
! URL:
! Type:
| {{{field|url|input type=text|mandatory}}}
| {{{field|doc_type|input type=dropdown|values=User manual,Service manual,Brochure,Spec sheet,Other|mandatory}}}
|-
! Document title (optional, required if type is "Other"):
| {{{field|title}}}
|-
! Related CRT model(s):
| {{{field|crt_models|input type=tokens|values from category=CRT models|delimiter=,}}}
|-
! Related AV device(s):
| {{{field|av_devices|input type=tokens|values from category=AV devices|delimiter=,}}}
|-
|-
! Type:
! Related accessory(ies):
| {{{field|doc_type|input type=dropdown|values=User manual,Service manual,Brochure,Spec sheet,Other}}}
| {{{field|accessories|input type=tokens|values from category=Accessories|delimiter=,}}}
|-
|-
! Related CRT model:
! Related part(s):
| {{{field|crt_model|input type=combobox|values from category=CRT models}}}
| {{{field|parts|input type=tokens|values from category=Parts|delimiter=,}}}
|}
|}
{{{end template}}}
{{{end template}}}
'''Page name:''' {{{standard input|page name|mandatory}}}


{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|cancel}}}
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|cancel}}}
MediaWiki Appliance - Powered by TurnKey Linux