Template:Modinfo: Difference between revisions
Jump to navigation
Jump to search
(hard-coding 15 parameters (which doesn't make it more beautiful, but it should work for the time being...) |
(Chapter added) |
||
Line 1: | Line 1: | ||
==The module options for snd-{{{module}}}== | |||
{| style="font-family:monospace" | {| style="font-family:monospace" | ||
| description: | | description: |
Revision as of 19:50, 29 July 2007
The module options for snd-{{{module}}}
description: | no desciption included |
author: | author unknown |
license: | GPL |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: |
Template:Modinfo
This template is intended to display the output of
modinfo snd-soundcard
in a typewriter style table.
Importaint: |
For the moment there are 15 parameters hard-coded in this template! |
---|
Usage
- You need to specify values for description and author.
- If the license is not the GNU General Public License (GPL) then you may also specify license.
- All other parameters are the values for parm, as you get it from the modinfo output.
Example:
{{Template:Modinfo|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-{{{module}}}
description: | ALSA module for a sound card |
author: | Mr. Smith |
license: | GPL |
parm: | parm1:on or off |
parm: | parm2:0 or 1 |
parm: | parm3:debug or not debug, that is the question |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: | |
parm: |