Difference between revisions of "Template:Feature"
Jump to navigation
Jump to search
(unlink the image) |
|||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
− | This is the | + | This is the "Feature" template. |
− | + | It should be called in the following format: | |
− | It | ||
<pre> | <pre> | ||
{{Feature | {{Feature | ||
− | + | |explains= | |
− | + | |description= | |
+ | |notes= | ||
+ | |tests= | ||
+ | |examples= | ||
}} | }} | ||
</pre> | </pre> | ||
− | + | Edit the page to see the template text. | |
− | + | </noinclude><includeonly>{| class="wikitable" | |
− | + | ! Page or feature name | |
− | </noinclude>< | + | | [[Feature explanation::{{{explains|}}}]] |
− | {| class=" | ||
− | ! | ||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | + | ! Description | |
− | + | | [[Feature description::{{{description|}}}]] | |
− | |||
|- | |- | ||
− | + | ! Notes | |
− | + | | [[Feature notes::{{{notes|}}}]] | |
− | |||
|- | |- | ||
− | + | ! Test it (after upgrade) | |
+ | | [[Feature tests::{{{tests|}}}]] | ||
|- | |- | ||
− | + | ! Examples | |
− | + | | [[Feature examples::{{{examples|}}}]] | |
− | |||
|} | |} | ||
− | + | ||
− | + | [[Category:Feature]] | |
+ | </includeonly> |
Revision as of 12:19, 27 April 2020
This is the "Feature" template. It should be called in the following format:
{{Feature |explains= |description= |notes= |tests= |examples= }}
Edit the page to see the template text.