Numbering ordered lists and Startpage templates download/Startpage SME: Difference between pages

(Difference between pages)
No edit summary
 
No edit summary
Tag: 2017 source edit
 
Line 1: Line 1:
<div class="downloadarea">
<span class="getButton">[[Media:Startpage SME.zip|Download]]</span>


To create numbering as 1., 1.1, 1.1.1 and so on, use the following style:<syntaxhighlight lang="text">
[[File:Startpage SME.png|350x350px]]
article ol {
</div>This template provides a good starting layout for the homepage of the wiki for a small or medium-sized company.  
counter-reset:section;
==Importing the template==
list-style-type:none;
The import file is included in the archive file ''Startpage SME.zip''. Unpack the zip file first.
    display: table;
    margin-left:1.4em!important;
}
article ol > li {
list-style-type:none;
    display: table-row;
}
article ol > li ol {
counter-reset:subsection;
}
article ol li ol > li ol{
counter-reset:subsubsection;
}
article ol > li:before{
    counter-increment:section;
    content:counter(section) ". ";
    display: table-cell;
    text-align: right;
    padding-right: 0.5em;
}
article ol li ol > li:before {
    counter-increment:subsection;
    content:counter(section) "." counter(subsection) " ";
}
article ol > li ol > li ol > li:before {
    counter-increment:subsubsection;
    content:counter(section) "." counter(subsection) "." counter(subsubsection) "" ;
}
article li  {
    line-height:1.4em
    }
article li p {
    line-height:1.8em;margin-top:0; margin-bottom:0
    }
/*Count footnotes separately*/
article ol.references {
counter-reset:ref; list-style-type:none;
}
article ol.references li:before{
    counter-increment:ref;
    content:counter(ref) ". ";
    float: left;
    margin-right: 0.4em;
}
</syntaxhighlight>Output:


# Step 1
On the page ''Special:Import'' follow these steps:
## Substep 1
## Substep 2
### Subsubstep 1
# Step 2


[[Category:Customization]]
#'''Select file''' and choose ''HW-Startpage.xml''.
[[en:{{FULLPAGENAME}}]]
#'''Enter''' an Interwiki prefix. Since this field is required, simply add ''hw'' (for hallowelt).
[[de:Aufzählungslisten_nummerieren]]
#'''Keep''' the selection ''Import to default locations''.
#'''Click''' ''Upload file...'' .
 
The template is now available in your wiki.
 
==Pages included in the import==
The xml import creates the following files in your wiki:
 
*Help:Startpage SME
*Help:Startpage SME/Banner
*Help:Startpage SME/Contact
*Help:Startpage SME/Iconnav
*Help:Startpage SME/New employees
*Help:Startpage SME/News
*Help:Startpage SME/Minutes
*Help:Startpage SME/Recent changes
*Minutes
*MediaWiki:Dpl-parserfunc-tracking-category
*MediaWiki:Dpl-tag-tracking-category
*Template:Banner
*Template:Banner/styles.css
*Template:Dropdown
*Template:Employee
*Template:Employee/styles.css
*Template:Startpage/styles.css
 
 
{{Startpage}}
===Sections of Startpage SME===
{| class="wikitable" style="width: 100%;" data-ve-attributes="{&quot;style&quot;:&quot;width: 100%;&quot;}"
! style="width:200px;" data-ve-attributes="{&quot;style&quot;:&quot;width:200px;&quot;}" |Section
! Subpage
!Content type
!Description
|-
| style="width:200px;" data-ve-attributes="{&quot;style&quot;:&quot;width:200px;&quot;}" | Banner
| Banner
|Template
|The banner parameters are described on the [[Templates download/Banner|Banner download page]].
|-
| style="width:200px;" data-ve-attributes="{&quot;style&quot;:&quot;width:200px;&quot;}" |Contact
|Contact
|Text, Tag:profileimage
|Content can be edited directly on the page. Double-click on the profile image tag to change the user name for the contact avatar.
|-
| Iconnav
| Iconnav
|Template
| The icon nav uses FontAwesome icons out of the box. Up to BlueSpice 4.2, those are not included as an extension. In this case they have to be replaced with Bootstrap Icons or an external reference to FontAwesome has to be added to MediaWiki:Common.css (if allowed by the security policies of the company). The parameters are described on the [[Templates download/Image cards|Image cards download page]].
|-
|Minutes
|Minutes
|Inputbox,
DPL Tag
|The meeting minutes are created via an  [[Manual:Extension/InputBox|InputBox]]. They are created as subpages of a ''Minutes'' page in the main namespace.
|-
| style="width:200px;" data-ve-attributes="{&quot;style&quot;:&quot;width:200px;&quot;}" |New employees
|New employees
|Template
|
|-
| style="width:200px;" data-ve-attributes="{&quot;style&quot;:&quot;width:200px;&quot;}" |News
|News
|Text/Table
|
|-
|Recent changes
|Recent changes
|Smartlist
|
|}

Revision as of 16:35, 10 May 2023

This template provides a good starting layout for the homepage of the wiki for a small or medium-sized company.

Importing the template

The import file is included in the archive file Startpage SME.zip. Unpack the zip file first.

On the page Special:Import follow these steps:

  1. Select file and choose HW-Startpage.xml.
  2. Enter an Interwiki prefix. Since this field is required, simply add hw (for hallowelt).
  3. Keep the selection Import to default locations.
  4. Click Upload file... .

The template is now available in your wiki.

Pages included in the import

The xml import creates the following files in your wiki:

  • Help:Startpage SME
  • Help:Startpage SME/Banner
  • Help:Startpage SME/Contact
  • Help:Startpage SME/Iconnav
  • Help:Startpage SME/New employees
  • Help:Startpage SME/News
  • Help:Startpage SME/Minutes
  • Help:Startpage SME/Recent changes
  • Minutes
  • MediaWiki:Dpl-parserfunc-tracking-category
  • MediaWiki:Dpl-tag-tracking-category
  • Template:Banner
  • Template:Banner/styles.css
  • Template:Dropdown
  • Template:Employee
  • Template:Employee/styles.css
  • Template:Startpage/styles.css


Sections of Startpage SME

Section Subpage Content type Description
Banner Banner Template The banner parameters are described on the Banner download page.
Contact Contact Text, Tag:profileimage Content can be edited directly on the page. Double-click on the profile image tag to change the user name for the contact avatar.
Iconnav Iconnav Template The icon nav uses FontAwesome icons out of the box. Up to BlueSpice 4.2, those are not included as an extension. In this case they have to be replaced with Bootstrap Icons or an external reference to FontAwesome has to be added to MediaWiki:Common.css (if allowed by the security policies of the company). The parameters are described on the Image cards download page.
Minutes Minutes Inputbox,

DPL Tag

The meeting minutes are created via an InputBox. They are created as subpages of a Minutes page in the main namespace.
New employees New employees Template
News News Text/Table
Recent changes Recent changes Smartlist



To submit feedback about this documentation, visit our community forum.

No categories assignedEdit

Discussions