We are still actively working on the spam issue.

Difference between revisions of "Template:Software List"

From InstallGentoo Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
 
|- style="background:#F2F2F2;"  
 
|- style="background:#F2F2F2;"  
| {{{Title}}} || {{{Type}}} || {{{License}}} || {{{Website}}} || {{{ShortSummary}}}
+
| {{{Title}}} || {{{Type}}} || {{{Language}}} || {{{License}}} || {{{Website}}} || {{{ShortSummary}}}
 
</includeonly>
 
</includeonly>
  
Line 8: Line 8:
 
Usage
 
Usage
  
```
+
<code>
{{Software List
+
    {{Software List
|Title = Name
+
    |Title = Name
|Type = Type
+
    |Type = Type
|License = [[License]]
+
    |License = [[License]]
|Website = example.com
+
    |Website = example.com
|ShortSummary =  App description.
+
    |ShortSummary =  App description.
}}
+
    |Language = Language
```
+
    }}
 +
</code>
 +
 
  
 
</noinclude>
 
</noinclude>

Latest revision as of 00:46, 9 February 2014



Usage

|- style="background:#F2F2F2;" | Name || Type || Language || License || example.com || App description.