Difference between revisions of "Form:Metadata/include core"
From OpenMedia
m |
m (+Resource ID) |
||
Line 137: | Line 137: | ||
-->{{Hidden | -->{{Hidden | ||
| contentclass = indicateHiddenInputs | | contentclass = indicateHiddenInputs | ||
− | | header = ''Publication Details, Published Source, Reviewer Comments …'' | + | | header = ''Publication Details, Published Source, Reviewer Comments, Resource ID …'' |
| toggle text = + / − | toggle position = left | | toggle text = + / − | toggle position = left | ||
| contentstyle = border-left: 1px solid #cccccc; padding-left:10px; | | contentstyle = border-left: 1px solid #cccccc; padding-left:10px; | ||
Line 154: | Line 154: | ||
<div class="floating-form-parts"> Rating: {{{field | Rating | input type=dropdown | values=0, 1, 2, 3, 4, 5 | default=0 | size =5}}}<br/><span class="comment-gray"> 0 = (unrated); 1 = bad, strongly disliked; 2 = neutral; 3 = good, suitable, or liked; 4 = very good, suitable, or liked; 5 = Superb</span></div> | <div class="floating-form-parts"> Rating: {{{field | Rating | input type=dropdown | values=0, 1, 2, 3, 4, 5 | default=0 | size =5}}}<br/><span class="comment-gray"> 0 = (unrated); 1 = bad, strongly disliked; 2 = neutral; 3 = good, suitable, or liked; 4 = very good, suitable, or liked; 5 = Superb</span></div> | ||
+ | |||
+ | <div class="floating-form-parts"> Resource ID: <br/> {{{field | Resource ID }}}</div> | ||
<div style="clear:both;"></div> | <div style="clear:both;"></div> |
Revision as of 17:06, 28 August 2015
Core template for {{Metadata}} to be included in conjunction also with other possible forms. Because of including this page into other form pages, all form-field parameter need to be rewritten as HTML entities with the following correspondence of characters:
Character | HTML Entity |
---|---|
{ | { |
} | } |
| | | |
So the form field-definition …
{{{field | templateparameter | input type=textarea | rows=2 | autogrow}}}
… becomes …
- {{{field | templateparameter | input type=textarea | rows=2 | autogrow}}}
Usage
This Page is meant to be included:
{{:Metadata/include core}}