Template:Modinfo: Difference between revisions
Jump to navigation
Jump to search
m (Typo) |
|||
Line 5: | Line 5: | ||
|- | |- | ||
| author: | | author: | ||
| {{{author|''author unknown''}}} | | {{{author1|''author unknown''}}} | ||
|- | |||
| author: | |||
| {{{author2|''author unknown''}}} | |||
|- | |||
| author: | |||
| {{{author3|''author unknown''}}} | |||
|- | |- | ||
|license: | |license: |
Revision as of 05:39, 31 December 2016
The module options for snd-{{{module}}}
description: | no description included | |
author: | author unknown | |
author: | author unknown | |
author: | author unknown | |
license: | GPL |
This template is intended to display the output of
modinfo snd-soundcard
in a typewriter style table.
Note: |
For the moment there are 30 parameters hard-coded in this template. |
---|
Usage
- You need to specify the module name:
module= - You need to give a description and specify the author(s):
description=
author= - You may specify the license if it is not the GNU General Public License (GPL):
license= - All other parameters are the values for parm, as you get it from the modinfo output.
Example:
{{Modinfo |module=generic |description=ALSA module for a sound card |author=Mr. Smith |parm1:on or off |parm2:0 or 1 |parm3:debug or not debug, that is the question }}
That will give you:
The module options for snd-generic
description: | ALSA module for a sound card | |
author: | author unknown | |
author: | author unknown | |
author: | author unknown | |
license: | GPL | |
parm: | parm1:on or off | |
parm: | parm2:0 or 1 | |
parm: | parm3:debug or not debug, that is the question |