Difference between revisions of "Template:Module"
(Docu) |
|||
Line 49: | Line 49: | ||
{{Deprecated}} | {{Deprecated}} | ||
|} | |} | ||
+ | |||
+ | == Templates for menuconfig == | ||
+ | |||
+ | If you use one of the following templates, the module will automatically added to the proper category | ||
+ | |||
+ | {{Codeline|<nowiki>{{I/O}}</nowiki>}} | ||
+ | {{Codeline|<nowiki>{{Protocols}}</nowiki>}} | ||
+ | {{Codeline|<nowiki>{{Applications}}</nowiki>}} | ||
+ | |||
== Example == | == Example == | ||
Line 55: | Line 64: | ||
{{Module | {{Module | ||
|NAME=Onewire | |NAME=Onewire | ||
− | |MENUCONFIG=I/O->Onewire support | + | |MENUCONFIG={{I/O}}->Onewire support |
|STATUS={{stable}} | |STATUS={{stable}} | ||
|PINNING=yes | |PINNING=yes | ||
Line 67: | Line 76: | ||
{{Module | {{Module | ||
|NAME=Onewire | |NAME=Onewire | ||
− | |MENUCONFIG=I/O->Onewire support | + | |MENUCONFIG={{I/O}}->Onewire support |
|STATUS={{stable}} | |STATUS={{stable}} | ||
|PINNING=yes | |PINNING=yes |
Revision as of 00:16, 21 September 2011
Module |
---|
Arguments for STATUS
{{stable}} Stable
{{In_Development}} In Development
{{Unstable}} Unstable/Broken
{{Deprecated}} Deprecated
|
If you use one of the following templates, the module will automatically added to the proper category
{{I/O}} {{Protocols}} {{Applications}}
Example
{{Module |NAME=Onewire |MENUCONFIG={{I/O}}->Onewire support |STATUS={{stable}} |PINNING=yes |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 |
Depends on | ECMD |
Requires | - |
Code | https://github.com/ethersex/ethersex/tree/master/hardware/onewire |