Difference between revisions of "Template:Module"
(+Experimental Modul Status) |
|||
Line 63: | Line 63: | ||
{{Codeline|<nowiki>{{stable}}</nowiki>}} | {{Codeline|<nowiki>{{stable}}</nowiki>}} | ||
{{stable}} | {{stable}} | ||
+ | {{Codeline|<nowiki>{{Experimental}}</nowiki>}} | ||
+ | {{Experimental}} | ||
{{Codeline|<nowiki>{{In_Development}}</nowiki>}} | {{Codeline|<nowiki>{{In_Development}}</nowiki>}} | ||
{{In Development}} | {{In Development}} |
Revision as of 11:25, 3 May 2012
Module |
---|
Contents
If you use one of the following templates, the module will automatically added to the proper category
{{I/O}}
{{Protocols}}
{{Applications}}
Templates for STATUS
{{stable}} Stable
{{Experimental}} Experimental
{{In_Development}} In Development
{{Unstable}} Unstable/Broken
{{Deprecated}} Deprecated
|
Templates for ECMD
{{has_ecmd}} |
or leave blank
Templates for CONTROL6
{{has_control6}} |
or leave blank
Example
{{Module |NAME=Onewire |MENUCONFIG={{I/O}}->Onewire support |STATUS={{stable}} |PINNING=yes |ECMD={{has_ecmd}} |CONTROL6={{has_control6}} |DEPENDS=[[ECMD]] |REQUIRES= - |CODE=[https://github.com/ethersex/ethersex/tree/master/hardware/onewire https://github.com/ethersex/ethersex/tree/master/hardware/onewire] }}
Result
Onewire | |
---|---|
Status | Stable
|
menuconfig | I/O->Onewire support |
Pinning | yes |
Ecmd | yes |
Control6 | yes |
Depends on | ECMD |
Requires | - |
Code | https://github.com/ethersex/ethersex/tree/master/hardware/onewire |