Difference between revisions of "Scheduler"

From SmartWiki
Jump to: navigation, search
(Created page with "{{Banner-UnderConstruction}} <!--see 108001 - Autoloader automated schedule--> =Overview= =Configuration - Essentials= =Configuration - Advanced= =Appendix= ==Options and Sett...")
 
(Replaced content with "{{Banner-UnderConstruction}} <!--see 108001 - Autoloader automated schedule--> =Overview= =Configuration - Essentials= =Configuration - Advanced= =Appendix= == ==")
Line 1: Line 1:
 
{{Banner-UnderConstruction}}
 
{{Banner-UnderConstruction}}
 
<!--see 108001 - Autoloader automated schedule-->
 
<!--see 108001 - Autoloader automated schedule-->
 +
 
=Overview=
 
=Overview=
 
=Configuration - Essentials=
 
=Configuration - Essentials=
 
=Configuration - Advanced=
 
=Configuration - Advanced=
 
=Appendix=
 
=Appendix=
==Options and Settings==
+
== ==
<!--Explain all applicable misc options and settings that shouldn't be explained above here...-->
 
===General Settings===
 
{| class="wikitable"
 
|-
 
!|Option
 
!|Description
 
!|Example
 
|-
 
||
 
||
 
||
 
|}
 
 
 
 
 
===Display Settings===
 
{| class="wikitable"
 
|-
 
!|Option
 
!|Description
 
!|Example
 
|-
 
||
 
||
 
||
 
|}
 
 
 
=Examples=
 
<!--
 
 
 
{| class="wikitable"
 
!| Option
 
!| Description
 
!| Example
 
|-
 
|
 
|
 
|
 
|}
 
 
 
 
 
 
 
Sample Syntax Format:
 
Empty space at start of line to highlight the row, italicize any variables that the user would fill in (as opposed to literal words that need to be used in syntax)
 
 
 
@section.''SectionNodeName''@
 
 
 
 
 
 
 
Sample Code Block:
 
When you want to write an example block of code, you should highlight it and also escape any special characters that might be construed as HTML formatting and outputted incorrectly by the Wiki by using a pre (pre-formatted text) tag
 
 
 
<pre>
 
<?xml version="1.0"?>
 
<Company>
 
<Name>Oranges Inc.</Name>
 
<Description>Peel.
 
Eat.
 
Repeat.</Description>
 
</Company>
 
<Company>
 
<Name>Bananas Ltd.</Name>
 
<Description>You're going to go "bananas" over our product!</Description>
 
</Company>
 
</pre>
 
 
 
 
 
 
Unordered list:
 
When listing information with bullet points in no order
 
 
 
* Point 1
 
* Point 2
 
* Point 3
 
 
 
 
 
 
 
Ordered list:
 
When listing information with numbers to denote ordered steps
 
 
 
# Step 1
 
# Step 2
 
# Step 3
 
 
 
 
 
 
 
Sample Page Header Banners:
 
Deprecated Feature
 
<span class="mceNonEditable template" id="bs_template:@@@TPL0@@@" data-bs-name="Deprecated" data-bs-type="template" data-bs-id="0"><span class="mceNonEditable template" id="bs_template:@@@TPL0@@@" data-bs-name=" Deprecated" data-bs-type="template" data-bs-id="0">{{  Deprecated }}</span></span>
 
Deprecated Page
 
<span class="mceNonEditable template" id="bs_template:@@@TPL1@@@" data-bs-name="DeprecatedPage" data-bs-type="template" data-bs-id="1"><span class="mceNonEditable template" id="bs_template:@@@TPL1@@@" data-bs-name=" DeprecatedPage" data-bs-type="template" data-bs-id="1">{{  DeprecatedPage }}</span></span>
 
Professional Services
 
<span class="mceNonEditable template" id="bs_template:@@@TPL2@@@" data-bs-name="Banner-Billable" data-bs-type="template" data-bs-id="2"><span class="mceNonEditable template" id="bs_template:@@@TPL2@@@" data-bs-name=" Banner-Billable" data-bs-type="template" data-bs-id="2">{{  Banner-Billable }}</span></span>
 
Page Under Construction
 
<span class="mceNonEditable template" id="bs_template:@@@TPL3@@@" data-bs-name="Banner-UnderConstruction" data-bs-type="template" data-bs-id="3"><span class="mceNonEditable template" id="bs_template:@@@TPL3@@@" data-bs-name=" Banner-UnderConstruction" data-bs-type="template" data-bs-id="3">{{  Banner-UnderConstruction }}</span></span>
 
 
 
-->
 

Revision as of 11:37, 25 October 2021


Construction warning.png Please note that this page is currently under construction. There is more information to come.

Overview

Configuration - Essentials

Configuration - Advanced

Appendix