Difference between revisions of "Template:ServiceOption"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
 
(4 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 {{#if: {{{2}}}  
* By default, this feature is {{#ifeq: {{{2}}} | not | not enabled | {{#if: {{{2}}}|enabled|disabled}} }}.
| {{#if: {{{3}}} | {{{3}}} enabled | 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]].


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>

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