Difference between revisions of "Form:Metadata/include core"

From OpenMedia
Jump to: navigation, search
(Created page with "<noinclude> Core template for {{Tlx|Metadata}} to be included in conjunction also with other possible forms. Because of including this page into other form pages, all form-fie...")
 
Line 26: Line 26:
 
* [[Template:Logo]]
 
* [[Template:Logo]]
  
 +
[[Category: Forms]]
 
</noinclude><includeonly><!--
 
</noinclude><includeonly><!--
 
should not be used
 
should not be used

Revision as of 16:07, 7 April 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
{ &#123;
} &#125;
| &#124;

So the form field-definition …

{{{field | templateparameter | input type=textarea | rows=2 | autogrow}}}

… becomes …

&#123;&#123;&#123;field &#124; templateparameter &#124; input type=textarea &#124; rows=2 &#124; autogrow&#125;&#125;&#125;

Usage

This Page is meant to be included:

{{:Metadata/include core}}

Dependencies