Aarenet Template List

From help.aarenet.com
Revision as of 16:22, 9 June 2017 by Wikiadm (talk | contribs)
Jump to: navigation, search

Template:Page Help Links



Here the Aarenet personnel find all MediaWiki Markup templates for the Aarenet Online Help.

Productive pages:

Page URL: http://help.aarenet.com/wiki/Template:Template_list


Test page:

Page URL: http://test-help.aarenet.com/wiki/Template:Template_list

Marking of differences between the productive to the test version: TEMPLATE-DIFFERENCE


Contents



→ Top

Template Description ;-)


→ Top

Template:TEMPLATE_TEMPLATE

Description:
blabla


Usage:

{{TEMPLATE_TEMPLATE | <NUMBER> | <DESCRIPTION> }}


Example:

{{TEMPLATE_TEMPLATE | 1 | "Teilnehmer xx" }}


Result:

bla Register "Teilnehmer xx"


Template-Code:

{{#switch: {{{1}}}
| 1 = : bla {{{2}}}
| 2 = :: bla {{{2}}}
| #default = bla default
}}





→ Top

Aarenet Wiki


→ Top

Template:An_Wiki_Fqdn_Ip

Description:
Identifies the productive Aarenet Wiki FQDN or IP address:

FQDN: http://help.aarenet.com


Usage:

{{An_Wiki_Fqdn_Ip}}


Result:
help.aarenet.com


Template-Code:

help.aarenet.com




→ Top

Template:An_Wiki_Fqdn_Ip_Test

Description:
Identifies the productive Aarenet Wiki FQDN or IP address:

IP: test-help.aarenet.com


Usage:

{{An_Wiki_Fqdn_Ip_Test}}


Result:
test-help.aarenet.com


Template-Code:

test-help.aarenet.com




→ Top

Template:An_Wiki_Site

Description:
Identifies the productive or test AN Wiki site due to {{An_Wiki_Fqdn_Ip_Test}}:

"test-help.aarenet.com"

If yes the result will be:

  • test_wiki

else

  • productive_wiki


This site page has the follwoing URL:

http://help.aarenet.com/wiki/Operation_daml


Usage:

{{#ifeq: {{An_Wiki_Site}} | productive_wiki
| "then do this on productive wiki site"
| "else do that on test wiki site"
}}


Example:

{{An_Wiki_Site}}


Result:
productive_wiki
"then do this on productive wiki site"


Template-Code:

{{#if: {{#pos:{{fullurl:{{PAGENAMEE}}}}|{{An_Wiki_Fqdn_Ip_Test}}|0}} | test_wiki | productive_wiki }}




→ Top

Text Blocks


→ Top

Divers Text Components


→ Top

Template:Help_Status

Documentation status information.
Types of status:

  • comingsoon
  • inwork
  • draft
  • new
  • updated
  • deprecated


Usage:

{{Help_Status | Feature Descritpion | comingsoon }}


Example:

{{Help_Status | Feature Descritpion | comingsoon }}
{{Help_Status | Feature Descritpion | inwork}}
{{Help_Status | Feature Descritpion | draft }}
{{Help_Status | Feature Descritpion | new}}
{{Help_Status | Feature Descritpion | updated }}
{{Help_Status | Feature Descritpion | deprecated }}

For hide a status at a certain position:<br>
{{Help_Status | Feature Descritpion | & nbsp; }} ->   : 'space' used as place holder

Status in text:
This description will soon be ready {{Help_Status | inwork}}!

Status in title:
==== {{Help_Status | Feature Title with Status Variant 1 | Preliminary }} ====
or
==== Feature Title with Status Variant 2 {{Help_Status |   | Preliminary }} ====


Result:
 
 
 
 
 
 
 

 

or

Feature Title with Status Variant 2  



Template-Code:

{{#ifeq: {{An_Wiki_Site}} | productive_wiki
|  
| {{#switch: {{{2}}}
   | ComingSoon
   | comingsoon =  {{{1}}} '''''<small> <FONT COLOR=#9c9472>  → Coming Soon</FONT></small>'''''
   | InWork
   | inwork =      {{{1}}} '''''<small> <FONT COLOR=#9c9472>  → In Work</FONT></small>'''''
   | Preliminary
   | draft =       {{{1}}} '''''<small> <FONT COLOR=#0061a0>  → Draft</FONT></small>'''''
   | New
   | new =         {{{1}}} '''''<small> <FONT COLOR=#3a817d>  → New</FONT></small>'''''
   | Updated
   | updated =     {{{1}}} '''''<small> <FONT COLOR=#3a817d>  → Updated</FONT></small>'''''
   | deprecated =  {{{1}}} '''''<small> <FONT COLOR=#b8597c>  → Deprecated</FONT></small>'''''
   | #default =    {{{1}}}
  }}
}}




→ Top

Template:File_Download_Link

Description:
This allows to introduce a file download link with icon for the file type.
The following icons are available:

  • pdf
  • zip
  • xml
  • img
  • default


Note

Primarily the file has to be uploaded to the mediawiki!



Usage:

{{ File_Download_Link
| <FILE_NAME>
| <FILE_ICON (pdf | zip | xml | img | default )>
| <DESCRIPTION> }}


Example:

{{ File_Download_Link | manual_voip-switch_filial_subscriber_admincenter_d21.pdf | pdf | "Das web-basierte AdminCenter für den Teilnehmer" }}


Result:
"Das web-basierte AdminCenter für den Teilnehmer" PDF


Template-Code:

[[Media:{{{1}}} | {{{3}}} ]] {{#switch: {{{2}}}
| pdf = {{Picture_Pdf}}
| zip = {{Picture_Zip}}
| xml = {{Picture_Xml}}
| img = {{Picture_Img}}
| #default = {{Picture_File}}
}}





→ Top

Notes & Warning Text Box


→ Top

Template:Note

Description:
Highlighted text notes of diffrenet types.¨
Types of notes:

  • note (default)
  • warning
  • bestpractice
  • version


→ Possible but not recommended for notes: use "hangleft" for hang in from the left side


Usage:

{{Note| Place here the note text }}
{{Note| type=warning | Place here the note text }}
{{Note| type=bestpractice |
'''Checking "Support Log"'''<br>
Place here the best practice text
}}
{{Note| type=version | Place here the version text }}


Example:

{{Note| Dial on your telephone *99 or go to the AdminCenter ... }}
{{Note| type=warning | Place here the warning text }}
{{Note| type=warning | hangleft=50 | Place here the hanging warning text }}
{{Note| type=version | Place here the version text }}


Result:

Note Dial on your telephone *99 or go to the AdminCenter ...



Warning Place here the warning text



Best Practice

Checking "Support Log"
Place here the best practice text



With hang in from left:

  Warning Place here the hanging warning text



Version Note:

AdminCenter Version V5.7



Template-Code:

{{{!}} {{Table_Cell_General}}
{{!}}- valign="middle"

{{#if: {{{hangleft|}}} |
   {{!}} width={{{hangleft}}} {{!}}
}}

{{#switch: {{{type}}}
| warning =
{{!}} width=100 bgcolor={{MANGENTA_70}} {{!}}   {{#switch: {{NAMESPACE}}
                                                | De       = '''Warnung:'''
                                                | #default = '''Warning:'''
                                                }}
{{!}} width=500 bgcolor={{GREY_LIGHT}}  {{!}}   {{{1}}}

| bestpractice =
{{!}} width=100 bgcolor={{BLUE_40}}     {{!}}   {{#switch: {{NAMESPACE}}
                                                | De       = '''Beste Anwendung:'''
                                                | #default = '''Best Practice:'''
                                                }}
{{!}} width=500 bgcolor={{GREY_LIGHT}}  {{!}}   {{{1}}}

| version =
{{!}} bgcolor={{GREY_LIGHT}}            {{!}}   {{{1}}}

| #default =
{{!}} width=100 bgcolor={{BEIGE_70}}    {{!}}  {{#switch: {{NAMESPACE}}
                                               | De       = '''Hinweis:'''
                                               | #default = '''Note:'''
                                               }}
{{!}} width=500 bgcolor={{GREY_LIGHT}}  {{!}}  {{{1}}}
}}
{{!}}}
<br style="clear:both">





→ Top

Code & Shell Text Box


→ Top

Template:Shell_Command

Description:
Display shell command lines:

  • use "prompt" for displaying a line number and a specific shell prompt.
  • use "hangleft" for hang in from the left side
  • Text aligns on centered


Usage:

{{Shell_Command | prompt# | command 1 }}


Example:

{{Shell_Command | prompt# | command 1 }}
{{Shell_Command | prompt# | command 2 }}
{{Shell_Command | root#   | command 3 }}
{{Shell_Command | | command 4 }}
<br style="clear:both">

With hang in from left:
{{Shell_Command | hangleft=50 | root# | command 5 }}
<br style="clear:both">


Result:

prompt# command 1
prompt# command 2
root# command 3
command 4


With hang in from left:

  root# command 5



Template-Code:

{{{!}} {{Table_Cell_General}}

{{#if: {{{hangleft|}}} |
   {{!}} width={{{hangleft}}} {{!}}  
}}

{{!}} width=100  bgcolor={{GREEN_40}}   align="right" {{!}} {{#if: {{{1|}}} | <tt>{{{1}}}</tt> }}
{{!}} width=900  bgcolor={{GREY_LIGHT}}               {{!}} <tt>{{{2}}}</tt>
{{!}}}




→ Top

Template:SW_Code

Description:
Display SW code or script command lines:

  • use "ln" for displaying a line number.
  • use "hangleft" for hang in from the left side
  • Text aligns on top


Usage:

{{SW_Code | <LINE> | code line 1 }}


Example:
Variante 1:

{{ SW_Code | 01 | code line 1 }}
{{ SW_Code | 02 | code line 2 }}
{{ SW_Code | 03 | code line 3 }}
<br style="clear:both">

Variante 2:

{{ SW_Code |
| 04<br>05<br>06 |
code line 4<br>
code line 5<br>
code line 6
}}
<br style="clear:both">

Variante 3:

{{ SW_Code |
code line 7<br>
code line 8<br>
code line 9
}}
<br style="clear:both">

With hang in from left:

{{ SW_Code | hangleft=50 | 10 | code line 10 }}
<br style="clear:both">


Result:
Variante 1:

01 code line 1


02 code line 2


03 code line 3



Variante 2:

04
05
06

code line 4
code line 5
code line 6



Variante 3:

code line 7
code line 8
code line 9

{{{2}}}



With hang in from left:

  10 code line 10




Template-Code:

{{{!}} {{Table_Cell_General}}

{{#if: {{{hangleft|}}} |
   {{!}} width={{{hangleft}}} {{!}}  
}}

{{!}} width=100  bgcolor={{GREEN_40}}   align="right" {{!}} {{#if: {{{1|}}} | <tt>{{{1}}}</tt> }}
{{!}} width=900  bgcolor={{GREY_LIGHT}}               {{!}} <tt>{{{2}}}</tt>
{{!}}}




→ Top

Template:Star_Procedure

Description:
Table for *# Procedure description. The headers are set according the language.


Usage:

{{Star_Procedure
|link= Diversion for a internal page link reference
|service_nmb= Service number
|description= Kurzbeschreibung des Service
|line= Anzahl Zielen mit Aktivitäten
|activity1= Aktivität |code1= *#-Code  | remark1= Bemerkung
|activity2= Aktivität |code2= *#-Code  | remark2= Bemerkung
|activity3= Aktivität |code3= *#-Code  | remark3= Bemerkung
|activity4= Aktivität |code4= *#-Code  | remark4= Bemerkung
|version= Aarenet VoIP Switch V3.0
}}


Example:

{{Star_Procedure
|link= Service21
|service_nmb= 21 & 28
|description= Unbedingte Umleitung (CFU)
|lines= 4
|activity1= Aktivierung                         |code1= *21(*)<UMLEITUNG>(#) | remark1= <UMLEITUNG> ist die Telefonnummer, auf welche umgeleitet wird.
|activity2= Anrufumleitung zum Anrufbeantworter |code2= *28(#)               | remark2=
|activity3= Deaktivierung                       |code3= #28(#)               | remark3=
|activity4= Statusabfrage                       |code4= *#28(#)              | remark4=
|version= Aarenet VoIP Switch V3.0
}}


Result:

Service 21 & 28 Unbedingte Umleitung (CFU): *#-Code: Remark:
Aktivierung: *21(*)<UMLEITUNG>(#) <UMLEITUNG> ist die Telefonnummer, auf welche umgeleitet wird.
Anrufumleitung zum Anrufbeantworter: *28(#)
Deaktivierung: #28(#)
Statusabfrage: *#28(#)



Template-Code:

{{#if: {{{link|}}} | <div id="{{{link}}}"></div> }}
{{{!}} {{Table_Cell_General}}

{{!}}- valign="top" bgcolor={{Table_Cell_Bgcolor_Header}}
{{!}} width=325 {{!}}  {{#switch: {{NAMESPACE}}
                       | DE =       <font color=#ffffff>'''Service: {{{service_nmb}}}: {{{description}}}'''</font>
                       | #default = <font color=#ffffff>'''Service: {{{service_nmb}}}: {{{description}}}'''</font>
                       }}
{{!}} width=175 {{!}}  {{#switch: {{NAMESPACE}}
                       | DE =       <font color=#ffffff>'''<tt>*#</tt>-Code:'''</font>
                       | #default = <font color=#ffffff>'''<tt>*#</tt>-Code:'''</font>
                       }}
{{!}} width=500 {{!}}  {{#switch: {{NAMESPACE}}
                       | DE =       <font color=#ffffff>'''Bemerkung:'''</font>
                       | #default = <font color=#ffffff>'''Remark:'''</font>
                       }}

{{#switch: {{{lines}}}
| 1 =
{{!}}- valign="top" bgcolor={{Table_Cell_Bgcolor_Light}}
{{!}} {{{activity1}}}:
{{!}} {{{code1}}}
{{!}} {{{remark1}}}

| 2 =
{{!}}- valign="top" bgcolor={{Table_Cell_Bgcolor_Light}}
{{!}} {{{activity1}}}:
{{!}} {{{code1}}}
{{!}} {{{remark1}}}

{{!}}- valign="top" bgcolor={{Table_Cell_Bgcolor_Darkened}}
{{!}} {{{activity2}}}:
{{!}} {{{code2}}}
{{!}} {{{remark2}}}

| 3 =
{{!}}- valign="top" bgcolor={{Table_Cell_Bgcolor_Light}}
{{!}} {{{activity1}}}:
{{!}} {{{code1}}}
{{!}} {{{remark1}}}

{{!}}- valign="top" bgcolor{{Table_Cell_Bgcolor_Darkened}}
{{!}} {{{activity2}}}:
{{!}} {{{code2}}}
{{!}} {{{remark2}}}

{{!}}- valign="top" bgcolor={{Table_Cell_Bgcolor_Light}}
{{!}} {{{activity3}}}:
{{!}} {{{code3}}}
{{!}} {{{remark3}}}

| #default =
{{!}}- valign="top" bgcolor={{Table_Cell_Bgcolor_Light}}
{{!}} {{{activity1}}}:
{{!}} {{{code1}}}
{{!}} {{{remark1}}}

{{!}}- valign="top" bgcolor={{Table_Cell_Bgcolor_Darkened}}
{{!}} {{{activity2}}}:
{{!}} {{{code2}}}
{{!}} {{{remark2}}}

{{!}}- valign="top" bgcolor={{Table_Cell_Bgcolor_Light}}
{{!}} {{{activity3}}}:
{{!}} {{{code3}}}
{{!}} {{{remark3}}}

{{!}}- valign="top" bgcolor={{Table_Cell_Bgcolor_Darkened}}
{{!}} {{{activity4}}}:
{{!}} {{{code4}}}
{{!}} {{{remark4}}}
}}

{{!}}}
<br style="clear:both">




→ Top

Template:FAQ

Description:
Table for FAQ question/response. The headers are set according the language.


Usage:

{{FAQ
|question= Place here the question
|response= Place here the response
}}

Example:

{{FAQ
|question= How do I reject anonymous calls?
|response= Dial on your telephone *99 or go to the AdminCenter ...
}}


Result:

FAQ: How do I reject anonymous calls?

Response: Dial on your telephone *99 or go to the AdminCenter ...



Template-Code:

=== FAQ: {{{question}}} ===

{{{!}} {{Table_Cell_General}}

{{!}}- valign="top" bgcolor={{BLUE_15}}
{{!}} width=100 bgcolor={{BLUE_100}} {{!}}  {{#switch: {{NAMESPACE}}
                                            | DE =       <font color=#ffffff>'''Antwort:'''</font>
                                            | #default = <font color=#ffffff>'''Response:'''</font>
                                            }}
{{!}} width=900 {{!}} {{{response}}}

{{!}}}
<br style="clear:both">




→ Top

Feature Description in Web GUI

Here templates for feature descrition in the Web GUI (e.g. AdminCenter, ConfigCenter) are available.



→ Top

Template:Navigation_List

Description:
Is used for creating menu navigation descriptions


Usage:

{{Navigation_List | <LEVEL 1 | 2 | 3 | 4 | 5 | 6 | 7> | <DESCRIPTION> }}


Example:

{{Navigation_List | 1 | Register "Teilnehmer xx" }}
{{Navigation_List | 2 | Register "Umleitungen" }}
{{Navigation_List | 3 | Level 3 }}
{{Navigation_List | 4 | Level 4 }}
{{Navigation_List | 5 | Level 5 }}
{{Navigation_List | 6 | Level 6 }}
{{Navigation_List | 7 | Level 7 }}
{{Navigation_List | 8 | Not defined level 8 remains on level 7}}


Result:

nav Register "Teilnehmer xx"
nav Register "Umleitungen"
nav Level 3
nav Level 4
nav Level 5
nav Level 6
nav Level 7
nav Not defined level 8 remains on level 7


Template-Code:
{{#switch: {{{1}}}
| 1 = : [[File:admincenter_icon_navigation.gif|link=|14px|nav]] {{{2}}}
| 2 = :: [[File:admincenter_icon_navigation.gif|link=|14px|nav]]  {{{2}}}
| 3 = ::: [[File:admincenter_icon_navigation.gif|link=|14px|nav]] {{{2}}}
| 4 = :::: [[File:admincenter_icon_navigation.gif|link=|14px|nav]] {{{2}}}
| 5 = ::::: [[File:admincenter_icon_navigation.gif|link=|14px|nav]] {{{2}}}
| 6 = :::::: [[File:admincenter_icon_navigation.gif|link=|14px|nav]] {{{2}}}
| #default = ::::::: [[File:admincenter_icon_navigation.gif|link=|14px|nav]] {{{2}}}
}}




→ Top

Template:Parameter_Configuration

Description:
Table for parameter configuration description. The headers are set according the language.


Usage:

{{Parameter_Configuration
|link= Diversion for a internal page link reference
|name= Parameter name
|description= Description of the parameter
|range= Describes the possible settings
|default= Describes the default value
|version= Describes possible AS version dependencies, by default the first apperance of this parameter
}}


Example:

{{Parameter_Configuration
|link= VoiceMailNumber
|name= '''Example:''' Number of VoiceBox
|description=
Anzeige der Rufnummer, mit welcher der Anrufbeantworter innerhalb der vPBX direkt angerufen werden kann
|range= Selektion : Yes {{!}} No
|default= Yes
|version= Aarenet VoIP Switch V.57
}}


Result:


→ Top

Parameter: Example: Number of VoiceBox

Description: Anzeige der Rufnummer, mit welcher der Anrufbeantworter innerhalb der vPBX direkt angerufen werden kann
Configuration: No
Default: Yes
Version: Aarenet VoIP Switch V.57



Template-Code:

{{#if: {{{link|}}} | <div id="{{{link}}}"></div> }}
=== Parameter: "{{{name}}}" ===
{{{!}} {{Table_Cell_General}}

{{!}}- align="left" valign="top"
{{!}} width=100  bgcolor={{Table_Cell_Bgcolor_Header}} {{!}} <font color=#ffffff>
{{#switch: {{NAMESPACE}}
| De = '''Beschreibung:'''
| #default = '''Description:''' }} </font>
{{!}} width=900 bgcolor={{Table_Cell_Bgcolor_Darkened}} {{!}} {{{description}}}

{{!}}- align="left" valign="top"
{{!}} bgcolor={{Table_Cell_Bgcolor_Header}} {{!}} <font color=#ffffff>
{{#switch: {{NAMESPACE}}
| De = '''Konfiguration:'''
| #default = '''Configuration:''' }} </font>
{{!}} bgcolor={{Table_Cell_Bgcolor_Light}} {{!}} {{{range}}}

{{!}}- align="left" valign="top"
{{!}} bgcolor={{Table_Cell_Bgcolor_Header}} {{!}} <font color=#ffffff>
{{#switch: {{NAMESPACE}}
| De = '''Grundwert:'''
| #default = '''Default:''' }} </font>
{{!}} bgcolor={{Table_Cell_Bgcolor_Darkened}} {{!}} {{{default}}}

{{!}}- align="left" valign="top"
{{!}} bgcolor={{Table_Cell_Bgcolor_Header}} {{!}} <font color=#ffffff>
{{#switch: {{NAMESPACE}}
| De = '''Version:'''
| #default = '''Version:''' }} </font>
{{!}} bgcolor={{Table_Cell_Bgcolor_Light}} {{!}} {{{version}}}

{{!}}}
<br style="clear:both">




→ Top

Web GUI Parameter Description


→ Top

Template:Dialog_Button

Description:
Is used for creating a "Dialog Button" within a parameter description.


Usage:

{{Dialog_Button | <DESCRIPTION_BUTTON>}}


Example:

Please press {{Dialog_Button | Create … }} for ...


Result:
Please press Button [ Create … ] for ...


Template-Code:

{{#switch: {{NAMESPACE}}
| De = Schaltfläche:
| #default = Button:
}}
<span style="background:#eaeaea">[ {{{1}}} ]</span>




→ Top

Template:Configuration_String

Description:
Is used for creating any type of "Configuration String" within the parameter description.


Usage:

{{Configuration_String | <DESCRIPTION_STRING> }}


Example:

{{Configuration_String      | Password String }}
{{Configuration_String_Item | minimun 8 character }}


Result:
Configuration String:

  • Password String
  • minimun 8 character


Template-Code:

{{#switch: {{NAMESPACE}}
| De = Konfigurationstext:
| #default = Configuration String:
}}
:* {{{1}}}




→ Top

Template: Configuration_String_Item

Description:
Is used for adding a new line to the "Configuration String"


Usage:

{{Configuration_String_Item | <DESCRIPTION_STRING> }}


Example:

{{Configuration_String      | Password String }}
{{Configuration_String_Item | minimun 8 character }}


Result:
Configuration String:

  • Password String
  • minimun 8 character


Template-Code:

:* {{{1}}}




→ Top

Template:Selection_Menu

Description:
Is used for creating drop down "Selection Menu" within the parameter description with the first selection item.


Usage:

{{Selection_Menu | <DESCRIPTION_MENU_ITEM> }}


Example:

{{Selection_Menu      | de : Deutsch }}
{{Selection_Menu_Item | en : English }}
<br>
{{Selection_Menu | List of all available languages }}


Result:
Selection Menu:

de : Deutsch
en : English


Template-Code:

{{#switch: {{NAMESPACE}}
| De = Selektionsmenu:
| #default = Selection Menu:
}}
:: <span style="background:#eaeaea">{{{1}}}</span>




→ Top

Template:Selection_Menu_Item

Description:
Is used for adding selection item to a "Selection Menu".


Usage:

{{Selection_Menu_Item | <DESCRIPTION_MENU_ITEM> }}


Example:

{{Selection_Menu      | de : Deutsch }}
{{Selection_Menu_Item | en : English }}


Result:
Selection Menu:

de : Deutsch
en : English


Template-Code:

:: <span style="background:#eaeaea">{{{1}}}</span>




→ Top

Template:Selection_Box

Description:
Is used for creating "Selection Box" within the parameter description.


Usage:

{{Selection_Box}}


Example:

{{Selection_Box}}


Result:
Selection Button: box on Activated - box off Not activated


Template-Code:

{{#switch: {{NAMESPACE}}
| De =
Selektionsknopf: [[File:admincenter_icon_selection_box_on.gif|link=|14px|box on]] Aktiviert; [[File:admincenter_icon_selection_box_off.gif|link=|14px|box off]] Nicht aktiviert

| #default =
Selection Button: [[File: admincenter_icon_selection_box_on.gif|link=|14px|box on]] Activated; [[File:admincenter_icon_selection_box_off.gif|link=|14px|box off]] Not activated
}}




→ Top

Template:IP_Address

Description:
Is used for creating an "IP Address" within a parameter description.


Usage:

{{IP_Address | type=<mask | <cidr> | <VALUE_IP> | <VALUE_SUBNET>}}


Example:

{{IP_Address | type=mask | 10.10.10.10 | 255.255.255.0}}
{{IP_Address | type=cidr | 10.10.10.10 | 24}}


Result:
IP address in dotted decimal notation with subnet mask:    10.10.10.10 Mask 255.255.255.0
IP address in dotted decimal notation in CIDR style:    10.10.10.10 / 24


Template-Code:

{{#switch: {{{type}}}
| cidr =
    {{#switch: {{NAMESPACE}}
    | De =
    IP Adresse durch Punkte getrenne Dezimaldarstellung im CDIR Stil:   {{{1}}}/{{{2}}}
    | #default =
    IP address in dotted decimal notation in CDIR style:   {{{1}}}/{{{2}}}
    }}

| #default =
    {{#switch: {{NAMESPACE}}
    | De =
    IP Adresse durch Punkte getrenne Dezimaldarstellung mit Subnetzmaske:   {{{1}}}   Subnetzmaske {{{2}}}
    | #default =
    IP address in dotted decimal notation with subnet mask:   {{{1}}}   Mask {{{2}}}
    }}
}}





→ Top

Tables

The table templates allow to create standard tables with a maximum of 5 columns.




→ Top

Table Definitions


→ Top

Template:Table_Start

Description:
Starts a table. There is the possibility to add a hash tag.


Usage:

{{Table_Start | link=<TABLE_HASHTAG>}}
{{Table_Start}}


Usage:

{{Table_Start | link=<TABLE_HASHTAG>}}


Template-Code:

{{#if: {{{link|}}} | <div id="{{{link}}}"></div> }}
{{{!}} {{Table_Cell_General}}




→ Top

Template:Table_End

Description:
Closes a standard table.


Usage:

{{Table_End}}


Template-Code:

{{!}}}
<br style="clear:both">




→ Top

Template:Table_Cell_General

Description:
Defines the basic table look.


Usage:

{{Table_Cell_General}}


Template-Code:

align="left" cellspacing="1" cellpadding="2" bgcolor={{WHITE}}




→ Top

Template:Table_Cell_Bgcolor_Header

Description:
Normalized background color table header cell.


Usage:

{{Table_Cell_Bgcolor_Header}}


Result:

Title 1



Template-Code:

{{BLUE_100}}




→ Top

Template:Table_Cell_Bgcolor_Darkened

Description:
Normalized background color table for a darkened cell.


Usage:

{{Table_Cell_Bgcolor_Darkened}}


Result:

Cell 1



Template-Code:

{{BLUE_40}}




→ Top

Template:Table_Cell_Bgcolor_Light

Description:
Normalized background color table for a light cell.


Usage:

{{Table_Cell_Bgcolor_Light}}


Result:

Cell 1



Template-Code:

{{BLUE_15}}




→ Top

Template:Table_Header

Description:
Standart Table Header line with max 5 columns

  • use "hangleft" for hang in from the left side


Usage:

{{Table_Start}}
{{Table_Header | columns=2
| width1=200 | width2=500
| header1= Title 1 | header2= Title 2
}}
{{Table_End}}
{{Table_Start | link=myTestTable}}
{{Table_Header | columns=5
| width1=200 | width2=200 | width3=150 | width4=150 | width5=150
| header1= Title 1 | header2= Title 2 | header3= Title 3 | header4= Title 4 | header5= Title 5
}}
{{Table_End}}


Result:

Title 1 Title 2


Title 1 Title 2 Title 3 Title 4 Title 5


With hang in from left:

  Title 1 Title 2



Template-Code:


Variante 1: Doesn't work correctly

{{{!}} {{Table_Cell_General}}

{{!}}- valign="top" bgcolor={{Table_Cell_Bgcolor_Header}}

{{#if: {{{hangleft|}}} | {{!}} width={{{hangleft}}} bgcolor={{WHITE}} {{!}}   }}

{{#if: {{{header1|}}}  | {{!}} width={{{width1}}} {{!}} <font color=#ffffff>'''{{{header1}}}'''</font> }}
{{#if: {{{header2|}}}  | {{!}} width={{{width2}}} {{!}} <font color=#ffffff>'''{{{header2}}}'''</font> }}
{{#if: {{{header3|}}}  | {{!}} width={{{width3}}} {{!}} <font color=#ffffff>'''{{{header3}}}'''</font> }}
{{#if: {{{header4|}}}  | {{!}} width={{{width4}}} {{!}} <font color=#ffffff>'''{{{header4}}}'''</font> }}
{{#if: {{{header5|}}}  | {{!}} width={{{width5}}} {{!}} <font color=#ffffff>'''{{{header5}}}'''</font> }}


Variante 2: Works


{{!}}- valign="top" bgcolor={{Table_Cell_Bgcolor_Header}}

{{#if: {{{hangleft|}}} | {{!}} width={{{hangleft}}} bgcolor={{WHITE}} {{!}}   }}

{{#switch: {{{columns}}}

| 1 =
{{!}} width={{{width1}}} {{!}} <font color=#ffffff>'''{{{header1}}}'''</font>

| 2 =
{{!}} width={{{width1}}} {{!}} <font color=#ffffff>'''{{{header1}}}'''</font>
{{!}} width={{{width2}}} {{!}} <font color=#ffffff>'''{{{header2}}}'''</font>

| 3 =
{{!}} width={{{width1}}} {{!}} <font color=#ffffff>'''{{{header1}}}'''</font>
{{!}} width={{{width2}}} {{!}} <font color=#ffffff>'''{{{header2}}}'''</font>
{{!}} width={{{width3}}} {{!}} <font color=#ffffff>'''{{{header3}}}'''</font>

| 4 =
{{!}} width={{{width1}}} {{!}} <font color=#ffffff>'''{{{header1}}}'''</font>
{{!}} width={{{width2}}} {{!}} <font color=#ffffff>'''{{{header2}}}'''</font>
{{!}} width={{{width3}}} {{!}} <font color=#ffffff>'''{{{header3}}}'''</font>
{{!}} width={{{width4}}} {{!}} <font color=#ffffff>'''{{{header4}}}'''</font>

| #default =
{{!}} width={{{width1}}} {{!}} <font color=#ffffff>'''{{{header1}}}'''</font>
{{!}} width={{{width2}}} {{!}} <font color=#ffffff>'''{{{header2}}}'''</font>
{{!}} width={{{width3}}} {{!}} <font color=#ffffff>'''{{{header3}}}'''</font>
{{!}} width={{{width4}}} {{!}} <font color=#ffffff>'''{{{header4}}}'''</font>
{{!}} width={{{width5}}} {{!}} <font color=#ffffff>'''{{{header5}}}'''</font>

}}





→ Top

Template:Table_Header_Col1

Description:
Table Header in the first coloumn with max 5 columns

  • use "hangleft" for hang in from the left side


Usage:

{{Table_Start}}
{{Table_Header_Col1 | columns=2 | line=1 | width1=200 | width2=500
| header1= Title 1 | col2= Cell 2
}}
{{Table_End}}
{{Table_Start}}
{{Table_Header_Col1 | columns=5 | line=2 | width1=200 | width2=200 | width3=150 | width4=150 | width5=150
| bgcell3={{GREEN_70}}
| header1= Title 1 | col2= Cell 2 | col3= Cell 3 | col4= Cell 4 | col5= Cell 5
}}
{{Table_End}}


Result:

Title 1 Cell 2



Title 1 Cell 2 Cell 3 Cell 4 Cell 5



Template-Code:

{{Table_Cell_General}}

{{!}}- valign="top" bgcolor={{#ifeq: {{#expr: {{{line}}}mod2}} | 0 | {{Table_Cell_Bgcolor_Darkened}} | {{Table_Cell_Bgcolor_Light}} }}

{{#if: {{{hangleft|}}} | {{!}} width={{{hangleft}}} bgcolor={{WHITE}} {{!}}   }}

{{#switch: {{{columns}}}

| 1 =
{{!}} width={{{width1}}} bgcolor={{Table_Cell_Bgcolor_Header}}         {{!}}    <font color=#ffffff>'''{{{header1}}}'''</font>


| 2 =
{{!}} width={{{width1}}} bgcolor={{Table_Cell_Bgcolor_Header}}            {{!}}    <font color=#ffffff>'''{{{header1}}}'''</font>
{{!}} width={{{width2}}} {{#if: {{{bgcell2|}}} | bgcolor={{{bgcell2}}} }} {{!}}                        {{{col2}}}


| 3 =
{{!}} width={{{width1}}} bgcolor={{Table_Cell_Bgcolor_Header}}            {{!}}    <font color=#ffffff>'''{{{header1}}}'''</font>
{{!}} width={{{width2}}} {{#if: {{{bgcell2|}}} | bgcolor={{{bgcell2}}} }} {{!}}                        {{{col2}}}
{{!}} width={{{width3}}} {{#if: {{{bgcell3|}}} | bgcolor={{{bgcell3}}} }} {{!}}                        {{{col3}}}


| 4 =
{{!}} width={{{width1}}} bgcolor={{Table_Cell_Bgcolor_Header}}            {{!}}    <font color=#ffffff>'''{{{header1}}}'''</font>
{{!}} width={{{width2}}} {{#if: {{{bgcell2|}}} | bgcolor={{{bgcell2}}} }} {{!}}                        {{{col2}}}
{{!}} width={{{width3}}} {{#if: {{{bgcell3|}}} | bgcolor={{{bgcell3}}} }} {{!}}                        {{{col3}}}
{{!}} width={{{width4}}} {{#if: {{{bgcell4|}}} | bgcolor={{{bgcell4}}} }} {{!}}                        {{{col4}}}


| #default =
{{!}} width={{{width1}}} bgcolor={{Table_Cell_Bgcolor_Header}}            {{!}}    <font color=#ffffff>'''{{{header1}}}'''</font>
{{!}} width={{{width2}}} {{#if: {{{bgcell2|}}} | bgcolor={{{bgcell2}}} }} {{!}}                        {{{col2}}}
{{!}} width={{{width3}}} {{#if: {{{bgcell3|}}} | bgcolor={{{bgcell3}}} }} {{!}}                        {{{col3}}}
{{!}} width={{{width4}}} {{#if: {{{bgcell4|}}} | bgcolor={{{bgcell4}}} }} {{!}}                        {{{col4}}}
{{!}} width={{{width5}}} {{#if: {{{bgcell5|}}} | bgcolor={{{bgcell5}}} }} {{!}}                        {{{col5}}}

}}




→ Top

Template:Table_Line

Description:
Table line with max 5 columns with:

  • Even line number generates a darker background color where an uneven number generates a light color
  • use "hangleft" for hang in from the left side
  • "column1=header" generates an dark title cell on the left side


Usage:

Example 1:
{{Table_Start}}
{{Table_Header | columns=5
| width1=200 | width2=200 | width3=150 | width4=150 | width5=150
| header1= Title 1 | header2= Title 2 | header3= Title 3 | header4= Title 4 | header5= Title 5
}}
}}
{{Table_Line | line=1
| col1= Cell 11 | col2= Cell 12 | col3= Cell 13 | col4= Cell 14 | col5= Cell 15
}}
{{Table_Line | line=2
| col1= Cell 21 | col2= Cell 22 | col3= Cell 23 | col4= Cell 24 | col5= Cell 25
}}
{{Table_End}}


Example 2: Column 1 is header
{{Table_Start}}
{{Table_Header | columns=5
| width1=200 | width2=200 | width3=150 | width4=150 | width5=150
| header1= Title 1 | header2= Title 2 | header3= Title 3 | header4= Title 4 | header5= Title 5
}}
}}
{{Table_Line | column1=header | line=1
| col1= Header 11 | col2= Cell 12 | col3= Cell 13 | col4= Cell 14 | col5= Cell 15
}}
{{Table_Line | column1=header | line=2
| col1= Header 21 | col2= Cell 22 | col3= Cell 23 | col4= Cell 24 | col5= Cell 25
}}
{{Table_End}}


Example 3: Cell with special background color
{{Table_Start}}
{{Table_Header | columns=5
| width1=200 | width2=200 | width3=150 | width4=150 | width5=150
| header1= Title 11 | header2= Title 12 | header3= Title 13 | header4= Title 14 | header5= Title 15
}}
}}
{{Table_Line |line=1 | bgcell3={{GREEN_70}}
| col1= Cell 1 | col2= Cell 2 | col3= Cell 3 | col4= Cell 4 | col5= Cell 5
}}
{{Table_Line | line=2 | bgcell4={{MANGENTA_40}}
| col1= Cell 21 | col2= Cell 22 | col3= Cell 23 | col4= Cell 24 | col5= Cell 25
}}
{{Table_End}}


With hang in from left:
{{Table_Start}}
{{Table_Header | hangleft=50
| width1=50 | width2=100 | columns=2
| header1= Title 1 | header2= Title 2
}}
{{Table_Line | line=1 | bgcell1={{GREEN_70}}
| col1= Cell 11 | col2= Cell 12
}}
{{Table_Line | line=2 | bgcell2={{MANGENTA_40}}
| col1= Cell 21 | col2= Cell 22
}}
{{Table_End}}



Result:

Example 1:

Title 1 Title 2 Title 3 Title 4 Title 5
Cell 11 Cell 12 Cell 13 Cell 14 Cell 15
Cell 21 Cell 22 Cell 23 Cell 24 Cell 25



Example 2: Column 1 is header

Title 1 Title 2 Title 3 Title 4 Title 5
Header 11 Cell 12 Cell 13 Cell 14 Cell 15
Header 21 Cell 22 Cell 23 Cell 24 Cell 25



Example 3: Cell with special background color

Title 1 Title 2 Title 3 Title 4 Title 5
Cell 11 Cell 12 Cell 13 Cell 14 Cell 15
Cell 21 Cell 22 Cell 23 Cell 24 Cell 25



Example 4:

Title 1 Title 2 Title 3
Cell 11 Cell 12 Cell 13
Cell 21 Cell 22 Cell 23



With hang in from left:

  Title 1 Title 2
  Cell 11 Cell 12
  Cell 21 Cell 22




Template-Code:


Variant 1: Doesn't work correctly

{{!}}- valign="top" bgcolor={{#ifeq: {{#expr: {{{line}}}mod2}} | 0 | {{Table_Cell_Bgcolor_Darkened}} | {{Table_Cell_Bgcolor_Light}} }}

{{#if: {{{hangleft|}}} | {{!}} width={{{hangleft}}} bgcolor={{WHITE}} {{!}}   }}

{{#if: {{{col1|}}} |
{{#switch: {{{column1}}}
| header  =
{{!}} bgcolor={{Table_Cell_Bgcolor_Header}}         {{!}}    <font color=#ffffff>'''{{{col1}}}'''</font>
| #default=
{{!}} {{#if: {{{bgcell1|}}} | bgcolor={{{bgcell1}}} {{!}} }}                        {{{col1}}}
}}
}}

{{#if: {{{col2|}}} |
{{!}} {{#if: {{{bgcell2|}}} | bgcolor={{{bgcell2}}} {{!}} }}                        {{{col2}}}
}}

{{#if: {{{col3|}}} |
{{!}} {{#if: {{{bgcell3|}}} | bgcolor={{{bgcell3}}} {{!}} }}                        {{{col3}}}
}}

{{#if: {{{col4|}}} |
{{!}} {{#if: {{{bgcell4|}}} | bgcolor={{{bgcell4}}} {{!}} }}                        {{{col4}}}
}}

{{#if: {{{col5|}}} |
{{!}} {{#if: {{{bgcell5|}}} | bgcolor={{{bgcell5}}} {{!}} }}                        {{{col5}}}
}}


Variant 2: Doesn't work correctly

{{!}}- valign="top" bgcolor={{#ifeq: {{#expr: {{{line}}}mod2}} | 0 | {{Table_Cell_Bgcolor_Darkened}} | {{Table_Cell_Bgcolor_Light}} }}

{{#if: {{{hangleft|}}} | {{!}} width={{{hangleft}}} bgcolor={{WHITE}} {{!}}   }}

{{#switch: {{{columns}}}
| 1
| 2
| 3
| 4
| 5 =
{{#switch: {{{column1}}}
| header  =
{{!}} bgcolor={{Table_Cell_Bgcolor_Header}}         {{!}}    <font color=#ffffff>'''{{{col1}}}'''</font>
| #default=
{{!}} {{#if: {{{bgcell1|}}} | bgcolor={{{bgcell1}}} {{!}} }}                        {{{col1}}}
}}
}}

{{#switch: {{{columns}}}
| 2
| 3
| 4
| 5 =
{{!}} {{#if: {{{bgcell2|}}} | bgcolor={{{bgcell2}}} {{!}} }}                        {{{col2}}}
}}

{{#switch: {{{columns}}}
| 3
| 4
| 5 =
{{!}} {{#if: {{{bgcell3|}}} | bgcolor={{{bgcell3}}} {{!}} }}                        {{{col3}}}
}}

{{#switch: {{{columns}}}
| 4
| 5 =
{{!}} {{#if: {{{bgcell4|}}} | bgcolor={{{bgcell4}}} {{!}} }}                        {{{col4}}}
}}

{{#switch: {{{columns}}}
| 5 =
{{!}} {{#if: {{{bgcell5|}}} | bgcolor={{{bgcell5}}} {{!}} }}                        {{{col5}}}
}}





Variant 3: works

{{!}}- valign="top" bgcolor={{#ifeq: {{#expr: {{{line}}}mod2}} | 0 | {{Table_Cell_Bgcolor_Darkened}} | {{Table_Cell_Bgcolor_Light}} }}

{{#if: {{{hangleft|}}} | {{!}} width={{{hangleft}}} bgcolor={{WHITE}} {{!}}   }}

{{#switch: {{{columns}}}

| 1 =
{{#switch: {{{column1}}}
| header  =
{{!}} bgcolor={{Table_Cell_Bgcolor_Header}}         {{!}}    <font color=#ffffff>'''{{{col1}}}'''</font>
| #default=
{{!}} {{#if: {{{bgcell1|}}} | bgcolor={{{bgcell1}}} {{!}} }}                        {{{col1}}}
}}


| 2 =
{{#switch: {{{column1}}}
| header  =
{{!}} bgcolor={{Table_Cell_Bgcolor_Header}}         {{!}}    <font color=#ffffff>'''{{{col1}}}'''</font>
| #default=
{{!}} {{#if: {{{bgcell1|}}} | bgcolor={{{bgcell1}}} {{!}} }}                        {{{col1}}}
}}
{{!}} {{#if: {{{bgcell2|}}} | bgcolor={{{bgcell2}}} {{!}} }}                        {{{col2}}}


| 3 =
{{#switch: {{{column1}}}
| header  =
{{!}} bgcolor={{Table_Cell_Bgcolor_Header}}         {{!}}    <font color=#ffffff>'''{{{col1}}}'''</font>
| #default=
{{!}} {{#if: {{{bgcell1|}}} | bgcolor={{{bgcell1}}} {{!}} }}                        {{{col1}}}
}}
{{!}} {{#if: {{{bgcell2|}}} | bgcolor={{{bgcell2}}} {{!}} }}                        {{{col2}}}
{{!}} {{#if: {{{bgcell3|}}} | bgcolor={{{bgcell3}}} {{!}} }}                        {{{col3}}}


| 4 =
{{#switch: {{{column1}}}
| header  =
{{!}} bgcolor={{Table_Cell_Bgcolor_Header}}         {{!}}    <font color=#ffffff>'''{{{col1}}}'''</font>
| #default=
{{!}} {{#if: {{{bgcell1|}}} | bgcolor={{{bgcell1}}} {{!}} }}                        {{{col1}}}
}}
{{!}} {{#if: {{{bgcell2|}}} | bgcolor={{{bgcell2}}} {{!}} }}                        {{{col2}}}
{{!}} {{#if: {{{bgcell3|}}} | bgcolor={{{bgcell3}}} {{!}} }}                        {{{col3}}}
{{!}} {{#if: {{{bgcell4|}}} | bgcolor={{{bgcell4}}} {{!}} }}                        {{{col4}}}


| #default =
{{#switch: {{{column1}}}
| header  =
{{!}} bgcolor={{Table_Cell_Bgcolor_Header}}         {{!}}    <font color=#ffffff>'''{{{col1}}}'''</font>
| #default=
{{!}} {{#if: {{{bgcell1|}}} | bgcolor={{{bgcell1}}} {{!}} }}                        {{{col1}}}
}}
{{!}} {{#if: {{{bgcell2|}}} | bgcolor={{{bgcell2}}} {{!}} }}                        {{{col2}}}
{{!}} {{#if: {{{bgcell3|}}} | bgcolor={{{bgcell3}}} {{!}} }}                        {{{col3}}}
{{!}} {{#if: {{{bgcell4|}}} | bgcolor={{{bgcell4}}} {{!}} }}                        {{{col4}}}
{{!}} {{#if: {{{bgcell5|}}} | bgcolor={{{bgcell5}}} {{!}} }}                        {{{col5}}}

}}





→ Top

DAML XML Parameter Table

Example DAML Parameter Table:


  Variable: Format: Range: Default: Description: Version:
1
<accountName1>
     'ACC_NAME'
</accountName1>
String max. 32 characters empty Unambiguous name of the account

Mandatory configuration!

V5.2
2
<accountName2>
     'ACC_NAME'
</accountName2>
String max. 32 characters empty Unambiguous name of the account

Mandatory configuration!

V5.2



Example:

{{Table_Start}}
{{Xml_Table_Header
| header1= Variable Name: | header2= Format: | header3= Range: | header4= Default: | header5= Description: | header6= Version: }}

{{Xml_Table_Line
|link= XmlAccountName1
|line= 1
|xml= accountName
|name= '''ACC_NAME'''
|format= String
|range= max. 32 characters
|default= empty
|description=
Unambiguous name of the account<br>
<font color=#b8597c>'''Mandatory configuration!'''</font>
|version= V5.2
}}

{{Xml_Table_Line
|link= XmlAccountName2
|line= 2
|xml= accountName
|name= '''ACC_NAME'''
|format= String
|range= max. 32 characters
|default= empty
|description=
Unambiguous name of the account<br>
<font color=#b8597c>'''Mandatory configuration!'''</font>
|version= V5.2
}}

{{Table_End}}




→ Top

Template:Xml_Table_Header

Description:
Header line for DAML XMP parameter descriptions

  • use "hangleft" for hang in from the left side


Usage:

{{Xml_Table_Header | hangleft= Number
| header1= Title 1 | header2= Title 2 | header3= Title 3 | header4= Title 4 | header5= Title 5 | header6= Title 6
}}


Example:

{{Xml_Table_Header
| header1= Variable Name: | header2= Format: | header3= Range: | header4= Default: | header5= Description: | header6= Version: }}
{{Xml_Table_Header | hangleft=50
| header1= Variable Name: | header2= Format: | header3= Range: | header4= Default: | header5= Description: | header6= Version: }}


Result:

  Variable: Format: Range: Default: Description: Version:



  Variable: Format: Range: Default: Description: Version:



Template-Code:

{{!}}- valign="top" bgcolor={{Table_Cell_Bgcolor_Header}}

{{#if: {{{hangleft|}}} | {{!}} width={{{hangleft}}} bgcolor={{WHITE}} {{!}}   }}

{{!}} width=25   align="right" valign="middle" bgcolor={{Table_Cell_Bgcolor_Header}}  {{!}}  
{{!}} width=350 {{!}} <font color=#ffffff>'''{{{header1}}}'''</font>
{{!}} width=100 {{!}} <font color=#ffffff>'''{{{header2}}}'''</font>
{{!}} width=100 {{!}} <font color=#ffffff>'''{{{header3}}}'''</font>
{{!}} width=100 {{!}} <font color=#ffffff>'''{{{header4}}}'''</font>
{{!}} width=275 {{!}} <font color=#ffffff>'''{{{header5}}}'''</font>
{{!}} width=50  {{!}} <font color=#ffffff>'''{{{header6}}}'''</font>




→ Top

Template:Xml_Table_Line

Description:
Parameter line for XMP parameter descriptions

  • use "hangleft" for hang in from the left side
  • different line coloring due to even or odd line number


Usage:

{{Xml_Table_Line | hangleft= Number
|link= Hash tag for a internal page link reference
|line= Line Number
|xml= XML Tag Name
|name= Parameter name
|range= Describes the possible settings
|default= Describes the default value
|description= Description of the parameter
|version= Describes possible AS version dependencies, by default the first apperance of this parameter
}}


Example:

{{Xml_Table_Line
|link= XmlAccountName1
|line= 1
|xml= accountName
|name= '''ACC_NAME'''
|format= String
|range= max. 32 characters
|default= empty
|description=
Unambiguous name of the account<br>
<font color=#b8597c>'''Mandatory configuration!'''</font>
|version= V5.2
}}
{{Xml_Table_Line
|link= XmlAccountName2
|line= 2
|xml= accountName
|name= '''ACC_NAME'''
|format= String
|range= max. 32 characters
|default= empty
|description=
Unambiguous name of the account<br>
<font color=#b8597c>'''Mandatory configuration!'''</font>
|version= V5.2
}}


Result:

  Variable: Format: Range: Default: Description: Version:
1
<accountName1>
     'ACC_NAME'
</accountName1>
String max. 32 characters empty Unambiguous name of the account

Mandatory configuration!

V5.2
2
<accountName2>
     'ACC_NAME'
</accountName2>
String max. 32 characters empty Unambiguous name of the account

Mandatory configuration!

V5.2



Template-Code:

{{!}}- valign="top" bgcolor={{#ifeq: {{#expr: {{{line}}}mod2}} | 0 | {{Table_Cell_Bgcolor_Darkened}} | {{Table_Cell_Bgcolor_Light}} }}

{{#if: {{{hangleft|}}} | {{!}} width={{{hangleft}}} bgcolor={{WHITE}} {{!}}   }}

{{!}} align="middle" bgcolor={{Table_Cell_Bgcolor_Header}} {{!}} <font color=#ffffff>'''{{{line}}}'''</font>

{{#if: {{{xml|}}} |
    {{!}} <{{{xml}}}><font color=#0061a0>'''{{{name}}}'''</font></{{{xml}}}> | {{!}} <font color=#0061a0>'''{{{name}}}'''</font>
}}

{{!}} {{{format}}}
{{!}} {{{range}}}
{{!}} {{{default}}}
{{!}} {{{description}}}
{{!}} {{{version}}}

{{#if: {{{link|}}} | {{!}} width=0  bgcolor={{WHITE}} {{!}} <div id="{{{link}}}"></div> |   }}




→ Top

Wiki Look Like (Theme)


→ Top

Pictures, Graphics, Icon


→ Top

Template:Picture_Help_Link

Description:
Shows a defined help link picture. The default size is 100pt.


Usage:

{{Picture_Help_Link | size=<PIXEL> }}


Example:

{{Picture_Help_Link }}
<br>

{{Picture_Help_Link | size=50}}


Result:
nav

nav


Template-Code:

[[File:help_link_arrow.gif|link=|{{#if: {{{size|}}}|{{{size}}}|100}}px |nav]]




→ Top

Template:Picture_Pdf

Description:
Shows a defined PDF file picture. The default size is 14pt.


Usage:

{{Picture_Pdf | size=<PIXEL> }}


Example:

{{Picture_Pdf}}
<br>

{{Picture_Pdf | size=25}}


Result:
PDF

PDF


Template-Code:

[[File:icon_file_pdf.gif|link=|{{#if: {{{size|}}}|{{{size}}}|14}}px |PDF]]




→ Top

Template:Picture_Zip

Description:
Shows a defined ZIP file picture. The default size is 14pt.


Usage:

{{Picture_Zip | size=<PIXEL> }}


Example:

{{Picture_Zip}}
<br>

{{Picture_Zip | size=25}}


Result:
ZIP

ZIP


Template-Code:

[[File:icon_file_zip.gif|link=|{{#if: {{{size|}}}|{{{size}}}|14}}px |ZIP]]




→ Top

Template:Picture_Xml

Description:
Shows a defined XML file picture. The default size is 14pt.


Usage:

{{Picture_XML | size=<PIXEL> }}


Example:

{{Picture_Xml}}
<br>

{{Picture_Xml | size=25}}


Result:
XML

XML


Template-Code:

[[File:icon_file_xml.gif|link=|{{#if: {{{size|}}}|{{{size}}}|14}}px |XML]]




→ Top

Template:Picture_Img

Description:
Shows a defined image file picture. The default size is 14pt.


Usage:

{{Picture_Img | size=<PIXEL> }}


Example:

{{Picture_Img}}
<br>

{{Picture_Img | size=25}}


Result:
IMG

IMG


Template-Code:

[[File:icon_file_img.gif|link=|{{#if: {{{size|}}}|{{{size}}}|14}}px |IMG]]




→ Top

Template:Picture_File

Description:
Shows a defined file picture. The default size is 14pt.


Usage:

{{Picture_File | size=<PIXEL> }}


Example:

{{Picture_File}}
<br>

{{Picture_File | size=25}}


Result:
File

File


Template-Code:

[[File:icon_file_unknown.gif|link=|{{#if: {{{size|}}}|{{{size}}}|14}}px |File]]




→ Top

Template:Picture_PrintOut

Description:
Shows a defined "print out" picture. The default size is 14pt.


Usage:

{{Picture_PrintOut | size=<PIXEL> }}


Example:

{{Picture_PrintOut}}
<br>

{{Picture_PrintOut | size=25}}


Result:
Print Out

Print Out


Template-Code:

[[File:icon_print_out.gif|link=|{{#if: {{{size|}}}|{{{size}}}|14}}px |Print Out]]




→ Top

Color Scheme


→ Top

Template:BLUE_100

Description:
Color blue RGB 100%

R 0
G 97
B 160
#0061a0


Usage:

bgcolor={{BLUE_100}}


Result:

 


Template-Code:

"#0061a0"




→ Top

Template:BLUE_70

Description:
Color blue RGB 70%

R 76
G 144
B 189
#4c90bd


Usage:

bgcolor={{BLUE_70}}


Result:

 


Template-Code:

"#4c90bd"




→ Top

Template:BLUE_40

Description:
Color blue RGB 40%

R 153
G 192
B 217
#99c0d9


Usage:

bgcolor={{BLUE_40}}


Result:

 


Template-Code:

"#99c0d9"




→ Top

Template:BLUE_15

Description:
Color blue RGB 15%

R 217
G 231
B 241
#d9e7f1


Usage:

bgcolor={{BLUE_15}}


Result:

 


Template-Code:

"#d9e7f1"




→ Top

Template:BEIGE_100

Description:
Color beige RGB 100%

R 156
G 148
B 114
#9c9472


Usage:

bgcolor={{BEIGE_100}}


Result:

 


Template-Code:

"#9c9472"




→ Top

Template:BEIGE_70

Description:
Color beige RGB 70%

R 192
G 180
B 156
#c0b49c


Usage:

bgcolor={{BEIGE_70}}


Result:

 


Template-Code:

"#c0b49c"




→ Top

Template:BEIGE_40

Description:
Color beige RGB 40%

R 219
G 212
B 199
#dbd4c7


Usage:

bgcolor={{BEIGE_40}}


Result:

 


Template-Code:

"#dbd4c7"




→ Top

Template:BEIGE_15

Description:
Color beige RGB 15%

R 242
G 239
B 234
#f2efea


Usage:

bgcolor={{BEIGE_15}}


Result:

 


Template-Code:

"#f2efea"




→ Top

Template:GREEN_100

Description:
Color green RGB 100%

R 58
G 129
B 125
#3a817d


Usage:

bgcolor={{GREEN_100}}


Result:

 


Template-Code:

"#3a817d"




→ Top

Template:GREEN_70

Description:
Color green RGB 70%

R 117
G 167
B 164
#75a7a4


Usage:

bgcolor={{GREEN_70}}


Result:

 


Template-Code:

"#75a7a4"




→ Top

Template:GREEN_40

Description:
Color green RGB 40%

R 176
G 205
B 203
#b0cdcb


Usage:

bgcolor={{GREEN_40}}


Result:

 


Template-Code:

"#b0cdcb"




→ Top

Template:GREEN_15

Description:
Color green RGB 15%

R 226
G 236
B 236
#e2ecec


Usage:

bgcolor={{GREEN_1}}


Result:

 


Template-Code:

"#e2ecec"




→ Top

Template:LILA_100

Description:
Color lila/purple RGB 100%

R 146
G 111
B 164
#926fa4


Usage:

bgcolor={{LILA_100}}


Result:

 


Template-Code:

"#926fa4"




→ Top

Template:LILA_70

Description:
Color lila/purple RGB 70%

R 178
G 154
B 191
#b29abf


Usage:

bgcolor={{LILA_70}}


Result:

 


Template-Code:

"#b29abf"




→ Top

Template:LILA_40

Description:
Color lila/purple RGB 40%

R 211
G 197
B 219
#d3c5db


Usage:

bgcolor={{LILA_40}}


Result:

 


Template-Code:

"#d3c5db"




→ Top

Template:LILA_15

Description:
Color lila/purple RGB 15%

R 239
G 234
B 241
#efeaf1


Usage:

bgcolor={{LILA_15}}


Result:

 


Template-Code:

"#efeaf1"




→ Top

Template:MANGENTA_100

Description:
Color magenta RGB 100%

R 184
G 89
B 124
#b8597c


Usage:

bgcolor={{MANGENTA_100}}


Result:

 


Template-Code:

"#b8597c"




→ Top

Template:MANGENTA_70

Description:
Color magenta RGB 70%

R 205
G 138
B 163
#cd8aa3


Usage:

bgcolor={{MANGENTA_70}}


Result:

 


Template-Code:

"#cd8aa3"




→ Top

Template:MANGENTA_40

Description:
Color magenta RGB 40%

R 227
G 189
B 203
#e3bdcb


Usage:

bgcolor={{MANGENTA_40}}


Result:

 


Template-Code:

"#e3bdcb"




→ Top

Template:MANGENTA_15

Description:
Color magenta RGB 15%

R 244
G 230
B 235
#f4e6eb


Usage:

bgcolor={{MANGENTA_15}}


Result:

 


Template-Code:

"#f4e6eb"




→ Top

Template:BLACK

Description:
Color black RGB

R 00
G 00
B 00
#000000


Usage:

bgcolor={{BLACK_100}}

Text:
<span style=color:#000000>BLACK on BLUE_15</span>


Result:

BLACK on BLUE_15


Template-Code:

"#000000"




→ Top

Template:GREY_DARK

Description:
Color grey dark RGB

R 150
G 150
B 150
#969696


Usage:

bgcolor={{GREY_DARK}}

Text:
<span style=color:#969696>GREY_DARK on BLUE_15</span>


Result:

GREY_DARK on BLUE_15


Template-Code:

"#969696"




→ Top

Template:GREY_MEDIUM

Description:
Color grey medium RGB

R 192
G 192
B 192
#c0c0c0


Usage:

bgcolor={{GREY_MEDIUM}}

Text:
<span style=color:#c0c0c0>GREY_MEDIUM on BLUE_100</span>


Result:

GREY_MEDIUM on BLUE_100


Template-Code:

"#c0c0c0"




→ Top

Template:GREY_LIGHT

Description:
Color grey light RGB

R 234
G 234
B 234
#eaeaea


Usage:

bgcolor={{GREY_LIGHT}}

Text:
<span style=color:#eaeaea>GREY_LIGHT on BLUE_100</span>


Result:

GREY_LIGHT on BLUE_100


Template-Code:

"#eaeaea"




→ Top

Template:WHITE

Description:
Color white RGB 100%

R 255
G 255
B 255
#ffffff


Usage:

bgcolor={{WHITE}}

Text:
<span style=color:#ffffff>WHITE on BLUE_100</span>


Result:

WHITE on BLUE_100


Template-Code:

"#ffffff"




→ Top

Page Header and Footer


→ Top

Template:PAGE_HEADER

Description:
Customized Page Header for all help pages.


Usage:

{{PAGE_HEADER}}


Example:

{{PAGE_HEADER}}


Template-Code:






→ Top

Template:PAGE_FOOTER

Description:
Customized Page Footer for all online help pages.


Usage:
{{PAGE_FOOTER}}


Example:

{{PAGE_FOOTER}}


Result:
© Copyright Aarenet Inc., Switzerland. Copying of this document or parts of it is prohibited!


Template-Code:

<br style="clear:both">
----
<small>©   Copyright {{SITENAME}}. Copying of this document or parts of it is prohibited!</small>




→ Top

Template:Page_Pdf_Article

Description:
Provides the "command" link for downloading the article as PDF file


Usage:

{{Page_Pdf_Article}}


Result:
http://help.aarenet.com/mediawiki/index.php?title=Operation_daml&action=pdfbook&format=single


Template-Code:

{{fullurl:{{FULLPAGENAME}}|action=pdfbook&format=single}}




→ Top

Template:Page_Help_Links

Description:

  • Contains a search field
  • Offers the possibility to insert up to 5 navigation or other links:
  • nolink : cell is empty
  • pdfdarticle : The article will be downloaded as PDF file
  • any other string is interpreted as link


Usage:

Example 1:
{{Page_Help_Links
| width1=225 | link1=nolink
| width2=225 | link2=nolink
| width3=225 | link3=nolink
| width4=225 | link4=pdfarticle
| width5=100 | link5=nolink
}}


Example 2:
{{Page_Help_Links
| width1=225 | link1={{NAMESPACE}}:help_user                | descr1=Main Help for users and vPBX admins
| width2=225 | link2={{NAMESPACE}}:admincenter_feature_list | descr2=List of all features
| width3=225 | link3=nolink
| width4=225 | link4=pdfarticle
| width5=100 | link5={{Page_Language_Selection | lang=de }} | descr5=Deutsch
}}


Result:
Example 1: Template:Page Help Links


Example 2: Template:Page Help Links


Template-Code:

{{{!}} {{Table_Cell_General}} width=1000

{{!}} bgcolor={{WHITE}} {{!}}
{{#switch: {{NAMESPACE}}
| De =
<div style="float:right">
  <inputbox>
    type=search
    Namespaces=De
    width=30
    placeholder=Durchsuche die Online-Hilfe
    searchbuttonlabel=Suchen
    fulltextbutton=false
    break=no
  </inputbox>
| #default =
<div style="float:right">
  <inputbox>
    type=search
    Namespaces=Main
    width=30
    placeholder=Search the Online Help
    searchbuttonlabel=Search
    fulltextbutton=false
    break=no
  </inputbox>
</div>
}}
{{!}}}
<br style="clear:both">

{{{!}} {{Table_Cell_General}} width=1000
{{!}}- valign="top" bgcolor={{BLUE_15}}

{{!}} width={{{width1}}} {{!}}
{{#switch: {{{link1}}}
| nolink   =  

| pdfarticle =
  {{#switch: {{NAMESPACE}}
  | De =
  [{{Page_Pdf_Article}} {{Picture_PrintOut}} <small>Diesen Artikel als PDF herunterladen</small>]
  | #default =
  [{{Page_Pdf_Article}} {{Picture_PrintOut}} <small>Download this article as a PDF</small>]
  }}

| #default =
  {{#if: {{#pos:{{{link1|}}}|http}}
  | → [{{{link1}}} <small>{{{descr1}}}</small>]
  | → [[{{{link1}}} | <small>{{{descr1}}}</small>]]
  }}
}}

{{!}} width={{{width2}}} {{!}}
{{#switch: {{{link2}}}
| nolink   =  

| pdfarticle =
  {{#switch: {{NAMESPACE}}
  | De =
  [{{Page_Pdf_Article}} {{Picture_PrintOut}} <small>Diesen Artikel als PDF herunterladen</small>]
  | #default =
  [{{Page_Pdf_Article}} {{Picture_PrintOut}} <small>Download this article as a PDF</small>]
  }}

| #default =
  {{#if: {{#pos:{{{link2}}}|http}}
  | → [{{{link2}}} <small>{{{descr2}}}</small>]
  | → [[{{{link2}}} | <small>{{{descr2}}}</small>]]
  }}
}}

{{!}} width={{{width3}}} {{!}}
{{#switch: {{{link3}}}
| nolink   =  

| pdfarticle =
  {{#switch: {{NAMESPACE}}
  | De =
  [{{Page_Pdf_Article}} {{Picture_PrintOut}} <small>Diesen Artikel als PDF herunterladen</small>]
  | #default =
  [{{Page_Pdf_Article}} {{Picture_PrintOut}} <small>Download this article as a PDF</small>]
  }}

| #default =
  {{#if: {{#pos:{{{link3}}}|http}}
  | → [{{{link3}}} <small>{{{descr3}}}</small>]
  | → [[{{{link3}}} | <small>{{{descr3}}}</small>]]
  }}
}}

{{!}} width={{{width4}}} {{!}}
{{#switch: {{{link4}}}
| nolink   =  

| pdfarticle =
  {{#switch: {{NAMESPACE}}
  | De =
  [{{Page_Pdf_Article}} {{Picture_PrintOut}} <small>Diesen Artikel als PDF herunterladen</small>]
  | #default =
  [{{Page_Pdf_Article}} {{Picture_PrintOut}} <small>Download this article as a PDF</small>]
  }}

| #default =
  {{#if: {{#pos:{{{link4}}}|http}}
  | → [{{{link4}}} <small>{{{descr4}}}</small>]
  | → [[{{{link4}}} | <small>{{{descr4}}}</small>]]
  }}
}}

{{!}} width={{{width5}}} {{!}}
{{#switch: {{{link5}}}
| nolink   =  

| pdfarticle =
  {{#switch: {{NAMESPACE}}
  | De =
  [{{Page_Pdf_Article}} {{Picture_PrintOut}} <small>Diesen Artikel als PDF herunterladen</small>]
  | #default =
  [{{Page_Pdf_Article}} {{Picture_PrintOut}} <small>Download this article as a PDF</small>]
  }}

| #default =
  {{#if: {{#pos:{{{link5}}}|http}}
  | → [{{{link5}}} <small>{{{descr5}}}</small>]
  | → [[{{{link5}}} | <small>{{{descr5}}}</small>]]
  }}
}}

{{!}}}
<br style="clear:both">




→ Top

Template:Page_Version

Description:
Shows the page release version.
→ TEMPLATE-DIFFERENCE


Usage:

{{PAGE_VERSION |version=1.2 |author=Aarenet |date=October 2015}}


Template-Code:


<br style="clear:both"><br>
<small>Version: {{{version}}}</small><br>
<small>Author : {{{author}}}</small><br>
{{#ifeq: {{An_Wiki_Site}} | productive_wiki
|  
| <small>Date   : {{REVISIONDAY}}.{{REVISIONMONTH}}.{{REVISIONYEAR}}</small><br>
}}

<!--Alternative date: {{{date}}} -->




→ Top

Template:Page_Language_Selection

Description:
Change the language of the page:

en  : English
de  : German


Usage:

{{Page_Language_Selection | lang=en }}


Template-Code:

{{#switch: {{{lang}}}
| de =       {{Page_Help_Url | lang=de }}:{{PAGENAMEE}}
| #default = {{Page_Help_Url | lang=en }}:{{PAGENAMEE}}
}}



Template:Page_Help_Url

Description:
Defines the Help page URL or IP address of a

lang=en : URL for English help pages, eg http://test-help.aarenet.com/wiki/
lang=de : URL for German help pages, eg http://test-help.aarenet.com/wiki/De

→ TEMPLATE-DIFFERENCE


Usage:
{{Page_Help_Url | lang=de }}


Template-Code:


{{#switch: {{{lang}}}
| de =
{{#ifeq: {{An_Wiki_Site}} | productive_wiki
| http://{{An_Wiki_Fqdn_Ip}}/wiki/De
| http://{{An_Wiki_Fqdn_Ip_Test}}/wiki/De
}}

| #default =
{{#ifeq: {{An_Wiki_Site}} | productive_wiki
| http://{{An_Wiki_Fqdn_Ip}}/wiki/
| http://{{An_Wiki_Fqdn_Ip_Test}}/wiki/
}}

}}




→ Top

Page Text Sections

These templates offers to include defined text sections of a page to be included (Wikipedia: transclude) in another page.


Note

A page can have only one standardized section transclusion as offered with these templates.





→ Top

Template:PAGE_SECTION_BEGIN

Description:
Marks the beginning of the page main section.


Usage:

<!-- {{PAGE_SECTION_BEGIN}} --------------------------------------------------------------><section begin=page />


Template-Code:

<section begin=chapter1 />




→ Top

Template:PAGE_SECTION_END

Description:
Marks the end of the page main section.


Usage:

<!-- {{PAGE_SECTION_END}} ----------------------------------------------------------------><section end=page />


Template-Code:

<section end=chapter1 />




→ Top

Template:PAGE_SECTION_TRANSCLUDE

Description:
Includes in the page main section of the defined source page.


Usage:

{{PAGE_SECTION_TRANSCLUDE | link=<NAMESPACE>:<PAGE_TITLE> }}


Example:
{{PAGE_SECTION_TRANSCLUDE | link=admincenter_phone_anipphone }}


Template-Code:

{{#lst:{{{link}}}|chapter1 }}




→ Top

Template:PAGE_INTRO_BEGIN

Description:
Marks the beginning of the page introduction section.


→ This template is not working as expected!!

It is in the pages replaced with:
<!-- Page Overview Start -----------------------------------------------------------------><section begin=intro />


Usage:
{{PAGE_INTRO_BEGIN}}


Template-Code:

<section begin=intro />




→ Top

Template:PAGE_INTRO_END

Description:
Marks the end of the page introduction section.


→ This template is not working as expected!!

It is in the pages replaced with:
<!-- Page Overview End   -------------------------------------------------------------------><section end=intro />


Usage:

{{PAGE_INTRO_END}}


Template-Code:

<section end=intro />




→ Top

Template:PAGE_INTRO_TRANSCLUDE

Description:
Includes in the page introduction section of the defined source page.


Usage:

{{PAGE_INTRO_TRANSCLUDE | <PAGE_TITLE> }}


Example:

{{PAGE_INTRO_TRANSCLUDE | {{NAMESPACE}}:user_stimulus_procedures }}


Template-Code:

{{#lst:{{{1}}}|intro }}




→ Top

Template:STIMULUS_SERVICE_TRANSCLUDE

Description:
Includes in the stumulus service section of source page ":user_stimulus_procedures".


Usage:

{{STIMULUS_SERVICE_TRANSCLUDE | <SERVICE> }}


Example:

{{STIMULUS_SERVICE_TRANSCLUDE | Service21 }}


Template-Code:

{{#lst:{{NAMESPACE}}:user_stimulus_procedures | {{{1}}} }}




→ Top

Hash Tag & Navigation

Hash tag (diversions) offers to make links into a page. In a page divers standardized hash tag points can be defined.



→ Top

Template:ToTop

Description:
Jump to the page top


Usage:
<

{{ToTop}}


Template-Code:

[[#top|<small>→ Top</small>]]




→ Top

Template:PAGE_DIVERSION_FEATURE

Description:
Hash tag the beginning of the feature description as internal page link.


Usage:

{{PAGE_DIVERSION_FEATURE}}


Template-Code:

<div id="PageDiversionFeature"></div>




→ Top

Template:PAGE_DIVERSION_CONFIGURATION

Description:
Hash tag the beginning of the feature configuration as internal page link.


Usage:

{{PAGE_DIVERSION_CONFIGURATION}}


Template-Code:

<div id="PageDiversionConfiguration"></div>




→ Top

Template:PAGE_DIVERSION_NAVIGATION

Description:
Hash tag the beginning of the feature navigation description as internal page link.


Usage:

{{PAGE_DIVERSION_NAVIGATION}}


Template-Code:

<div id="PageDiversionNavigation"></div>




→ Top

Template:PAGE_DIVERSION_ENTITY

Description:
Hash tag the beginning of the feature entity description as internal page link.


Usage:

{{PAGE_DIVERSION_ENTITY}}


Template-Code:

<div id="PageDiversionEntity"></div>




→ Top

Template:PAGE_DIVERSION_PARAMETER

Description:
Hash tag the beginning of the feature parameter description as internal page link.


Usage:
{{PAGE_DIVERSION_PARAMETER}}


Template-Code:

<div id="PageDiversionParameter"></div>




→ Top

Template:PAGE_DIVERSION_TROUBLE_SHOOTING

Description:
Hash tag the beginning of the feature trouble shooting description as internal page link.


Usage:

{{PAGE_DIVERSION_TROUBLE_SHOOTING}}


Template-Code:

<div id="PageDiversionTroubleShooting"></div>




→ Top

Template:PAGE_DIVERSION_COMMISSIONING

Description:
Hash tag the beginning of the feature commissioning description as internal page link.


Usage:

{{PAGE_DIVERSION_COMMISSIONING}}


Template-Code:

<div id="PageDiversionCommissioning"></div>




→ Top

Template:PAGE_DIVERSION_LINK

Description:
Inserts an interwiki link to a standard (see above) internal page hash tag (section title):

  • Feature
  • Configuration
  • Navigation
  • Entity
  • Parameter
  • Commissioning
  • TroubleShooting


Usage:

{{PAGE_DIVERSION_LINK
| link= {{NAMESPACE}}:<PAGE_TITLE>
| div= Feature | Configuration | Navigation | Entity | Parameter | Commissioning | TroubleShooting
| description=blabla
}}


Example:

{{PAGE_DIVERSION_LINK
| link= {{NAMESPACE}}:admincenter_subsc_conference | div= Entity | description=eröffnet im Voraus den Konferenzraum
}}


Template-Code:

[[{{{link}}}#PageDiversion{{{div}}}{{!}}{{{description}}}]]





→ Top

Very Special Templates


→ Top

Template:!

Description:
Sometimes it is needed to replace the mediawiki pipe-ing directive “|” with {{!}} within templates.


Template-Code:

|


Usage:
{{!}}



→ Top



© Aarenet Inc 2018

Version: 3.0     Author:  Aarenet     Date: May 2017