Template:Modinfo: Difference between revisions
Jump to navigation
Jump to search
(EXTREMELY ALPHA - I know that this will properply not work propperly...) |
m (corr.) |
||
Line 19: | Line 19: | ||
You need to specify values for <tt>description</tt> and <tt>author</tt>. If the license is not the GNU General Public License (GPL) then you may also specify <tt>license</tt>. All other parameters are the values for parm, as you get it from the <tt>modinfo</tt> output. | You need to specify values for <tt>description</tt> and <tt>author</tt>. If the license is not the GNU General Public License (GPL) then you may also specify <tt>license</tt>. All other parameters are the values for parm, as you get it from the <tt>modinfo</tt> output. | ||
<nowiki>{{Template:Modinfo|description= | <nowiki>{{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}}</nowiki> | ||
That will give you: | That will give you: | ||
{{Template:Modinfo|description= | {{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}} | ||
</noinclude> | </noinclude> |
Revision as of 19:29, 29 July 2007
description: | no desciption included |
author: | author unknown |
license: | GPL |
This template is intended to display the output of
modinfo snd-soundcard
in a typewriter style table.
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.
{{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:
description: | ALSA module for a sound card |
author: | Mr. Smith |
license: | GPL |