Template:Projects infobox: Difference between revisions

From
No edit summary
No edit summary
 
(9 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>
</tr>}}{{#if:{{{vitamins|}}}|<tr>
     <th>Vitamins: </th>
     <th>Vitamins: </th>
Line 39: Line 39:
     <th>Materials: </th>
     <th>Materials: </th>
     <td>{{{materials}}}</td>
     <td>{{{materials}}}</td>
</tr>}}{{#if:{{{Transformations|}}}|<tr>
</tr>}}{{#if:{{{transformations|}}}|<tr>
     <th>Transformations: </th>
     <th>Transformations: </th>
     <td>{{{Transformations}}}</td>
     <td>{{{transformations}}}</td>
</tr>}}{{#if:{{{tools|}}}|<tr>
</tr>}}{{#if:{{{tools|}}}|<tr>
     <th>Tools: </th>
     <th>Tools: </th>
Line 51: Line 51:
     <th>Techniques: </th>
     <th>Techniques: </th>
     <td>{{{techniques}}}</td>
     <td>{{{techniques}}}</td>
</tr>}}{{#if:{{{stl|}}}|<tr>
</tr>}}{{#if:{{{files|}}}|<tr>
     <th>STL: </th>
     <th>Files: </th>
     <td>{{{stl}}}</td>
     <td>{{{files}}}</td>
</tr>}}{{#if:{{{git|}}}|<tr>
</tr>}}{{#if:{{{git|}}}|<tr>
     <th>Github: </th>
     <th>Github: </th>
     <td>{{{git}}}</td>
     <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]]
[[Category:Projects]]
</includeonly>

Latest revision as of 03:09, 31 October 2021

Project: Projects infobox