Template:Projects infobox: Difference between revisions

From
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#css:
.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}
}}
<div class="infobox">
<div class="infobox">
<div class="infobox-title">{{{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:{{{param1|}}}|<tr>
<table>{{#if:{{{designers|}}}|<tr>
     <th>Designer</th>
     <th>Designers: </th>
     <td>{{{param1}}}</td>
    <td>{{{designers}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
</tr>}}{{#if:{{{dates|}}}|<tr>
     <th>Date</th>
    <th>Dates: </th>
     <td>{{{param2}}}</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>
<includeonly>
[[Category:Projects]]
</includeonly>

Latest revision as of 03:09, 31 October 2021

Project: Projects infobox