Template:Feature: Difference between revisions
No edit summary |
Declare all parameters; change property names |
||
| Line 5: | Line 5: | ||
| {{#if: {{{tests|}}} | {{{tests}}} }} | | {{#if: {{{tests|}}} | {{{tests}}} }} | ||
| {{#if: {{{examples|}}} | {{{examples}}} }} | | {{#if: {{{examples|}}} | {{{examples}}} }} | ||
<!-- add a declare block --> | <!-- add a declare block https://www.semantic-mediawiki.org/wiki/Help:Argument_declaration_in_templates --> | ||
{{#declare: | {{#declare: | ||
| | featureExplanation=explains | ||
| | |feature description=description | ||
|feature notes=notes | |||
|feature tests=tests | |||
|feature examples=examples | |||
}} | }} | ||
<includeonly>[[Category:Feature]] [[Category:Wiki]]</includeonly> | <includeonly>[[Category:Feature]] [[Category:Wiki]]</includeonly> | ||