We are still actively working on the spam issue.
Difference between revisions of "Template:Software List"
m |
m |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
+ | |- style="background:#F2F2F2;" | ||
+ | | {{{Title}}} || {{{Type}}} || {{{License}}} || {{{Website}}} || {{{ShortSummary}}} | ||
+ | </includeonly> | ||
− | + | <noinclude> | |
− | |||
− | |||
− | |||
+ | Usage | ||
− | + | ``` | |
+ | {{Software List | ||
+ | |Title = Name | ||
+ | |Type = Type | ||
+ | |License = [[License]] | ||
+ | |Website = example.com | ||
+ | |ShortSummary = App description. | ||
+ | }} | ||
+ | ``` | ||
− | |||
− | |||
</noinclude> | </noinclude> |
Revision as of 22:53, 8 February 2014
Usage
```
|- style="background:#F2F2F2;" | Name || Type || {{{Language}}} || License || example.com || App description.
```