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
 
(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 22:46, 8 February 2014



Usage

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