Form:Asset: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Form for creating and editing Asset pages ( | Form for creating and editing Asset pages (v2) | ||
</noinclude> | </noinclude> | ||
{{{info | {{{info | ||
|no summary | |||
|no preview | |||
|no minor edit | |||
|no watch | |||
|no footer | |||
}}} | }}} | ||
{{{for template|Asset}}} | {{{for template|Asset}}} | ||
{| class="formtable" | {| class="formtable" | ||
! Chapter (*) | ! Chapter (*) | ||
| {{{field|Chapter | | {{{field|Chapter | ||
|input type=combobox | |||
|values from namespace=Chapter | |||
|existing values only | |||
}}} | }}} | ||
|- | |- | ||
| Line 35: | Line 25: | ||
! Place | ! Place | ||
| {{{field|Place | | {{{field|Place | ||
|input type=combobox | |||
|values from namespace=Place | |||
|existing values only | |||
|placeholder=Use Organisation instead | |||
}}} | }}} | ||
|- | |- | ||
| Line 44: | Line 34: | ||
! Organisation | ! Organisation | ||
| {{{field|Organisation | | {{{field|Organisation | ||
|input type=combobox | |||
|values from namespace=Organisation | |||
|existing values only | |||
|placeholder=Use Place instead | |||
}}} | }}} | ||
|- | |- | ||
! | ! Identifier | ||
| {{{field| | | {{{field|Label|readonly}}} | ||
|- | |||
! Sequence | |||
| {{{field|Sequence|readonly}}} | |||
}}} | |- | ||
! File (*) | |||
| {{{field|File|input type=upload}}} | |||
|- | |- | ||
! | ! Original filename | ||
| {{{field| | | {{{field|OriginalFilename|readonly}}} | ||
}}} | |||
|- | |- | ||
! Asset type | ! Asset type | ||
| {{{field|AssetType | | {{{field|AssetType | ||
|input type=combobox | |||
|values from namespace=AssetType | |||
|existing values only | |||
}}} | }}} | ||
|- | |- | ||
! | ! Parent asset | ||
| | | {{{field|Parent | ||
|input type=combobox | |||
|values from namespace=Asset | |||
|existing values only | |||
|placeholder=Top level | |||
}}} | }}} | ||
|- | |- | ||
| Line 94: | Line 80: | ||
! Notes | ! Notes | ||
| {{{field|Notes|input type=textarea}}} | | {{{field|Notes|input type=textarea}}} | ||
|} | |} | ||
| Line 124: | Line 86: | ||
{{{end template}}} | {{{end template}}} | ||
{{#tag:html| | |||
<script> | |||
mw.loader.load( | |||
mw.util.getUrl( | |||
'MediaWiki:Asset.js', | |||
{ action: 'raw', ctype: 'text/javascript' } | |||
) | |||
); | |||
</script> | |||
|}} | |||
Revision as of 15:10, 18 February 2026
Form for creating and editing Asset pages (v2)
no summary
Asset
| Chapter (*) | Chapter |
|---|---|
| Place | Place |
| Organisation | Organisation |
| Identifier | Label |
| Sequence | Sequence |
| File (*) | File |
| Original filename | OriginalFilename |
| Asset type | AssetType |
| Parent asset | Parent |
| Description | Description |
| Notes | Notes |
save
{{{end template}}}