Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:Infobox PackageDrone"

Line 21: Line 21:
 
<includeonly><div style="float: right;">
 
<includeonly><div style="float: right;">
 
<div class="sideitem">
 
<div class="sideitem">
<h2>{{{name}}}</h2>
+
<h2>[[File:Package_Drone_Icon_for_the_Infobox.png|link=|32px]]&nbsp;&nbsp;{{{name}}}</h2>
 
<ul style="padding-left: 1em;">
 
<ul style="padding-left: 1em;">
 
<li>[https://github.com/eclipse/{{{gitHubRepo}}} eclipse/{{{gitHubRepo}}}]</li>
 
<li>[https://github.com/eclipse/{{{gitHubRepo}}} eclipse/{{{gitHubRepo}}}]</li>

Revision as of 04:54, 17 February 2016

This template is used to provide an infobox for a GitHub based project.

Markup Rendering
{{Infobox PackageDrone
| name = Package Drone
| downloadUrl = http://download.eclipse.org/packaged-drone
| websiteUrl = https://www.eclipse.org/package-drone
| gitHubRepo = packagedrone
| list = package-drone-dev
| contribute = [[PackageDrone/HowTo/Contribute | Contributing]]
}}



Back to the top