We are still actively working on the spam issue.

Difference between revisions of "Template:Software List"

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

Revision as of 23:53, 8 February 2014



Usage

```

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


```