Jump to: navigation, search

Difference between revisions of "Template:ThirdPartySystemInfo"

Line 3: Line 3:
 
{{#if:{{{account|}}}|<tr><td colspan="2" style="text-align:left">'''Gerrit Account''': {{{account}}}</td></tr>}}
 
{{#if:{{{account|}}}|<tr><td colspan="2" style="text-align:left">'''Gerrit Account''': {{{account}}}</td></tr>}}
 
{{#if:{{{contact|}}}|<tr><td colspan="2" style="text-align:left">'''Contact Information''': {{{contact}}}</td></tr>}}
 
{{#if:{{{contact|}}}|<tr><td colspan="2" style="text-align:left">'''Contact Information''': {{{contact}}}</td></tr>}}
{{#if:{{{intent|}}}|<tr><td colspan="2" style="text-align:left">'''Intent''': {{{contact}}}</td></tr>}}
+
{{#if:{{{intent|}}}|<tr><td colspan="2" style="text-align:left">'''Intent''': {{{intent}}}</td></tr>}}
{{#if:{{{structure|}}}|<tr><td colspan="2" style="text-align:left">'''Structure''': {{{contact}}}</td></tr>}}
+
{{#if:{{{structure|}}}|<tr><td colspan="2" style="text-align:left">'''Structure''': {{{structure}}}</td></tr>}}
{{#if:{{{programs|}}}|<tr><td colspan="2" style="text-align:left">'''OpenStack Programs''': {{{contact}}}</td></tr>}}
+
{{#if:{{{programs|}}}|<tr><td colspan="2" style="text-align:left">'''OpenStack Programs''': {{{programs}}}</td></tr>}}
{{#if:{{{status|}}}|<tr><td colspan="2" style="text-align:left">'''Current Status''': {{{contact}}}</td></tr>}}
+
{{#if:{{{status|}}}|<tr><td colspan="2" style="text-align:left">'''Current Status''': {{{status}}}</td></tr>}}
 
</table>
 
</table>
 
[[Category:ThirdPartySystems]]
 
[[Category:ThirdPartySystems]]
Line 12: Line 12:
 
<noinclude>
 
<noinclude>
 
== Usage ==
 
== Usage ==
* '''Code:''' <code><nowiki>{{</nowiki>ThirdPartySystemInfo|name=Name of 3rd Party System|account=gerrit Account|contact=Contact information<nowiki>}}</nowiki></code>
+
* '''Code:''' <code><nowiki>{{</nowiki>ThirdPartySystemInfo|name=Name of 3rd Party System|account=gerrit Account|contact=Contact information|intent=Description of intent|structure=Jenkins with gerrit plugin|programs=OpenStack Programs you target|status=testing,non-voting<nowiki>}}</nowiki></code>
 
* '''Description:'''  Use this template to create a table with all information about 3rd party systems
 
* '''Description:'''  Use this template to create a table with all information about 3rd party systems
 
----
 
----
Line 22: Line 22:
 
  | intent=to ensure our driver is functional
 
  | intent=to ensure our driver is functional
 
  | structure=jenkins with the gerrit plugin
 
  | structure=jenkins with the gerrit plugin
  | openstack programs=nova, neutron
+
  | programs=nova, neutron
  | current status=testing, non-voting
+
  | status=testing, non-voting
 
}}
 
}}
 
</noinclude>
 
</noinclude>

Revision as of 20:18, 26 May 2014


Usage

  • Code: {{ThirdPartySystemInfo|name=Name of 3rd Party System|account=gerrit Account|contact=Contact information|intent=Description of intent|structure=Jenkins with gerrit plugin|programs=OpenStack Programs you target|status=testing,non-voting}}
  • Description: Use this template to create a table with all information about 3rd party systems

3rd party system: Name of 3rd Party System
Gerrit Account: gerrit Account
Contact Information: info@3rdparty.org
Intent: to ensure our driver is functional
Structure: jenkins with the gerrit plugin
OpenStack Programs: nova, neutron
Current Status: testing, non-voting