hello friends! new(ish)!

Template:Software List: Difference between revisions

From InstallGentoo Wiki v2
Jump to navigation Jump to search
>Anoy
mNo edit summary
>Anoy
mNo edit summary
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 21:53, 8 February 2014



Usage

```

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


```