We are still actively working on the spam issue.

Difference between revisions of "Template:Software List"

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

Latest revision as of 00:46, 9 February 2014



Usage

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