Difference between revisions of "Template:ServiceOption"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
|
|
* The ''{{PAGENAME}}'' option is managed by a [[Service Provider]].
* The ''{{PAGENAME}}'' option is managed by a [[Service Provider]].
* By default, this feature is  
* By default, this feature is {{#ifeq: {{{2}}} | not | not enabled | {{#if: {{{2}}}|enabled|disabled}} }}.
{{#ifeq: {{{2}}} | not | not enabled
|
  {{#if: {{{2}}} | enabled | disabled }}
}}.
: ''Learn more:'' [[Service Configuration#{{{1}}} | {{{1}}} ]]
: ''Learn more:'' [[Service Configuration#{{{1}}} | {{{1}}} ]]
:
:
|}
|}
<includeonly>[[Category:__TBD__|{{PAGENAME}}]]</includeonly><noinclude>
<includeonly>[[Category:Service Provider Settings|{{PAGENAME}}]]</includeonly><noinclude>
----
----
This template is used to identify options in the [[Installable Version]] that are managed using the [[Service Configuration]].
This template is used to identify options in the [[Installable Version]] that are managed using the [[Service Configuration]].

Latest revision as of 22:56, 11 April 2014

Lock-tiny.gif

  • The ServiceOption option is managed by a Service Provider.
  • By default, this feature is 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