Template:Projects infobox: Difference between revisions

From
No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 27: Line 27:
<div class="infobox-title">Project: {{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">Project: {{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{designer|}}}|<tr>
<table>{{#if:{{{designers|}}}|<tr>
     <th>Designer: </th>
     <th>Designers: </th>
     <td>{{{designer}}}</td>
     <td>{{{designers}}}</td>
</tr>}}{{#if:{{{date|}}}|<tr>
</tr>}}{{#if:{{{dates|}}}|<tr>
     <th>Date: </th>
     <th>Dates: </th>
     <td>{{{date}}}</td>
     <td>{{{dates}}}</td>
</tr>}}{{#if:{{{vitamins|}}}|<tr>
    <th>Vitamins: </th>
    <td>{{{vitamins}}}</td>
</tr>}}{{#if:{{{materials|}}}|<tr>
    <th>Materials: </th>
    <td>{{{materials}}}</td>
</tr>}}{{#if:{{{transformations|}}}|<tr>
    <th>Transformations: </th>
    <td>{{{transformations}}}</td>
</tr>}}{{#if:{{{tools|}}}|<tr>
    <th>Tools: </th>
    <td>{{{tools}}}</td>
</tr>}}{{#if:{{{parts|}}}|<tr>
    <th>Parts: </th>
    <td>{{{parts}}}</td>
</tr>}}{{#if:{{{techniques|}}}|<tr>
    <th>Techniques: </th>
    <td>{{{techniques}}}</td>
</tr>}}{{#if:{{{files|}}}|<tr>
    <th>Files: </th>
    <td>{{{files}}}</td>
</tr>}}{{#if:{{{git|}}}|<tr>
    <th>Github: </th>
    <td>{{{git}}}</td>
</tr>}}{{#if:{{{sources|}}}|<tr>
    <th>Sources: </th>
    <td>{{{sources}}}</td>
</tr>}}{{#if:{{{related|}}}|<tr>
    <th>Related: </th>
    <td>{{{related}}}</td>
</tr>}}{{#if:{{{licenses|}}}|<tr>
    <th>Licenses: </th>
    <td>{{{licenses}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>
</span>
</span>
<includeonly>
[[Category:Projects]]
</includeonly>

Latest revision as of 03:09, 31 October 2021

Project: Projects infobox