Difference between revisions of "Template:Module"
| Line 55: | Line 55: | ||
{{Codeline|<nowiki>{{I/O}}</nowiki>}} | {{Codeline|<nowiki>{{I/O}}</nowiki>}} | ||
| + | |||
{{Codeline|<nowiki>{{Protocols}}</nowiki>}} | {{Codeline|<nowiki>{{Protocols}}</nowiki>}} | ||
| + | |||
{{Codeline|<nowiki>{{Applications}}</nowiki>}} | {{Codeline|<nowiki>{{Applications}}</nowiki>}} | ||
Revision as of 00:17, 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 |