We are still actively working on the spam issue.

Difference between revisions of "Template:Software List"

From InstallGentoo Wiki
Jump to: navigation, search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--
+
<includeonly>
 +
|- style="background:#F2F2F2;"
 +
| {{{Title}}} || {{{Type}}} || {{{Language}}} || {{{License}}} || {{{Website}}} || {{{ShortSummary}}}
 +
</includeonly>
 +
 
 +
<noinclude>
 +
 
 +
Usage
 +
 
 +
<code>
 +
    {{Software List
 +
    |Title = Name
 +
    |Type = Type
 +
    |License = [[License]]
 +
    |Website = example.com
 +
    |ShortSummary =  App description.
 +
    |Language = Language
 +
    }}
 +
</code>
  
Please do not "fork" this template by making copies with changes for a particular show instead discuss on the talk page how this template can be used and if necessary modified to do what you need.
 
  
--><includeonly>{{#if:{{{TopColor|}}}{{{EpisodeNumber|}}}{{{EpisodeNumber2|}}}{{{Title|}}}{{{RTitle|}}}{{{AltTitle|}}}{{{RAltTitle|}}}{{{Aux1|}}}{{{DirectedBy|}}}{{{WrittenBy|}}}{{{Aux2|}}}{{{Aux3|}}}{{{OriginalAirDate|}}}{{{AltDate|}}}{{{ProdCode|}}}{{{Viewers|}}}{{{Aux4|}}}{{{ShortSummary|}}}{{{LineColor|}}}||}}<tr class="vevent" style="text-align: center; {{#if:{{{TopColor|}}}|background:#{{{TopColor}}}|{{#if:{{{ShortSummary|}}}|background:#F2F2F2}} }}">{{
 
#ifeq:{{{EpisodeNumber|ʁ}}}|ʁ| |<th scope="row" id="ep{{{EpisodeNumber}}}" style="text-align: center; {{#if:{{{TopColor|}}}|background:#{{{TopColor}}}|{{#if:{{{ShortSummary|}}}|background:#F2F2F2}} }}">{{{EpisodeNumber}}}</th>}}{{
 
#ifeq:{{{EpisodeNumber2|ʁ}}}|ʁ| |<td>{{{EpisodeNumber2}}}</td>}}
 
<td class="summary" style="text-align: left;">{{#if:{{{Title|}}}|"{{{Title}}}"}}{{{RTitle|}}} {{#if:{{{AltTitle|}}}|<br />"{{{AltTitle}}}"}}{{{RAltTitle|}}}</td>{{
 
#ifeq:{{{Aux1|ʁ}}}|ʁ| |<td>{{{Aux1}}}</td>}}{{
 
#ifeq:{{{DirectedBy|ʁ}}}|ʁ| |<td>{{{DirectedBy}}}</td>}}{{
 
#ifeq:{{{WrittenBy|ʁ}}}|ʁ| |<td>{{{WrittenBy}}}</td>}}{{
 
#ifeq:{{{Aux2|ʁ}}}|ʁ| |<td>{{{Aux2}}}</td>}}{{
 
#ifeq:{{{Aux3|ʁ}}}|ʁ| |<td>{{{Aux3}}}</td>}}{{
 
#ifeq:{{{OriginalAirDate|ʁ}}}|ʁ| |<td>{{{OriginalAirDate}}}</td>}}{{
 
#ifeq:{{{AltDate|ʁ}}}|ʁ| |<td>{{{AltDate}}}</td>}}{{
 
#ifeq:{{{ProdCode|ʁ}}}|ʁ| |<td id="pc{{{ProdCode}}}">{{{ProdCode}}}</td>}}{{
 
#ifeq:{{{Viewers|ʁ}}}|ʁ| |<td>{{{Viewers}}}</td>}}{{
 
#ifeq:{{{Aux4|ʁ}}}|ʁ| |<td>{{{Aux4}}}</td>}}</tr>{{#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]]}}}}}}{{#if:{{{EpisodeNumber|}}}||[[Category:Episode lists without episode numbers]]}}{{#if:{{{TopColor|}}}|{{ns0|[[Category:Episode lists with row deviations]]}}}}</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.