Template:Feature: Difference between revisions
From Freephile Wiki
Re-Add the formlink Tag: Undo |
No edit summary |
||
Line 1: | Line 1: | ||
{| class="wikitable" | <noinclude> | ||
This is the "Feature" template. | |||
It should be called in the following format: | |||
<pre> | |||
{{Feature | |||
|explains= | |||
|description= | |||
|notes= | |||
|tests= | |||
|examples= | |||
}} | |||
</pre> | |||
Edit the page to see the template text. | |||
</noinclude><includeonly>{| class="wikitable" | |||
! Page or feature name | |||
| [[Feature explanation::{{{explains|}}}]] | |||
|- | |||
! 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 13: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.