Template:Modinfo: Difference between revisions

From AlsaProject
Jump to navigation Jump to search
(give this a try)
(revert (as it did not work...))
Line 9: Line 9:
|license:
|license:
| {{{license|GPL}}}
| {{{license|GPL}}}
{{#if: {{{1|}}} | <tr><td> parm:&nbsp; </td><td> {{{1}}} </td></tr>|}}
{{#if: {{{1|}}} | <tr><td>parm;&nbsp;</td><td>{{{1}}}</td></tr> }}
{{#if: {{{2|}}} | <tr><td> parm:&nbsp; </td><td> {{{2}}} </td></tr>|}}
|-
{{#if: {{{3|}}} | <tr><td> parm:&nbsp; </td><td> {{{3}}} </td></tr>|}}
| parm:&nbsp;
{{#if: {{{4|}}} | <tr><td> parm:&nbsp; </td><td> {{{4}}} </td></tr>|}}
| {{{2|}}}
{{#if: {{{5|}}} | <tr><td> parm:&nbsp; </td><td> {{{5}}} </td></tr>|}}
|-
{{#if: {{{6|}}} | <tr><td> parm:&nbsp; </td><td> {{{6}}} </td></tr>|}}
| parm:&nbsp;
{{#if: {{{7|}}} | <tr><td> parm:&nbsp; </td><td> {{{7}}} </td></tr>|}}
| {{{3|}}}
{{#if: {{{8|}}} | <tr><td> parm:&nbsp; </td><td> {{{8}}} </td></tr>|}}
|-
{{#if: {{{9|}}} | <tr><td> parm:&nbsp; </td><td> {{{9}}} </td></tr>|}}
| parm:&nbsp;
{{#if: {{{10|}}} | <tr><td> parm:&nbsp; </td><td> {{{10}}} </td></tr>|}}
| {{{4|}}}
{{#if: {{{11|}}} | <tr><td> parm:&nbsp; </td><td> {{{11}}} </td></tr>|}}
|-
{{#if: {{{12|}}} | <tr><td> parm:&nbsp; </td><td> {{{12}}} </td></tr>|}}
| parm:&nbsp;
{{#if: {{{13|}}} | <tr><td> parm:&nbsp; </td><td> {{{13}}} </td></tr>|}}
| {{{5|}}}
{{#if: {{{14|}}} | <tr><td> parm:&nbsp; </td><td> {{{14}}} </td></tr>|}}
|-
{{#if: {{{15|}}} | <tr><td> parm:&nbsp; </td><td> {{{15}}} </td></tr>|}}
| parm:&nbsp;
{{#if: {{{16|}}} | <tr><td> parm:&nbsp; </td><td> {{{16}}} </td></tr>|}}
| {{{6|}}}
{{#if: {{{17|}}} | <tr><td> parm:&nbsp; </td><td> {{{17}}} </td></tr>|}}
|-
{{#if: {{{18|}}} | <tr><td> parm:&nbsp; </td><td> {{{18}}} </td></tr>|}}
| parm:&nbsp;
{{#if: {{{19|}}} | <tr><td> parm:&nbsp; </td><td> {{{19}}} </td></tr>|}}
| {{{7|}}}
{{#if: {{{20|}}} | <tr><td> parm:&nbsp; </td><td> {{{20}}} </td></tr>|}}
|-
| parm:&nbsp;
| {{{8|}}}
|-
| parm:&nbsp;
| {{{9|}}}
|-
| parm:&nbsp;
| {{{10|}}}
|-
| parm:&nbsp;
| {{{11|}}}
|-
| parm:&nbsp;
| {{{12|}}}
|-
| parm:&nbsp;
| {{{13|}}}
|-
| parm:&nbsp;
| {{{14|}}}
|-
| parm:&nbsp;
| {{{15|}}}
|}<noinclude>
|}<noinclude>


Line 36: Line 59:
in a typewriter style table.
in a typewriter style table.


<!--
{{Template:Note|For the moment there are '''15''' parameters hard-coded in this template! <br /> This is situation will change as soon as someone figures out how to use functions like <tt><nowiki>#if</nowiki></tt> in this Wiki.|Importaint}}
{{Template:Note|For the moment there are '''15''' parameters hard-coded in this template! <br /> This is situation will change as soon as someone figures out how to use functions like <tt><nowiki>#if</nowiki></tt> in this Wiki.|Importaint}}
-->
 
==Usage==
==Usage==



Revision as of 11:29, 12 August 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: 


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!
This is situation will change as soon as someone figures out how to use functions like #if in this Wiki.


Usage

  • You need to specify the module name.
  • 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
|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:  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: