Difference between revisions of "Template:Module"
(Docu) |
|||
| Line 34: | Line 34: | ||
|}</onlyinclude> | |}</onlyinclude> | ||
| + | |||
| + | |||
| + | == Arguments for STATUS == | ||
| + | {| style="width:50%" | ||
| + | |- | ||
| + | | | ||
| + | {{Codeline|<nowiki>{{stable}}</nowiki>}} | ||
| + | {{stable}} | ||
| + | {{Codeline|<nowiki>{{In_Development}}</nowiki>}} | ||
| + | {{In Development}} | ||
| + | {{Codeline|<nowiki>{{Unstable}}</nowiki>}} | ||
| + | {{Unstable}} | ||
| + | {{Codeline|<nowiki>{{Deprecated}}</nowiki>}} | ||
| + | {{Deprecated}} | ||
| + | |} | ||
| + | |||
| + | == Example == | ||
| + | |||
| + | <pre><nowiki> | ||
| + | {{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] | ||
| + | }}</nowiki></pre> | ||
| + | |||
| + | == Result == | ||
{{Module | {{Module | ||
Revision as of 18:13, 20 September 2011
| Module |
|---|
Arguments for STATUS
|
{{stable}} Stable
{{In_Development}} In Development
{{Unstable}} Unstable/Broken
{{Deprecated}} Deprecated
|
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 |