Jump to: navigation, search

Difference between revisions of "Template:ThirdPartySystemInfo"

Line 2: Line 2:
 
{{#if:{{{name|}}}|<caption>'''3rd party system:''' {{{name}}}</caption>}}
 
{{#if:{{{name|}}}|<caption>'''3rd party system:''' {{{name}}}</caption>}}
 
{{#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:{{{account|}}}|<tr><td colspan="2" style="text-align:left">'''Contact information''': {{{contact}}}</td></tr>}}
 
</table>
 
</table>
 
[[Category:ThirdPartySystem]]
 
[[Category:ThirdPartySystem]]
Line 7: Line 8:
 
<noinclude>
 
<noinclude>
 
== Usage ==
 
== Usage ==
* '''Code:''' <code><nowiki>{{</nowiki>ThirdPartySystemInfo|name=Name of 3rd Party System|account=gerrit Account<nowiki>}}</nowiki></code>
+
* '''Code:''' <code><nowiki>{{</nowiki>ThirdPartySystemInfo|name=Name of 3rd Party System|account=gerrit Account|contact=Contact information<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 14: Line 15:
 
  | name = Name of 3rd Party System
 
  | name = Name of 3rd Party System
 
  | account = gerrit Account
 
  | account = gerrit Account
 +
| contact=info@3rdparty.org
 
}}
 
}}
 
</noinclude>
 
</noinclude>

Revision as of 17:07, 26 May 2014


Usage

  • Code: {{ThirdPartySystemInfo|name=Name of 3rd Party System|account=gerrit Account|contact=Contact information}}
  • 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