hello friends! new(ish)!

Template:Software List: Difference between revisions

From InstallGentoo Wiki v2
Jump to navigation Jump to search
>Anoy
No edit summary
>Anoy
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{{#if:{{{Title|}}}{{{Type|}}}{{{License|}}}{{{Website|}}}{{{ShortSummary|}}}{{{LineColor|}}}||}}<tr class="vevent" style="text-align: center; {{#if:{{{ShortSummary|}}}|background:#F2F2F2}} }}">
|- style="background:#F2F2F2;"
| {{{Title}}} || {{{Type}}} || {{{Language}}} || {{{License}}} || {{{Website}}} || {{{ShortSummary}}}
</includeonly>


{{#if:{{{Title|ʁ}}}|ʁ| |<th scope="row" id="{{{Title}}}" style="text-align: center; {{#if:{{{ShortSummary|}}}|background:#F2F2F2}} }}">{{{Title}}}</th>}}
<noinclude>


{{#if:{{{Type|ʁ}}}|ʁ| |<td>{{{Type}}}</td>}}
Usage
<td class="summary" style="text-align: left;">{{#if:{{{Title|}}}|"{{{Title}}}"}}


{{#if:{{{License|ʁ}}}|ʁ| |<td>{{{License}}}</td>}}
<code>
    {{Software List
    |Title = Name
    |Type = Type
    |License = [[License]]
    |Website = example.com
    |ShortSummary =  App description.
    |Language = Language
    }}
</code>


{{#if:{{{Website|ʁ}}}|ʁ| |<td>{{{Website}}}</td>}}


{{#if:{{{ShortSummary|}}}|<tr><td class="description" style="border-bottom:3px solid #{{#if:{{{LineColor|}}}|{{{LineColor}}}|CCCCFF}}">
{{{ShortSummary|}}}&nbsp;</td></tr>}}
</includeonly><noinclude>
{{documentation}}
</noinclude>
</noinclude>

Latest revision as of 22:46, 8 February 2014



Usage

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