We are still actively working on the spam issue.

Difference between revisions of "Template:Software List"

From InstallGentoo Wiki
Jump to: navigation, search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<includeonly>
 +
|- style="background:#F2F2F2;"
 +
| {{{Title}}} || {{{Type}}} || {{{Language}}} || {{{License}}} || {{{Website}}} || {{{ShortSummary}}}
 +
</includeonly>
  
<includeonly>{{#if:{{{TopColor|}}}{{{Title|}}}{{{Type|}}}{{{License|}}}{{{Website|}}}{{{ShortSummary|}}}{{{LineColor|}}}||}}<tr class="vevent" style="text-align: center; {{#if:{{{TopColor|}}}|background:#{{{TopColor}}}|{{#if:{{{ShortSummary|}}}|background:#F2F2F2}} }}">
+
<noinclude>
 
 
{{#ifeq:{{{Title|ʁ}}}|ʁ| |<th scope="row" id="ep{{{Title}}}" style="text-align: center; {{#if:{{{TopColor|}}}|background:#{{{TopColor}}}|
 
 
 
{{#if:{{{ShortSummary|}}}|background:#F2F2F2}} }}">{{{Title}}}</th>}}
 
 
 
{{#ifeq:{{{Type|ʁ}}}|ʁ| |<td>{{{Type}}}</td>}}
 
<td class="summary" style="text-align: left;">{{#if:{{{Title|}}}|"{{{Title}}}"}}
 
  
{{#ifeq:{{{License|ʁ}}}|ʁ| |<td>{{{License}}}</td>}}
+
Usage
  
{{#ifeq:{{{Website|ʁ}}}|ʁ| |<td>{{{Website}}}</td>}}
+
<code>
 +
    {{Software List
 +
    |Title = Name
 +
    |Type = Type
 +
    |License = [[License]]
 +
    |Website = example.com
 +
    |ShortSummary =  App description.
 +
    |Language = Language
 +
    }}
 +
</code>
  
{{#if:{{{ShortSummary|}}}|<tr><td class="description" style="border-bottom:3px solid #{{#if:{{{LineColor|}}}|{{{LineColor}}}|CCCCFF}}" colspan="{{#expr:{{#ifeq:{{{Title|ʁ}}}|ʁ|{{#ifeq:{{{AltTitle|ʁ}}}|ʁ|{{#ifeq:{{{RTitle|ʁ}}}|ʁ|0|1}}|1}}|1}}+{{#ifeq:{{{DirectedBy|ʁ}}}|ʁ|0|1}}+{{#ifeq:{{{WrittenBy|ʁ}}}|ʁ|0|1}}+{{#ifeq:{{{Aux1|ʁ}}}|ʁ|0|1}}+{{#ifeq:{{{Aux2|ʁ}}}|ʁ|0|1}}+{{#ifeq:{{{Aux3|ʁ}}}|ʁ|0|1}}+{{#ifeq:{{{Aux4|ʁ}}}|ʁ|0|1}}+{{#ifeq:{{{AltDate|ʁ}}}|ʁ|0|1}}+{{#ifeq:{{{OriginalAirDate|ʁ}}}|ʁ|0|1}}+{{#ifeq:{{{ProdCode|ʁ}}}|ʁ|0|1}}+{{#ifeq:{{{Viewers|ʁ}}}|ʁ|0|1}}+{{#ifeq:{{{EpisodeNumber|ʁ}}}|ʁ|0|1}}+{{#ifeq:{{{EpisodeNumber2|ʁ}}}|ʁ|0|1}}}}">
 
{{{ShortSummary|}}}&nbsp;</td></tr>}}{{#if:{{{ShortSummary|}}}|{{#if:{{{LineColor|}}}||{{ns0|[[Category:Episode list using the default LineColor]]}}}}}}
 
  
 
<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.