Difference between revisions of "Template:ServiceOption"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 5: Line 5:
|
|
* The ''{{PAGENAME}}'' option is managed by a [[Service Provider]]
* The ''{{PAGENAME}}'' option is managed by a [[Service Provider]]
* This feature is {{#if: {{{2}}} | {{{2}}} enabled | disabled }}, by default
* This feature is {{#if: {{{2}}} | {{#if: {{{3}}}|not enabled|enabled}} | disabled }}, by default
: ''Learn more:'' [[Service Configuration#{{{1}}} | {{{1}}} ]]
: ''Learn more:'' [[Service Configuration#{{{1}}} | {{{1}}} ]]
:
:
Line 15: Line 15:
Usage:
Usage:
:* <tt><nowiki>{{ServiceOption|configLocation|}}</nowiki></tt> -- Feature is disabled by default
:* <tt><nowiki>{{ServiceOption|configLocation|}}</nowiki></tt> -- Feature is disabled by default
:* <tt><nowiki>{{ServiceOption|configLocation| }}</nowiki></tt> -- Feature is enabled by default
:* <tt><nowiki>{{ServiceOption|configLocation||}}</nowiki></tt> -- Feature is enabled by default
:* <tt><nowiki>{{ServiceOption|configLocation|not}}</nowiki></tt> -- Feature is not enabled by default
:* <tt><nowiki>{{ServiceOption|configLocation||not}}</nowiki></tt> -- Feature is not enabled by default
</noinclude>
</noinclude>

Revision as of 22:36, 11 April 2014

Lock-tiny.gif

  • The ServiceOption option is managed by a Service Provider
  • This feature is not enabled, by default
Learn more: [[Service Configuration#{{{1}}} | {{{1}}} ]]

This template is used to identify options in the Installable Version that are managed using the Service Configuration.

Usage:

  • {{ServiceOption|configLocation|}} -- Feature is disabled by default
  • {{ServiceOption|configLocation||}} -- Feature is enabled by default
  • {{ServiceOption|configLocation||not}} -- Feature is not enabled by default