Difference between revisions of "Template:ServiceOption"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 6: Line 6:
* The ''{{PAGENAME}}'' option is managed by a [[Service Provider]].
* The ''{{PAGENAME}}'' option is managed by a [[Service Provider]].
* By default, this feature is {{#if: {{{2}}}  
* By default, this feature is {{#if: {{{2}}}  
| {{#if: {{{3}}} | {{{3}}} enabled | enabled}}
| {{#if: {{{2}}} | {{{2}}} enabled | enabled}}
| disabled }}.
| disabled }}.
: ''Learn more:'' [[Service Configuration#{{{1}}} | {{{1}}} ]]
: ''Learn more:'' [[Service Configuration#{{{1}}} | {{{1}}} ]]
Line 16: Line 16:


Usage:
Usage:
:* <tt><nowiki>{{ServiceOption|configSection}}</nowiki></tt> -- Feature is disabled by default
:* <tt><nowiki>{{ServiceOption|configSection}}</nowiki></tt> -- enabled by default
:* <tt><nowiki>{{ServiceOption|configSection|}}</nowiki></tt> -- Feature is enabled by default
:* <tt><nowiki>{{ServiceOption|configSection|}}</nowiki></tt> -- disabled by default
:* <tt><nowiki>{{ServiceOption|configSection|not}}</nowiki></tt> -- Feature is not enabled by default
:* <tt><nowiki>{{ServiceOption|configSection|not}}</nowiki></tt> -- not enabled by default
</noinclude>
</noinclude>

Revision as of 22:50, 11 April 2014

Lock-tiny.gif

  • The ServiceOption option is managed by a Service Provider.
  • By default, this feature is {{{2}}} enabled.
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|configSection}} -- enabled by default
  • {{ServiceOption|configSection|}} -- disabled by default
  • {{ServiceOption|configSection|not}} -- not enabled by default