Difference between revisions of "Template:ServiceOption"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 14: Line 14:


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

Revision as of 22:42, 11 April 2014

Lock-tiny.gif

  • The ServiceOption option is managed by a Service Provider
  • This feature is {{{3}}} 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|configSection}} -- Feature is enabled by default
  • {{ServiceOption|configSection|}} -- Feature is disabled by default
  • {{ServiceOption|configSection|not}} -- Feature is not enabled by default