imported>Evilissimo |
imported>Evilissimo |
(51 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <div style="display: block;">
| | {{#if:{{#if:{{{tag_filter|}}}|{{#pos:{{{tags|}}}|{{{tag_filter|}}}|0}}|1}}| |
| <div style="display: inline-block; width: 200px;" >{{{name}}}</div>
| | <!-- <span style="font-weight: bolder; font-size: 1.3em;">DEBUG PRINT: ProjectListTemplate tag_filter={{{tag_filter}}}</span> --> |
| <div style="display: inline-block; width: 200px;" >{{{shortdesc}}}</div>
| | <tr> |
| <div style="display: inline-block; width: 200px;" >{{#replace:{{{founder}}}#{{{coops}}}|#|,}}</div>
| | <td style="padding-right: 10px;">[[{{#if:{{{wikiPageName|}}}|{{{wikiPageName}}}|{{{name}}}}}|{{{name}}}]]</td> |
| <div style="display: inline-block; width: 50px;" >{{{status}}}</div> | | <td style="padding-right: 10px; padding-left: 10px;">{{{shortdesc}}}</td> |
| <div style="display: inline-block; width: 80px;" >{{{created}}}</div>
| | <td style="padding-right: 10px; padding-left: 10px;" class="base48-wiki-users">{{#replace:{{{founder}}}{{#if:{{{coops|}}}|#{{{coops}}}|}}|#|,}}</td> |
| <div style="display: inline-block; width: 80px;" >{{#if:{{{tags}}}| |{{{tags}}}}}</div> | | <td style="padding-right: 10px; padding-left: 10px;">{{{status}}}</td> |
| </div>
| | <td style="padding-right: 10px; padding-left: 10px;">{{#REVISIONYEAR:{{#if:{{{wikiPageName|}}}|{{{wikiPageName}}}|{{{name}}}}}}}-{{#REVISIONMONTH2:{{#if:{{{wikiPageName|}}}|{{{wikiPageName}}}|{{{name}}}}}}}-{{#REVISIONDAY:{{#if:{{{wikiPageName|}}}|{{{wikiPageName}}}|{{{name}}}}}}}</td> |
| <!-- | | <td style="padding-left: 10px;">{{#if:{{{tags|}}}|{{{tags}}}| }}</td> |
| <div style="clear: right;"></div>
| | </tr> |
| <div style="display: block; float: right; margin-left: 10px; margin-bottom: 10px; margin-top: 10px; width: 300px; border: 1px dotted black;"> | | |}} |
| <div style="margin-top: 0.3em; margin-bottom: 0.3em; width: 290px; font-weight: bolder; font-size: 1.4em; text-align: center;">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}</div>
| |
| <div style="width: 290px; text-align: center; margin: 5px;">{{{image}}}</div>
| |
| <div style="border: 1px dotted black; margin: 5px; padding: 0.5em;">
| |
| <div style="display: block;"><span style="font-weight: bolder;">Founder:</span><div style="display: inline-block; float:right; width: 180px;">{{#replace:{{{founder}}}|#|<br/>}}</div></div>
| |
| <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
| |
| <div style="display: block;"><span style="font-weight: bolder;">Coops:</span><div style="display: inline-block; float:right; width: 180px;">{{#replace:{{{coops}}}|#|<br/>}}</div></div>
| |
| <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
| |
| <div style="display: block;"><span style="font-weight: bolder;">SW License:</span><div style="display: inline-block; float:right; width: 180px;">{{{swlic}}}</div></div>
| |
| <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
| |
| <div style="display: block;"><span style="font-weight: bolder;">HW License:</span><div style="display: inline-block; float:right; width: 180px;">{{{hwlic}}}</div></div>
| |
| <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
| |
| <div style="display: block;"><span style="font-weight: bolder;">Status:</span><div style="display: inline-block; float:right; width: 180px;">{{{status}}}</div></div>
| |
| <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
| |
| <div style="display: block;"><span style="font-weight: bolder;">Created:</span><div style="display: inline-block; float:right; width: 180px;">{{{created}}}</div></div>
| |
| <div style="clear: right; margin-top: 4px;"></div>
| |
| </div>
| |
| </div>
| |
| </noinclude>
| |
| -->
| |