Template:ProjectPageTemplate: Difference between revisions

From base48
imported>Evilissimo
(Undo revision 416 by Evilissimo (talk))
imported>Evilissimo
No edit summary
Line 7: Line 7:
   <!-- Project Details -->
   <!-- Project Details -->
   <div style="border: 1px solid #CCC; margin: 5px; padding: 0.5em; background-color: #FFF;">
   <div style="border: 1px solid #CCC; margin: 5px; padding: 0.5em; background-color: #FFF;">
     <div style="display: block;"><span style="font-weight: bolder; color: #333;">Founder:</span><div style="display: inline-block; float:right; width: 180px;">{{#replace:{{{founder}}}|#|<br/>}}</div></div>{{#if:{{{coops|}}}|
     {{ProjectInfoBoxItem|Founder|{{#replace:{{{founder}}}|#|<br/>}}}}{{#if:{{{coops|}}}|
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="display: block;"><span style="font-weight: bolder; color: #333;">Coops:</span><div style="display: inline-block; float:right; width: 180px;">{{#replace:{{{coops}}}|#|<br/>}}</div></div>|}}{{#if:{{{swlic|}}}|
     {{ProjectInfoBoxItem|Coops|{{#replace:{{{coops}}}|#|<br/>}}}}|}}{{#if:{{{swlic|}}}|
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="display: block;"><span style="font-weight: bolder; color: #333;">SW License:</span><div style="display: inline-block; float:right; width: 180px;">{{{swlic}}}</div></div>|}}{{#if:{{{hwlic|}}}|
     {{ProjectInfoBoxItem|SW License|{{{swlic}}}}}|}}{{#if:{{{hwlic|}}}|
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="display: block;"><span style="font-weight: bolder; color: #333;">HW License:</span><div style="display: inline-block; float:right; width: 180px;">{{{hwlic}}}</div></div>|}}{{#if:{{{github|}}}|
     {{ProjectInfoBoxItem|HW License|{{{hwlic}}}}}|}}{{#if:{{{github|}}}|
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="display: block;"><span style="font-weight: bolder; color: #333;">github:</span><div style="display: inline-block; float:right; width: 180px;">[https://github.com/{{{github}}} github repository]</div></div>|}}
     {{ProjectInfoBoxItem|github|[https://github.com/{{{github}}} github repository]}}|}}
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="display: block;"><span style="font-weight: bolder; color: #333;">Status:</span><div style="display: inline-block; float:right; width: 180px;">{{{status}}}</div></div>
     {{ProjectInfoBoxItem|Status|{{{status}}}}}
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="display: block;"><span style="font-weight: bolder; color: #333;">Created:</span><div style="display: inline-block; float:right; width: 180px;">{{{created}}}</div></div>
     {{ProjectInfoBoxItem|Created|{{{created}}}}}
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="clear: right; border-top: 1px solid #CCC; margin-bottom: 5px;"></div>
     <div style="display: block;"><span style="font-weight: bolder; color: #333;">Last Modified:</span><div style="display: inline-block; float:right; width: 180px;">{{#REVISIONYEAR:{{#if:{{{wikiPageName|}}}|{{{wikiPageName}}}|{{{name}}}}}}}-{{#REVISIONMONTH2:{{#if:{{{wikiPageName|}}}|{{{wikiPageName}}}|{{{name}}}}}}}-{{#REVISIONDAY:{{#if:{{{wikiPageName|}}}|{{{wikiPageName}}}|{{{name}}}}}}}</div></div>
     {{ProjectInfoBoxItem|Last Modified|{{#REVISIONYEAR:{{#if:{{{wikiPageName|}}}|{{{wikiPageName}}}|{{{name}}}}}}}-{{#REVISIONMONTH2:{{#if:{{{wikiPageName|}}}|{{{wikiPageName}}}|{{{name}}}}}}}-{{#REVISIONDAY:{{#if:{{{wikiPageName|}}}|{{{wikiPageName}}}|{{{name}}}}}}}}}
     <div style="clear: right; margin-top: 4px;"></div>
     <div style="clear: right; margin-top: 4px;"></div>
   </div>
   </div>
</div>
</div>

Revision as of 21:12, 14 March 2012