Difference between revisions of "Template:SoftwareEntryIntro"
Jump to navigation
Jump to search
(Created page with "<noinclude>This is a template used to display images related to the result from a query asking for software == Code == <pre> <includeonly> | style="text-align: left;" | {{...") |
|||
| Line 1: | Line 1: | ||
| − | <noinclude>This is a template used | + | <noinclude>This is a template used in connection with [[Template:SoftwareTable]] |
| + | |||
== Code == | == Code == | ||
<pre> | <pre> | ||
<includeonly> | <includeonly> | ||
| − | + | {| class="SoftwareEntry" | |
| − | + | ! Software | |
| − | + | ! style="text-align:center" | Logo | |
| − | + | ! style="text-align:center" | Description | |
| − | + | ! style="text-align:center" | Version | |
| + | ! style="text-align:center" | Link | ||
|- | |- | ||
</includeonly> | </includeonly> | ||
</pre> | </pre> | ||
| − | == See also == | + | ==See also == |
| − | * [[Template: | + | * [[Template:SoftwareTable]] |
* [[Template:SoftwareTableOutro]] | * [[Template:SoftwareTableOutro]] | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
| − | + | {| class="SoftwareTable" | |
| − | + | ! Software | |
| − | + | ! style="text-align:center" | Logo | |
| − | + | ! style="text-align:center" | Description | |
| − | + | ! style="text-align:center" | Version | |
| + | ! style="text-align:center" | Link | ||
|- | |- | ||
</includeonly> | </includeonly> | ||
Revision as of 19:20, 10 July 2019
This is a template used in connection with Template:SoftwareTable
Code
<includeonly>
{| class="SoftwareEntry"
! Software
! style="text-align:center" | Logo
! style="text-align:center" | Description
! style="text-align:center" | Version
! style="text-align:center" | Link
|-
</includeonly>
See also