We are still actively working on the spam issue.

Difference between revisions of "Template:Software List"

From InstallGentoo Wiki
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
 +
|- style="background:#F2F2F2;"
 +
| {{{Title}}} || {{{Type}}} || {{{Language}}} || {{{License}}} || {{{Website}}} || {{{ShortSummary}}}
 +
</includeonly>
  
<tr class="vevent" style="text-align: center; background:#F2F2F2">
+
<noinclude>
 
 
 
 
<th scope="row" id="{{{Title}}}" style="text-align: center; background:#F2F2F2">{{{Title}}}</th>
 
 
 
<td>{{{Type}}}</td>
 
 
 
<td>{{{License}}}</td>
 
  
<td>{{{Website}}}</td>
+
Usage
  
</tr>
+
<code>
 +
    {{Software List
 +
    |Title = Name
 +
    |Type = Type
 +
    |License = [[License]]
 +
    |Website = example.com
 +
    |ShortSummary =  App description.
 +
    |Language = Language
 +
    }}
 +
</code>
  
<tr><td class="description" style="border-bottom:3px solid #{{{LineColor}}}">
 
{{{ShortSummary|}}}&nbsp;</td></tr>
 
</includeonly>
 
  
<noinclude>
 
{{documentation}}
 
 
</noinclude>
 
</noinclude>

Latest revision as of 00:46, 9 February 2014



Usage

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