Template:FeaturedProject: Difference between revisions

From base48
imported>B42
(Created page with "<div class="b48mw-featured-project-container"> === {{{projectname}}} === <a href="{{{projectlink}}}"> <img src="{{{imagelocation}}}" alt="{{{projectlinktitle}}} project im...")
 
imported>B42
(project template image format update)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
Parameters:
# Project page
# Image
# Description
# Modification time
# Github repo
</noinclude>
<div class="b48mw-featured-project-container">
<div class="b48mw-featured-project-container">
=== {{{projectname}}} ===
=== {{{1}}} ===
<a href="{{{projectlink}}}">
<!-- <a href=""> -->
    <img src="{{{imagelocation}}}" alt="{{{projectlinktitle}}} project image" />
[[File:{{{2}}}|frameless|290px|link={{{1}}}]]
</a>
<!-- <img src="" alt=" project image" /> -->
<!-- </a> -->
<div class="b48mw-project-description">
<div class="b48mw-project-description">
{{{description}}}
{{{3}}}
* <i class="icon-file"></i> [[{{{projectlink}}}|Project page]]
* <i class="icon-file"></i> [[{{{1}}}|Project page]] <!--
* <i class="icon-github-sign"></i> {{{githublink}}}
--> {{#if:{{{5|}}}|
* <i class="icon-time"></i> Updated: {{{modified}}}
* <i class="icon-github-sign"></i> [https://github.com/{{{github}}} github repository]|}}
* <i class="icon-time"></i> Updated: <span class="Last-Modified">{{{4}}}</span>
</div>
</div>
</div>
</div>

Latest revision as of 19:01, 12 February 2013

Parameters:

  1. Project page
  2. Image
  3. Description
  4. Modification time
  5. Github repo