<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bs3-en.wiki.bluespice.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=P+technik</id>
	<title>BlueSpice Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://bs3-en.wiki.bluespice.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=P+technik"/>
	<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/wiki/Special:Contributions/P_technik"/>
	<updated>2026-04-15T08:31:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceSocialBlog&amp;diff=19260</id>
		<title>Manual:Extension/BlueSpiceSocialBlog</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceSocialBlog&amp;diff=19260"/>
		<updated>2019-12-13T08:22:35Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Working with blogs}}&lt;br /&gt;
==About the blog==&lt;br /&gt;
[[File:Manual:nav-blog.png|alt=Blog link in the main navigation|200x200px|right]]Basically, a blog is a list of comments, questions, or feedback from different users. The blog is often sorted chronologically downwards, in the sense of a public journal. A lively communication can arise when the contributions are further commented, recommended, linked with related articles or placed on a personal watchlist.&lt;br /&gt;
&lt;br /&gt;
The extension ''BlueSpiceSocialBlog'' is part of ''BlueSpiceSocial'', the communication module of BlueSpice. In addition to the type blog, there are other types of so-called social entities, such as ''comment'', ''discussion topic'', ''attachment'', or ''microblog''. &lt;br /&gt;
&lt;br /&gt;
Contributions from all these types can be consolidated and displayed chronologically with ''BlueSpiceSocial'' in a timeline and filtered and sorted as needed.&lt;br /&gt;
&lt;br /&gt;
The blog function is ready for use on the special page ''Special:Blog''. This page is linked directly from the main navigation in every new wiki installation. So you can start using the blog right away. It is also possible to include the blog functionality on any wiki page. Let's get right to it.&amp;lt;br /&amp;gt;&lt;br /&gt;
==Adding the blog to a page==&lt;br /&gt;
If you want to include a view of your blog on another page of your wiki, for example your homepage, you need to insert the necessary codeblock in the source code of your page.&lt;br /&gt;
&lt;br /&gt;
'''To include a blog view:'''&lt;br /&gt;
&lt;br /&gt;
#'''Go to''' the page where you want to insert the blog or create a new page.&lt;br /&gt;
#'''Open the page'''  in ''Source editing'' mode.[[File:Manual:editing.png|link=https://en.wiki.bluespice.com/wiki/File:Manual:editing.png|alt=Source code editing|center|200x200px]]&lt;br /&gt;
#'''Copy the following code block''' to the section in your page where you want to show the blog.&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bs:timeline&amp;gt;&lt;br /&gt;
 {&lt;br /&gt;
     &amp;quot;showentitylistmenu&amp;quot;: true,&lt;br /&gt;
     &amp;quot;preloadtitles&amp;quot;: {&lt;br /&gt;
         &amp;quot;blog&amp;quot;: &amp;quot;Vorlage:Blog&amp;quot;&lt;br /&gt;
     },&lt;br /&gt;
     &amp;quot;preloadedentities&amp;quot;: [{&lt;br /&gt;
         &amp;quot;type&amp;quot;: &amp;quot;blog&amp;quot;&lt;br /&gt;
     }],&lt;br /&gt;
     &amp;quot;headlinemessagekey&amp;quot;: &amp;quot;Community-Blog&amp;quot;,&lt;br /&gt;
      &amp;quot;showheadline&amp;quot;: true,&lt;br /&gt;
     &amp;quot;usemorescroll&amp;quot;: false,&lt;br /&gt;
     &amp;quot;morelink&amp;quot;: &amp;quot;Special:Blog&amp;quot;,&lt;br /&gt;
     &amp;quot;limit&amp;quot;: 5,&lt;br /&gt;
     &amp;quot;sort&amp;quot;: [ {&lt;br /&gt;
         &amp;quot;property&amp;quot;: &amp;quot;timestampcreated&amp;quot;,&lt;br /&gt;
         &amp;quot;direction&amp;quot;: &amp;quot;DESC&amp;quot;&lt;br /&gt;
     }],&lt;br /&gt;
     &amp;quot;lockedfilternames&amp;quot;: [&lt;br /&gt;
         &amp;quot;type&amp;quot;&lt;br /&gt;
     ],&lt;br /&gt;
     &amp;quot;filter&amp;quot;: [ {&lt;br /&gt;
         &amp;quot;type&amp;quot;: &amp;quot;list&amp;quot;,&lt;br /&gt;
         &amp;quot;property&amp;quot;: &amp;quot;type&amp;quot;,&lt;br /&gt;
         &amp;quot;value&amp;quot;: [ &amp;quot;blog&amp;quot; ],&lt;br /&gt;
         &amp;quot;comparison&amp;quot;: &amp;quot;ct&amp;quot;&lt;br /&gt;
     }]&lt;br /&gt;
 }&lt;br /&gt;
&amp;lt;/bs:timeline&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;After saving the page, you will see a list of existing blog entries based on the filter and sorting criteria you provided.&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-layout.png|alt=Blog layout|center|750x750px]]&lt;br /&gt;
&lt;br /&gt;
==Blog parameters==&lt;br /&gt;
&lt;br /&gt;
===Output format===&lt;br /&gt;
The following table shows the blog elements and the necessary paramaters to create the output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Element&lt;br /&gt;
!Parameters&lt;br /&gt;
!Parameter and element description&lt;br /&gt;
!Type&lt;br /&gt;
!Default value&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |1 - header&lt;br /&gt;
|headlinemessagekey&lt;br /&gt;
|Header text&lt;br /&gt;
|string&lt;br /&gt;
|''Timeline''&lt;br /&gt;
|-&lt;br /&gt;
|showheadline&lt;br /&gt;
|Show the header text&lt;br /&gt;
|boolean&lt;br /&gt;
|''true''&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;7&amp;quot; |2 - blog menu&lt;br /&gt;
|showentitylistmenu&lt;br /&gt;
|Show or hide the blog menu&lt;br /&gt;
|boolean&lt;br /&gt;
|''true''&lt;br /&gt;
|-&lt;br /&gt;
|showentityspawner&lt;br /&gt;
|Show the  menu item for creating a blog entry&lt;br /&gt;
|boolean&lt;br /&gt;
|''true''&lt;br /&gt;
|-&lt;br /&gt;
|availablesorterfields&lt;br /&gt;
|Determines which data fields are included as sorting options in the sort menu. Example: allow sorting only by date created or by the user who created a blog entry:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;availablesorterfields&amp;quot;:[&amp;quot;timestampcreated&amp;quot;,&amp;quot;ownerid&amp;quot;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-filter-timestampcreated.png|350x350px]]&lt;br /&gt;
&lt;br /&gt;
[[Manual:Extension/BlueSpiceSocialBlog#Sor|List of typical sort fields]]&lt;br /&gt;
|array&lt;br /&gt;
|all&lt;br /&gt;
|-&lt;br /&gt;
|lockedoptionnames&lt;br /&gt;
|Determines which settings for sorting the user cannot change.&lt;br /&gt;
|array&lt;br /&gt;
|[]&lt;br /&gt;
|-&lt;br /&gt;
|availablefilterfields&lt;br /&gt;
|Determines which data fields are included as filter options in the filter menu. Example: allow filtering based on Creation date and Linked pages:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;availablefilterfields&amp;quot;:[&amp;quot;timestampcreated&amp;quot;,&amp;quot;tags&amp;quot;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:blog-filter-availablefilterfields.PNG|350x350px]]&lt;br /&gt;
|array&lt;br /&gt;
|all&lt;br /&gt;
|-&lt;br /&gt;
|lockedfilternames&lt;br /&gt;
|Determines which settings for filtering the user cannot change.&lt;br /&gt;
Example: a user cannot change the filter values for ''Linked pages.'' The text field is greyed out:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;lockedfilternames&amp;quot;: [&amp;quot;tags&amp;quot;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-filter-lockedfilternames.png|350x350px]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|array&lt;br /&gt;
|[]&lt;br /&gt;
|-&lt;br /&gt;
|persistsettings&lt;br /&gt;
|Initial settings and custom sort and filter settings are included in the page url. The url can then be used to create a link to the page with the same filter and sort settings.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;persistsettings&amp;quot;:true&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-filter-persistsettings.png]]&lt;br /&gt;
|boolean&lt;br /&gt;
|''false''&lt;br /&gt;
|-&lt;br /&gt;
|3 -  new blog entry&lt;br /&gt;
|preloadentities&amp;lt;br /&amp;gt;&lt;br /&gt;
|Shows the text field for creating a new blog entry. If it is not set, the text field is not available.&lt;br /&gt;
To show the text field: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;preloadedentities&amp;quot;: [{&amp;quot;type&amp;quot;:&amp;quot;blog&amp;quot;}]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-preloadentities.png|400x400px]]&lt;br /&gt;
|array of objects&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |4 - existing blog entry&lt;br /&gt;
|outputtypes&lt;br /&gt;
|It defines the display format of the blog entry.&lt;br /&gt;
&lt;br /&gt;
Standard types are: ''List, Short, Default, Page.'' ([[Manual:Extension/BlueSpiceSocialBlog#Output type examples|see examples]])&lt;br /&gt;
&lt;br /&gt;
Each blog entry is a &amp;quot;social entity&amp;quot;.&lt;br /&gt;
|object&lt;br /&gt;
|''Default''&lt;br /&gt;
|-&lt;br /&gt;
|limit&lt;br /&gt;
|Defines how many social entities are loaded initially.&lt;br /&gt;
|object&lt;br /&gt;
|''Default''&lt;br /&gt;
|-&lt;br /&gt;
|4a - avatar&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Shows the avatar of the user who created the blog entry or comment. It is displayed in all output types except ''List.''&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|4b - title bar&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|In the output type ''List'', the username is not displayed in the title bar.&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|4c - blog entry content&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Shows the text body of a blog entry. The output type ''Default'' collapses the blog entry content after the first paragraph with a &amp;quot;More&amp;quot; link.&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|4d - social tags&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Blog entries always include the social tags ''Comments, Recommend, Linked Page, Watch/Unwatch''.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4e - user menu&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Users can edit or delete their own blog entries or comments at any time. The edit  menu is visible for their own entries:&lt;br /&gt;
[[File:Manual:blog-editmenu.png|200x200px]]&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|5 - new comment&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Text field for creating a new comment.&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|6 - existing comment&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Comments include the social tag ''Recommend.''&lt;br /&gt;
&lt;br /&gt;
Each comment is a &amp;quot;social entity&amp;quot;.&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |7 - &amp;quot;more&amp;quot; button&lt;br /&gt;
|morelink&lt;br /&gt;
|Link target of the &amp;quot;more&amp;quot; button. For blogs, it makes sense to link to the page ''Special:Blog''.&lt;br /&gt;
|str&lt;br /&gt;
|''Special:Timeline''&lt;br /&gt;
|-&lt;br /&gt;
|useendlessscroll&lt;br /&gt;
|More blog entries are automatically loaded after the user scrolls to the end of the blog.&lt;br /&gt;
|boolean&lt;br /&gt;
|''true''&lt;br /&gt;
|-&lt;br /&gt;
|showentitylistmore&lt;br /&gt;
|Shows a &amp;quot;more&amp;quot; button below the blog which loads more blog entries on click. This is only possible if ''useendlessscroll'' is set to ''false''.&lt;br /&gt;
|boolean&lt;br /&gt;
|''false''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sorting===&lt;br /&gt;
Most commonly, a blog shows the latest blog entries first. However, there are many different options for sorting the list of blog entries.&lt;br /&gt;
&lt;br /&gt;
====Syntax====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;json&amp;quot;&amp;gt;&lt;br /&gt;
[{&lt;br /&gt;
&lt;br /&gt;
&amp;quot;property&amp;quot;: &amp;quot;timestamptouched&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
&amp;quot;direction&amp;quot;: &amp;quot;DESC&amp;quot;&lt;br /&gt;
&lt;br /&gt;
}] &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Properties====&lt;br /&gt;
There are some common properties of a blog entry that are useful for sorting:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Property&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|timestampcreated&lt;br /&gt;
|creation date&lt;br /&gt;
|-&lt;br /&gt;
|timestamptouched&lt;br /&gt;
|last edit date&lt;br /&gt;
|-&lt;br /&gt;
|commentcount&lt;br /&gt;
|number of comments&lt;br /&gt;
|-&lt;br /&gt;
|ratingcount&lt;br /&gt;
|number of ratings&lt;br /&gt;
|-&lt;br /&gt;
|ownerid&lt;br /&gt;
|username of the creator of a blog entry&lt;br /&gt;
|-&lt;br /&gt;
|ownerrealname&lt;br /&gt;
|real name of the user&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Direction====&lt;br /&gt;
Blog entries can be sorted in descending and ascending order. Descending is the default order.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Property&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|DESC&lt;br /&gt;
|sorts the blog entries in descending order&lt;br /&gt;
|-&lt;br /&gt;
|ASC&lt;br /&gt;
|sorts the blog entries in ascending order&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Filtering===&lt;br /&gt;
Without setting the filter parameter, there will be no output on the page.&lt;br /&gt;
&lt;br /&gt;
To show the blog entries of your wiki, include the following codeblock like shown in the code example above:&amp;lt;syntaxhighlight lang=&amp;quot;json-object&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;filter&amp;quot;: [ {&lt;br /&gt;
         &amp;quot;type&amp;quot;: &amp;quot;list&amp;quot;,&lt;br /&gt;
         &amp;quot;property&amp;quot;: &amp;quot;type&amp;quot;,&lt;br /&gt;
         &amp;quot;value&amp;quot;: [ &amp;quot;blog&amp;quot; ],&lt;br /&gt;
         &amp;quot;comparison&amp;quot;: &amp;quot;ct&amp;quot;&lt;br /&gt;
     }]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;This filter includes all social entities which match the type ''blog''. Since we only want to show social entities of type ''blog'', we only include ''blog'' entries in our filter.&lt;br /&gt;
If you want to create a social timeline rather than a blog view, you can also add other types of social entities. The following example shows a timeline view that includes blog entries, discussion entries from wiki pages, and user profile information:&amp;lt;syntaxhighlight lang=&amp;quot;json-object&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;filter&amp;quot;: [ {&lt;br /&gt;
         &amp;quot;type&amp;quot;: &amp;quot;list&amp;quot;,&lt;br /&gt;
         &amp;quot;property&amp;quot;: &amp;quot;type&amp;quot;,&lt;br /&gt;
         &amp;quot;value&amp;quot;: [&amp;quot;blog&amp;quot;,&amp;quot;topic&amp;quot;,&amp;quot;profile&amp;quot;],&lt;br /&gt;
         &amp;quot;comparison&amp;quot;: &amp;quot;ct&amp;quot;&lt;br /&gt;
     }]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Output type examples==&lt;br /&gt;
The output type for a blog is added using the ''outputtypes'' parameter. Don't forget to include a comma before and after this parameter (unless this is the last parameter in your code):&amp;lt;syntaxhighlight lang=&amp;quot;json-object&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;outputtypes&amp;quot;: {&lt;br /&gt;
        &amp;quot;blog&amp;quot;: &amp;quot;Default&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Default===&lt;br /&gt;
The output type ''Default'' shows the content of a blog entry truncated after the first paragraph. To view the full text, users can click on the ''More'' link.&lt;br /&gt;
[[File:Manual:blog-output-default.png|alt=Blog output default|center|650x650px]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Short===&lt;br /&gt;
The output type ''Short'' does not show the content of the blog entry. To view the content, a user has to click on the title of a blog entry. This loads the actual page for the selected blog entity.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Manual:blog-output-short.png|alt=blog output short|center|650x650px]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Page===&lt;br /&gt;
The output type ''Page'' shows all blog elements, including the comments, in an expanded view.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Manual:blog-output-page.png|alt=blog output page|center|650x650px]]&lt;br /&gt;
&lt;br /&gt;
===List===&lt;br /&gt;
The output type ''List'' only shows the title and the timestamp.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Manual:blog-output-list.png|alt=blog output list|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the [[Manual:Extension/BlueSpiceConfigManager|Config manager]], you can change the following settings:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceSocialBlog}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceSocialBlog]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3464&amp;diff=19261</id>
		<title>SocialEntity:3464</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3464&amp;diff=19261"/>
		<updated>2019-12-13T08:22:35Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 6331,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19260,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceSocialBlog&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3464,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceReviewExtended&amp;diff=19258</id>
		<title>Manual:Extension/BlueSpiceReviewExtended</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceReviewExtended&amp;diff=19258"/>
		<updated>2019-12-13T08:21:23Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceReviewExtended?==&lt;br /&gt;
&lt;br /&gt;
'''BlueSpiceReviewExtended''' is an extension to [[Manual:Extension/BlueSpiceReview|BlueSpiceReview]] extension. It adds more features to its interface. To learn more about review process, read the page for BlueSpiceReview.&lt;br /&gt;
All the options added by BlueSpiceReviewExtended are visible under the reviewer grid in Review settings.&lt;br /&gt;
&lt;br /&gt;
==Review options==&lt;br /&gt;
[[File:ReviewExtended1a.png|Options added by ReviewExtended|alt=Options added by ReviewExtended|border|center|650x650px]]&lt;br /&gt;
There are three options that are available, when setting up the review process:&lt;br /&gt;
&lt;br /&gt;
*Reviewer can edit the page - everybody that is assigned to the page as reviewers can edit the page while review is in progress.&lt;br /&gt;
*Follow the reviewer order - reviewers will be able to cast their votes in order that they are listed in the grid of assigned reviewers. Only when one is finished casting a vote, next one can start.  The order of the reviewers can be adjusted by clicking on up and down arrows that appear when hovering above the reviewer in the grid.&lt;br /&gt;
*Restart review if review rejects it - if any of the reviewers votes &amp;quot;no&amp;quot; (disagrees), review is restarted and all of the reviewers must cast their votes again.&lt;br /&gt;
&lt;br /&gt;
==Templates==&lt;br /&gt;
[[File:ReviewExtended2a.png|Template options|alt=Template options|border|center|650x650px]]&lt;br /&gt;
Review process for some pages and some organization is a lot of times very similar, with same options and same list of reviewers. In order to minimize the effort when starting a review, templates are introduced.&lt;br /&gt;
Template controls are located at the bottom of review settings.&lt;br /&gt;
&lt;br /&gt;
===Saving a template===&lt;br /&gt;
Once the list of reviewers is entered and other options set, enter the name for the template in the input field and click on the arrow in the &amp;quot;Load&amp;quot; button. Several options will be offered:&lt;br /&gt;
&lt;br /&gt;
*Save for me - the template will be shown only to the user who saves it&lt;br /&gt;
*Save for everybody - the template will be shown to everybody&lt;br /&gt;
&lt;br /&gt;
Pick the desired option and the template will be saved&lt;br /&gt;
&lt;br /&gt;
===Applying a template===&lt;br /&gt;
Once there are templates saved, users can choose from the list of templates, and, after clicking &amp;quot;Load&amp;quot; button, all the options and the list of reviewers will be set as saved in the template.&lt;br /&gt;
&lt;br /&gt;
===Deleting a template===&lt;br /&gt;
To delete a template, choose the desired template to delete, click on the arrow in the &amp;quot;Load&amp;quot; button and select &amp;quot;Delete&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
In the [[Manual:Extension/BlueSpiceConfigManager|Config manager]], you can change the following settings:&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceReviewExtended}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceReviewExtended]]}}&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3463&amp;diff=19259</id>
		<title>SocialEntity:3463</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3463&amp;diff=19259"/>
		<updated>2019-12-13T08:21:23Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1370,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19258,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceReviewExtended&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3463,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceReview&amp;diff=19256</id>
		<title>Manual:Extension/BlueSpiceReview</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceReview&amp;diff=19256"/>
		<updated>2019-12-13T08:20:42Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceReview?==&lt;br /&gt;
'''BlueSpiceReview''' is a workflowing tool for MediaWiki. It allows establishing process of reviewing changes on made to a page through a number of different reviewers.&lt;br /&gt;
&lt;br /&gt;
==Locating BlueSpiceReview==&lt;br /&gt;
[[File:Review1a.png|Review flyout when no review is in progress|alt=Review flyout when no review is in progress|border|center|650x650px]]&lt;br /&gt;
All relevant about a review on a page can be accessed from &amp;quot;Review&amp;quot; flyout, located in the right navigation, under &amp;quot;Quality management&amp;quot; tab.&lt;br /&gt;
Flyout that opens shows review settings (if a review is not currently in progress for that particular page), or a form for reviewers to cast their votes (if review is active for the page).&lt;br /&gt;
In case review is currently active, review settings will be collapsed, but can still be accessed by expanding &amp;quot;Review settings&amp;quot; portion of the flyout.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
==Starting a review==&lt;br /&gt;
[[File:Review2.png|Review settings with a user assigned|alt=Review settings with a user assigned|border|center|650x650px]]&lt;br /&gt;
All users who have sufficient permissions to do so, can start (or edit) a review on a page. As mentioned above, review can be started from the flyout, after filling in all the required settings.&lt;br /&gt;
&lt;br /&gt;
*Start date - date on which review will start&lt;br /&gt;
*End date - date on which review expires and that page is considered reviewed even if no action from reviewers occured&lt;br /&gt;
*Type - review type determines what will happen to the page once the review has been succesfuly completed. Default type is &amp;quot;Flagging&amp;quot; which means page will ge approved once the review is finished.&lt;br /&gt;
*Reviewers grid - a list of all reviewers assigned to review a particular page. Reviewers can be added by clicking on the &amp;quot;Plus&amp;quot; button above the grid and typing in the name of the user in the dialog that pops up.&lt;br /&gt;
&lt;br /&gt;
Existing reviewers can be removed by selecting a reviewer and clicking on &amp;quot;X&amp;quot; icon.&lt;br /&gt;
&lt;br /&gt;
*Additional options - depending on the wiki configuration, additional options may appear. See [[Manual:Extension/BlueSpiceReviewExtended|BlueSpiceReviewExtended]] for more information.&lt;br /&gt;
&lt;br /&gt;
Review can only be started if at least one review has beed added.&lt;br /&gt;
Once all settings are set, click save to start the review.&lt;br /&gt;
&lt;br /&gt;
At this point, all assigned reviewers will receive a notification (depending on their notification settings) that there is a review pending, and that they need to review it.&lt;br /&gt;
&lt;br /&gt;
==Reviewing a page==&lt;br /&gt;
[[File:Review3a.png|Review flyout when review is in progress - voting form|alt=Review flyout when review is in progress - voting form|border|center|650x650px]]&lt;br /&gt;
When users who are assigned to a page as reviews, and there is a review in progress, visit that page, they will be able to cast their vote.&lt;br /&gt;
Vote can be casted by opening &amp;quot;Review&amp;quot; flyout, as described above. In the flyout user will see a voting form. This form consist of:&lt;br /&gt;
&lt;br /&gt;
*Comment box - here reviewers can leave a comment on the vote&lt;br /&gt;
*Agree button - by clicking this button, user casts a &amp;quot;yes&amp;quot; vote and agrees to the proposed version of the page.&lt;br /&gt;
*Disagree button - by clicking this button, users casts a &amp;quot;no&amp;quot; vote and rejects the proposed verion&lt;br /&gt;
*Delegate button - users can delegate their assignment to another user, if they feel some other user is more competent to review this page. This button opens a dialog that opens a dialog with fields to enter username of the user to delegate to, as well as a short note on the reason for delegation, at which point review assignment will be transfered to that other user.&lt;br /&gt;
&lt;br /&gt;
All the votes users cast, along with comments, will be displayed in &amp;quot;Recent workflow steps&amp;quot; in the same flyout as the vote form and in the page history.&lt;br /&gt;
&lt;br /&gt;
==Review overview==&lt;br /&gt;
[[File:Review4a.png|Review overview|alt=Review overview|border|center|650x650px]]&lt;br /&gt;
The &amp;lt;code&amp;gt;Special:Review&amp;lt;/code&amp;gt; special page provides an overview of all the currently ongoing reviews. It can be accessed from the left navigation, in tab &amp;quot;Global actions&amp;quot;, item &amp;quot;Review&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This special page shows a grid with all relevant information for the review. Clicking on individual review will open a list of all reviewers assigned to review this page along with their votes (shown in the eye icon before username). Grey eye icon means reviewer has not yet reviewed the page, green means &amp;quot;yes&amp;quot; vote, while red means &amp;quot;no&amp;quot; vote.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
==Permissions==&lt;br /&gt;
In order to create and participate in the review process users must have following permissions:&lt;br /&gt;
&lt;br /&gt;
*workflowview - for accessing the review interface, but not being able to edit it&lt;br /&gt;
*workflowlist - for viewing the list of reviewers for the page&lt;br /&gt;
*workflowedit - for being able to create and edit reviews&lt;br /&gt;
*review - for being able to cast review votes&lt;br /&gt;
&lt;br /&gt;
'''During the review process, editing of the page is disabled'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
In the [[Manual:Extension/BlueSpiceConfigManager|Config manager]], you can change the following settings:&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceReview}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceReview]]}}&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3462&amp;diff=19257</id>
		<title>SocialEntity:3462</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3462&amp;diff=19257"/>
		<updated>2019-12-13T08:20:42Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1366,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19256,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceReview&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3462,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExpiry&amp;diff=19254</id>
		<title>Manual:Extension/BlueSpiceExpiry</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExpiry&amp;diff=19254"/>
		<updated>2019-12-13T08:19:51Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceExpiry?==&lt;br /&gt;
[[File:Expiry1.png|thumb]]&lt;br /&gt;
[[File:Expiry2.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''Expiry''' marks after a certain period of time a chosen article as &amp;quot;obsolete&amp;quot;. The article can be updated by editing or by confirming that the article is still up-to-date.&lt;br /&gt;
&lt;br /&gt;
Expiry is the ideal basis for an archiving system. Outdated articles can be moved to an archive after being queried.&lt;br /&gt;
&lt;br /&gt;
==Using BlueSpiceExpiry==&lt;br /&gt;
&lt;br /&gt;
Expiry can be set on any content page of the wiki. Expiry for a page can be set from the right navigation, &amp;quot;Quality management&amp;quot; tab. After clicking on &amp;quot;Expiry&amp;quot;, a flyout with expiry information will open.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the expiry was already set on the page, information about when the page will expire, or whether it is already expired will be displayed in the flyout. In this case user can remove the expiration from the page by clicking on &amp;quot;Unexpire the page&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In case there was no expiration previously set on the page, a form for setting expiration will be shown.&lt;br /&gt;
Here, user can select the date page expires on, enter a short comment and select whether a reminder for this page should be created (for more about reminders read [[Manual:Extension/BlueSpiceReminder|BlueSpiceReminder]]).&lt;br /&gt;
After saving the expiry, page will be reloaded and updated information will be displayed.&lt;br /&gt;
&lt;br /&gt;
===Expiration overview===&lt;br /&gt;
[[File:Expiry3.png|thumb|Expiry manager]]&lt;br /&gt;
Wiki admins can see all of the pages set to expire, along with expiry information for those pages on Special:Expiry page.&lt;br /&gt;
This page can be accessed from the Expiry flyout described above, by clicking on Expiry manager at the bottom of the flyout.&lt;br /&gt;
All expirations can be deleted or edited from the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
In the [[Manual:Extension/BlueSpiceConfigManager|Config manager]], you can change the following settings:&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceExpiry}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceExpiry]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[en:]]&lt;br /&gt;
[[de:Handbuch:Erweiterung/BlueSpiceExpiry]]&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3461&amp;diff=19255</id>
		<title>SocialEntity:3461</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3461&amp;diff=19255"/>
		<updated>2019-12-13T08:19:51Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1313,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19254,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceExpiry&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3461,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3460&amp;diff=19253</id>
		<title>SocialEntity:3460</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3460&amp;diff=19253"/>
		<updated>2019-12-13T08:14:27Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1358,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19252,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpicePageTemplates&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3460,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpicePageTemplates&amp;diff=19252</id>
		<title>Manual:Extension/BlueSpicePageTemplates</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpicePageTemplates&amp;diff=19252"/>
		<updated>2019-12-13T08:14:27Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Page template}}&lt;br /&gt;
&lt;br /&gt;
==What is a page template?==&lt;br /&gt;
&lt;br /&gt;
A page template allows you to apply a predefined content structure to new pages. Thus, certain page types can be created, which are initially always the same structure. This is especially useful for frequently used content formats such as logs, reference pages, product descriptions, or short manuals. When a page is created with a page template, the page becomes &amp;quot;detached&amp;quot; from the original page template. This means that subsequent changes to the template will not affect pages that have originally been created with that page template. This distinguishes page templates from regular [[templates]]. &lt;br /&gt;
&lt;br /&gt;
==Characteristics==&lt;br /&gt;
&lt;br /&gt;
*Just for new pages&lt;br /&gt;
*Can be limited to certain namespaces&lt;br /&gt;
*Can force Namespaces&lt;br /&gt;
*Based on templates in the &amp;quot;Template&amp;quot; namespaces&lt;br /&gt;
*Integrates with &amp;quot;PageForms&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Creating a page template==&lt;br /&gt;
Wiki admins can create new page templates, as well as edit and remove existing ones in the Page templates manager, located under &amp;quot;Global actions&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:PageTemplates1a.png|Page template manager|link=https://en.wiki.bluespice.com/wiki/File:PageTemplates1a.png|center|650x650px|border]]{{Box Note|boxtype=note|Note text=Every page template depends on an actual page in the namespace Template. This template must exist before creating a page template.}}&lt;br /&gt;
A new page template can be created by clicking the &amp;quot;Plus&amp;quot; button above the template list.&lt;br /&gt;
&lt;br /&gt;
===Template fields===&lt;br /&gt;
When creating or editing a page template, the following information needs to be provided:&lt;br /&gt;
&lt;br /&gt;
*'''Name''' - the name of the template&lt;br /&gt;
*'''Description''' - a short description of the template&lt;br /&gt;
*'''Namespace''' - list of the namespace where the template is active&lt;br /&gt;
*'''Template''' - page from the Template namespace from which to pull the data&lt;br /&gt;
&lt;br /&gt;
[[File:PageTemplates2.png|link=https://en.wiki.bluespice.com/wiki/File:PageTemplates2.png|alt=Screenshot: update page template settings|border|center|650x650px]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using page templates==&lt;br /&gt;
A list of available templates appears when a user creates a new page. It is shown below the &amp;quot;Empty page&amp;quot; default template. Selecting one of these page templates will create the new page that is prefilled with the content that is transcluded from the actual template page:&lt;br /&gt;
&lt;br /&gt;
[[File:PageTemplates3a.png|Available page templates when creating a new page|link=https://en.wiki.bluespice.com/wiki/File:PageTemplates3a.png|alt=Screenshot: selecting a page template|center|650x650px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
In the [[Manual:Extension/BlueSpiceConfigManager|Config manager]], you can change the following settings:&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpicePageTemplates}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpicePageTemplates]]}}&lt;br /&gt;
&lt;br /&gt;
[[en:{{FULLPAGENAME}}]]&lt;br /&gt;
[[de:Handbuch:Erweiterung/BlueSpicePageTemplates]]&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceInsertCategory&amp;diff=19250</id>
		<title>Manual:Extension/BlueSpiceInsertCategory</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceInsertCategory&amp;diff=19250"/>
		<updated>2019-12-13T08:13:04Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceInsertCategory?==&lt;br /&gt;
'''BlueSpiceInsertCategory''' enables viewing and managing categories a page belongs to.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Where to find BlueSpiceInsertCategory?==&lt;br /&gt;
[[File:InsertCategoryNEW0a.png|thumb]]&lt;br /&gt;
This functionality can be found in &amp;quot;Quality management&amp;quot; tab in right navigation on any content page.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
==Using BlueSpiceInsertCategory==&lt;br /&gt;
[[File:InsertCategoryNEW1a.png|thumb|Categories in &amp;quot;Page information&amp;quot; flyout]]&lt;br /&gt;
[[File:InsertCategoryNEW2.png|thumb|Editing categories]]&lt;br /&gt;
&lt;br /&gt;
If a page already have some categories assigned, those will appear under &amp;quot;Categories&amp;quot; section  of &amp;quot;Quality management&amp;quot; tab.&lt;br /&gt;
&lt;br /&gt;
Managment of the categories for the current page can be done from &amp;quot;Page information&amp;quot; flyout in &amp;quot;Quality management&amp;quot; tab.&lt;br /&gt;
&amp;quot;Categories&amp;quot; section of the &amp;quot;Page information&amp;quot; flyout shows all assigned categories, if any are assigned.&lt;br /&gt;
To add or remove categories, hover over the this section - an &amp;quot;edit&amp;quot; button will appear.&lt;br /&gt;
&lt;br /&gt;
Clicking on this button shows input field where existing categories can be removed, or new ones added, by typing name of the category to be added.&lt;br /&gt;
&lt;br /&gt;
On the right side of this input box there is &amp;quot;hierarchy&amp;quot; button, which opens a dialog listing all categories, in hierarchical view.&lt;br /&gt;
&lt;br /&gt;
Clicking the &amp;quot;Save&amp;quot; button will save changes to the categories, clicking &amp;quot;Cancel&amp;quot; closes the edit mode without saving the changes and &amp;quot;Remove all&amp;quot; button clear all the categories from the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To manage categories on the wiki level, use [[Manual:Extension/BlueSpiceCategoryManager|BlueSpiceCategoryManager]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using classic MediaWiki way of assigning categories==&lt;br /&gt;
&lt;br /&gt;
Here is information on how to add [[Category|Categories]] using the classic MediaWiki way.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
In the [[Manual:Extension/BlueSpiceConfigManager|Config manager]], you can change the following settings:&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceInsertCategory}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceInsertCategory]]}}&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3459&amp;diff=19251</id>
		<title>SocialEntity:3459</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3459&amp;diff=19251"/>
		<updated>2019-12-13T08:13:04Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1339,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19250,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceInsertCategory&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3459,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExtendedStatistics&amp;diff=19248</id>
		<title>Manual:Extension/BlueSpiceExtendedStatistics</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExtendedStatistics&amp;diff=19248"/>
		<updated>2019-12-13T08:12:02Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceExtendedStatistics?==&lt;br /&gt;
&lt;br /&gt;
'''BlueSpiceExtendedStatistics''' provides an analytic view of many relevant parameters on the wiki, providing wiki administrators better insight into functioning of the wiki.&lt;br /&gt;
&lt;br /&gt;
==Where to find BlueSpiceExtendedStatistics?==&lt;br /&gt;
&lt;br /&gt;
BlueSpiceExtendedStatisticsa special page accessible from Global actions menu in the left navigation.&lt;br /&gt;
&lt;br /&gt;
[[File:ExtendedStatistics1.png|thumb]]&lt;br /&gt;
[[File:ExtendedStatistics2.png|thumb]]&lt;br /&gt;
[[File:ExtendedStatistics3.png|thumb|Results panel]]&lt;br /&gt;
&lt;br /&gt;
===Choosing a data source===&lt;br /&gt;
&lt;br /&gt;
ExtendedStatistics can show data for multiple aspects of the wiki. Available data sources are:&lt;br /&gt;
&lt;br /&gt;
*Number of users: All the users that registered in the period chosen&lt;br /&gt;
*Number of pages: All pages created in the period chosen.&lt;br /&gt;
*Number of content pages: All articles in content namespaces created in the period chosen&lt;br /&gt;
*Number of edits: All edits carried out in the period chosen&lt;br /&gt;
*Edits per user: Number of edits per user in the period chosen&lt;br /&gt;
*Search queries: All terms users searched for in the period chosen. Only availble if [[Manual:Extension/ExtendedSearch|BlueSpiceExtendedSearch]] is installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Choosing filters===&lt;br /&gt;
&lt;br /&gt;
General filters:&lt;br /&gt;
&lt;br /&gt;
*From - Date from which to display data&lt;br /&gt;
*To - Date to which to display data&lt;br /&gt;
&lt;br /&gt;
Some data sources may have additional filters available, like for data sources based on wiki pages, namespace filter is availble.&lt;br /&gt;
&lt;br /&gt;
===Display settings===&lt;br /&gt;
&lt;br /&gt;
The way data will be displayed can be configured in the following aspects:&lt;br /&gt;
&lt;br /&gt;
*Interval - grain of the diagram - determines which time of unit will be used to group the data&lt;br /&gt;
*Mode - display type:&lt;br /&gt;
**Absolute - shows changes in data for the given period&lt;br /&gt;
**Aggregate - shows running total for the data source choosen&lt;br /&gt;
**List - shows data in tabular view - only avaiable for certain data sources&lt;br /&gt;
&lt;br /&gt;
===Viewing the results===&lt;br /&gt;
&lt;br /&gt;
Once all the filters and options are set, click on &amp;quot;Results&amp;quot; tab to show the resulting data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
In the [[Manual:Extension/BlueSpiceConfigManager|Config manager]], you can change the following settings:&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceExtendedStatistics}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceExtendedStatistics]]}}&lt;br /&gt;
&lt;br /&gt;
[[de:Handbuch:Erweiterung/{{SUBPAGENAME}}]]&lt;br /&gt;
[[en:Manual:Extension/{{SUBPAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3458&amp;diff=19249</id>
		<title>SocialEntity:3458</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3458&amp;diff=19249"/>
		<updated>2019-12-13T08:12:02Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1317,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19248,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceExtendedStatistics&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3458,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceBookshelf&amp;diff=19246</id>
		<title>Manual:Extension/BlueSpiceBookshelf</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceBookshelf&amp;diff=19246"/>
		<updated>2019-12-13T08:07:56Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is Bookshelf?==&lt;br /&gt;
The extension '''Bookshelf''' expands the BlueSpice distribution, enabling combining and collecting multiple articles into a structured book. These books include convenient ways to navigate (by table of content or book navigation), and they can also be printed as a PDF file if needed. The PDF file includes an individual cover page, a clickable table of contents, and all attachments from the articles contained.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Where to find Bookshelf?==&lt;br /&gt;
[[File:Bookmaker1a.png|thumb]]&lt;br /&gt;
[[File:Bookshelf8.png|thumb]]&lt;br /&gt;
All the books that are available on the wiki are accessible through the left navigation menu, tab &amp;quot;Books&amp;quot; with a book icon.&lt;br /&gt;
Here are shown all the types of books - &amp;quot;General books&amp;quot; and &amp;quot;Own books&amp;quot; by default. Clicking on one of these opens a list of all books available for that type. Clicking on any of the books will open selected book. View of books can be switched between list and grid view.&lt;br /&gt;
&lt;br /&gt;
Once the book is opened, its table of content will appear in the left navigation, under the same tab - &amp;quot;Book&amp;quot;. This table of content can be expanded/collapsed by chapters, and allows for easy navigation throught the book.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
==Book manager==&lt;br /&gt;
[[File:BlueSpiceBookmaker2.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
Books can be managed through Special:BookshelfBookManager. It can be accessed from the overview of the books, as described in previous section, above the list of book or by navigating to Special:SpecialPages.&lt;br /&gt;
In the Book manager, where overview of all books is available, books can be:* Added - by clicking &amp;quot;Add&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
*Edited - by selecting a book and clicking the wrench icon&lt;br /&gt;
*Copied - by selecting a book and clicking &amp;quot;copy&amp;quot; icon&lt;br /&gt;
*Deleted - by selecting a book and clicking &amp;quot;delete&amp;quot; button&lt;br /&gt;
*Exported to PDF - by selecting a book and clicking PDF icon&lt;br /&gt;
*Assigned to a user/group - might be unavailble depending on the wiki configuration&lt;br /&gt;
&lt;br /&gt;
===Create a new book===&lt;br /&gt;
[[File:BlueSpiceBookmaker3.jpg|thumb]]&lt;br /&gt;
[[File:BlueSpiceBookmaker4.jpg|thumb]]&lt;br /&gt;
[[File:BlueSpiceBookmaker5.jpg|thumb]]&lt;br /&gt;
[[File:BlueSpiceBookmaker6.jpg|thumb]]&lt;br /&gt;
[[File:Bookshelf7.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
Creating a new book is done by clicking the &amp;quot;plus&amp;quot; button. Here a name and a type for the book is given.&lt;br /&gt;
After clicking &amp;quot;OK&amp;quot;, book is created, and BookEditor is opened, which allows content to be added to the book. Pages can be added one by one, by clicking &amp;quot;Add&amp;quot; button - which opens a dialog to type the name of the page to be inserted, or in a batch using &amp;quot;Mass add&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
====Mass adding pages====&lt;br /&gt;
After clicking &amp;quot;Mass add&amp;quot; a dialog is opened, where criteria by which to select pages can be selected:&lt;br /&gt;
&lt;br /&gt;
*All pages of a category&lt;br /&gt;
*All subpages of a certain page&lt;br /&gt;
*From a page collection - page collections are lists of pages located in MediaWiki namespace, which are usually created from [[Manual:Extension/BlueSpiceExtendedSearch#Export|search results]].&lt;br /&gt;
*By a semantic property - pages can be selected based on a value of a certain semantic property.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After desired pages are added to the book, it can be saved by clicking &amp;quot;Save&amp;quot; button at the bottom.&lt;br /&gt;
&lt;br /&gt;
===Editing a book===&lt;br /&gt;
Editing a book involves much of the same procedure as when creating a new book, regarding adding pages to the book. &lt;br /&gt;
Pages can also be deleted by selecting a page in the book structure and clicking &amp;quot;delete&amp;quot; button.&lt;br /&gt;
Chapters - and general book structure - can be rearanged by dragging and dropping pages in the book structure. By dragging and dropping PageA over the PageB, PageA will be placed underneat the PageB in the book hierarchy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Insert meta data===&lt;br /&gt;
While editing a book (adding or removing pages), meta-data for the book can be added.&lt;br /&gt;
To edit metadata, select top-most node of the book (first page) and click the wrench icon.&lt;br /&gt;
A dialog will be opened where various meta-data can be added or removed. Some of the most important meta-data include:&lt;br /&gt;
&lt;br /&gt;
*Title&lt;br /&gt;
*Subtitle&lt;br /&gt;
*Author 1 and 2&lt;br /&gt;
*Document-ID&lt;br /&gt;
*Document type&lt;br /&gt;
*Department&lt;br /&gt;
*Version&lt;br /&gt;
*Template (PDF)&lt;br /&gt;
*Table of Contents (Only article titles, or Embed article TOCs)&lt;br /&gt;
&lt;br /&gt;
====Add cover photo====&lt;br /&gt;
In order to add a cover photo for the book add a metadata item &amp;quot;Bookshelf image&amp;quot;. Select this option from the dropdown and click &amp;quot;Add&amp;quot;. Once the meta data is added enter the name of the image in the value field.&lt;br /&gt;
Any image currently uploaded to the wiki can be used. Type the name without &amp;quot;File:&amp;quot; prefix, just the image name and extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Export books===&lt;br /&gt;
Book can be exported, individual chapters or even pages into the PDF format:&lt;br /&gt;
&lt;br /&gt;
*Open the book in the book editor.&lt;br /&gt;
*Select all pages or chapters to be exported by clicking the checkboxes in front of them. Subchapters will be automatically selected.&lt;br /&gt;
*Clicking on &amp;quot;Export selection&amp;quot; dropdown menu, open a list of availble formats. By clicking on one of the formats offered, book export will start&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Working hints==&lt;br /&gt;
&lt;br /&gt;
*Use a competent team to decide on the content that should be transferred into an online book.&lt;br /&gt;
*Decide on how to handle existing numerations or references.&lt;br /&gt;
*Seize the opportunity: get rid of unnecessary content (or don't include it in your wiki in the first place)&lt;br /&gt;
*Decide on standards for documents: when does it make sense to link documents in the wiki? When is is sensible to include the document's content into a wiki article?&lt;br /&gt;
*Decide on a fitting course of action: do you want to create the articles in the wiki first, and compile them in a book structure afterwards, or do you want to create the book structure first, and create and edit the articles contained gradually? Especially if you choose the latter, templates will be very important, because you can add the book navigation tag necessary already to the template. This saves a lot of time later on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
In the [[Manual:Extension/BlueSpiceConfigManager|Config manager]], you can change the following settings:&lt;br /&gt;
&lt;br /&gt;
In order to create and edit books, user needs &amp;quot;edit&amp;quot; rights in Book namespace.&lt;br /&gt;
Additionally, user can only add pages to the book that that user can read.&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceBookshelf}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceBookshelf]]}}&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3457&amp;diff=19247</id>
		<title>SocialEntity:3457</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3457&amp;diff=19247"/>
		<updated>2019-12-13T08:07:56Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1730,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19246,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceBookshelf&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3457,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceSocialBlog&amp;diff=19115</id>
		<title>Manual:Extension/BlueSpiceSocialBlog</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceSocialBlog&amp;diff=19115"/>
		<updated>2019-12-12T09:12:14Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Working with blogs}}&lt;br /&gt;
==About the blog==&lt;br /&gt;
[[File:Manual:nav-blog.png|alt=Blog link in the main navigation|200x200px|right]]Basically, a blog is a list of comments, questions, or feedback from different users. The blog is often sorted chronologically downwards, in the sense of a public journal. A lively communication can arise when the contributions are further commented, recommended, linked with related articles or placed on a personal watchlist.&lt;br /&gt;
&lt;br /&gt;
The extension ''BlueSpiceSocialBlog'' is part of ''BlueSpiceSocial'', the communication module of BlueSpice. In addition to the type blog, there are other types of so-called social entities, such as ''comment'', ''discussion topic'', ''attachment'', or ''microblog''. &lt;br /&gt;
&lt;br /&gt;
Contributions from all these types can be consolidated and displayed chronologically with ''BlueSpiceSocial'' in a timeline and filtered and sorted as needed.&lt;br /&gt;
&lt;br /&gt;
The blog function is ready for use on the special page ''Special:Blog''. This page is linked directly from the main navigation in every new wiki installation. So you can start using the blog right away. It is also possible to include the blog functionality on any wiki page. Let's get right to it.&amp;lt;br /&amp;gt;&lt;br /&gt;
==Adding the blog to a page==&lt;br /&gt;
If you want to include a view of your blog on another page of your wiki, for example your homepage, you need to insert the necessary codeblock in the source code of your page.&lt;br /&gt;
&lt;br /&gt;
'''To include a blog view:'''&lt;br /&gt;
&lt;br /&gt;
#'''Go to''' the page where you want to insert the blog or create a new page.&lt;br /&gt;
#'''Open the page'''  in ''Source editing'' mode.[[File:Manual:editing.png|link=https://en.wiki.bluespice.com/wiki/File:Manual:editing.png|alt=Source code editing|center|200x200px]]&lt;br /&gt;
#'''Copy the following code block''' to the section in your page where you want to show the blog.&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bs:timeline&amp;gt;&lt;br /&gt;
 {&lt;br /&gt;
     &amp;quot;showentitylistmenu&amp;quot;: true,&lt;br /&gt;
     &amp;quot;preloadtitles&amp;quot;: {&lt;br /&gt;
         &amp;quot;blog&amp;quot;: &amp;quot;Vorlage:Blog&amp;quot;&lt;br /&gt;
     },&lt;br /&gt;
     &amp;quot;preloadedentities&amp;quot;: [{&lt;br /&gt;
         &amp;quot;type&amp;quot;: &amp;quot;blog&amp;quot;&lt;br /&gt;
     }],&lt;br /&gt;
     &amp;quot;headlinemessagekey&amp;quot;: &amp;quot;Community-Blog&amp;quot;,&lt;br /&gt;
      &amp;quot;showheadline&amp;quot;: true,&lt;br /&gt;
     &amp;quot;usemorescroll&amp;quot;: false,&lt;br /&gt;
     &amp;quot;morelink&amp;quot;: &amp;quot;Special:Blog&amp;quot;,&lt;br /&gt;
     &amp;quot;limit&amp;quot;: 5,&lt;br /&gt;
     &amp;quot;sort&amp;quot;: [ {&lt;br /&gt;
         &amp;quot;property&amp;quot;: &amp;quot;timestampcreated&amp;quot;,&lt;br /&gt;
         &amp;quot;direction&amp;quot;: &amp;quot;DESC&amp;quot;&lt;br /&gt;
     }],&lt;br /&gt;
     &amp;quot;lockedfilternames&amp;quot;: [&lt;br /&gt;
         &amp;quot;type&amp;quot;&lt;br /&gt;
     ],&lt;br /&gt;
     &amp;quot;filter&amp;quot;: [ {&lt;br /&gt;
         &amp;quot;type&amp;quot;: &amp;quot;list&amp;quot;,&lt;br /&gt;
         &amp;quot;property&amp;quot;: &amp;quot;type&amp;quot;,&lt;br /&gt;
         &amp;quot;value&amp;quot;: [ &amp;quot;blog&amp;quot; ],&lt;br /&gt;
         &amp;quot;comparison&amp;quot;: &amp;quot;ct&amp;quot;&lt;br /&gt;
     }]&lt;br /&gt;
 }&lt;br /&gt;
&amp;lt;/bs:timeline&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;After saving the page, you will see a list of existing blog entries based on the filter and sorting criteria you provided.&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-layout.png|alt=Blog layout|center|750x750px]]&lt;br /&gt;
&lt;br /&gt;
==Blog parameters==&lt;br /&gt;
&lt;br /&gt;
===Output format===&lt;br /&gt;
The following table shows the blog elements and the necessary paramaters to create the output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Element&lt;br /&gt;
!Parameters&lt;br /&gt;
!Parameter and element description&lt;br /&gt;
!Type&lt;br /&gt;
!Default value&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |1 - header&lt;br /&gt;
|headlinemessagekey&lt;br /&gt;
|Header text&lt;br /&gt;
|string&lt;br /&gt;
|''Timeline''&lt;br /&gt;
|-&lt;br /&gt;
|showheadline&lt;br /&gt;
|Show the header text&lt;br /&gt;
|boolean&lt;br /&gt;
|''true''&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;7&amp;quot; |2 - blog menu&lt;br /&gt;
|showentitylistmenu&lt;br /&gt;
|Show or hide the blog menu&lt;br /&gt;
|boolean&lt;br /&gt;
|''true''&lt;br /&gt;
|-&lt;br /&gt;
|showentityspawner&lt;br /&gt;
|Show the  menu item for creating a blog entry&lt;br /&gt;
|boolean&lt;br /&gt;
|''true''&lt;br /&gt;
|-&lt;br /&gt;
|availablesorterfields&lt;br /&gt;
|Determines which data fields are included as sorting options in the sort menu. Example: allow sorting only by date created or by the user who created a blog entry:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;availablesorterfields&amp;quot;:[&amp;quot;timestampcreated&amp;quot;,&amp;quot;ownerid&amp;quot;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-filter-timestampcreated.png|350x350px]]&lt;br /&gt;
&lt;br /&gt;
[[Manual:Extension/BlueSpiceSocialBlog#Sor|List of typical sort fields]]&lt;br /&gt;
|array&lt;br /&gt;
|all&lt;br /&gt;
|-&lt;br /&gt;
|lockedoptionnames&lt;br /&gt;
|Determines which settings for sorting the user cannot change.&lt;br /&gt;
|array&lt;br /&gt;
|[]&lt;br /&gt;
|-&lt;br /&gt;
|availablefilterfields&lt;br /&gt;
|Determines which data fields are included as filter options in the filter menu. Example: allow filtering based on Creation date and Linked pages:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;availablefilterfields&amp;quot;:[&amp;quot;timestampcreated&amp;quot;,&amp;quot;tags&amp;quot;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:blog-filter-availablefilterfields.PNG|350x350px]]&lt;br /&gt;
|array&lt;br /&gt;
|all&lt;br /&gt;
|-&lt;br /&gt;
|lockedfilternames&lt;br /&gt;
|Determines which settings for filtering the user cannot change.&lt;br /&gt;
Example: a user cannot change the filter values for ''Linked pages.'' The text field is greyed out:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;lockedfilternames&amp;quot;: [&amp;quot;tags&amp;quot;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-filter-lockedfilternames.png|350x350px]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|array&lt;br /&gt;
|[]&lt;br /&gt;
|-&lt;br /&gt;
|persistsettings&lt;br /&gt;
|Initial settings and custom sort and filter settings are included in the page url. The url can then be used to create a link to the page with the same filter and sort settings.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;persistsettings&amp;quot;:true&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-filter-persistsettings.png]]&lt;br /&gt;
|boolean&lt;br /&gt;
|''false''&lt;br /&gt;
|-&lt;br /&gt;
|3 -  new blog entry&lt;br /&gt;
|preloadentities&amp;lt;br /&amp;gt;&lt;br /&gt;
|Shows the text field for creating a new blog entry. If it is not set, the text field is not available.&lt;br /&gt;
To show the text field: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;preloadedentities&amp;quot;: [{&amp;quot;type&amp;quot;:&amp;quot;blog&amp;quot;}]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-preloadentities.png|400x400px]]&lt;br /&gt;
|array of objects&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |4 - existing blog entry&lt;br /&gt;
|outputtypes&lt;br /&gt;
|It defines the display format of the blog entry.&lt;br /&gt;
&lt;br /&gt;
Standard types are: ''List, Short, Default, Page.'' ([[Manual:Extension/BlueSpiceSocialBlog#Output type examples|see examples]])&lt;br /&gt;
&lt;br /&gt;
Each blog entry is a &amp;quot;social entity&amp;quot;.&lt;br /&gt;
|object&lt;br /&gt;
|''Default''&lt;br /&gt;
|-&lt;br /&gt;
|limit&lt;br /&gt;
|Defines how many social entities are loaded initially.&lt;br /&gt;
|object&lt;br /&gt;
|''Default''&lt;br /&gt;
|-&lt;br /&gt;
|4a - avatar&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Shows the avatar of the user who created the blog entry or comment. It is displayed in all output types except ''List.''&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|4b - title bar&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|In the output type ''List'', the username is not displayed in the title bar.&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|4c - blog entry content&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Shows the text body of a blog entry. The output type ''Default'' collapses the blog entry content after the first paragraph with a &amp;quot;More&amp;quot; link.&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|4d - social tags&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Blog entries always include the social tags ''Comments, Recommend, Linked Page, Watch/Unwatch''.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4e - user menu&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Users can edit or delete their own blog entries or comments at any time. The edit  menu is visible for their own entries:&lt;br /&gt;
[[File:Manual:blog-editmenu.png|200x200px]]&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|5 - new comment&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Text field for creating a new comment.&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|6 - existing comment&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Comments include the social tag ''Recommend.''&lt;br /&gt;
&lt;br /&gt;
Each comment is a &amp;quot;social entity&amp;quot;.&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |7 - &amp;quot;more&amp;quot; button&lt;br /&gt;
|morelink&lt;br /&gt;
|Link target of the &amp;quot;more&amp;quot; button. For blogs, it makes sense to link to the page ''Special:Blog''.&lt;br /&gt;
|str&lt;br /&gt;
|''Special:Timeline''&lt;br /&gt;
|-&lt;br /&gt;
|useendlessscroll&lt;br /&gt;
|More blog entries are automatically loaded after the user scrolls to the end of the blog.&lt;br /&gt;
|boolean&lt;br /&gt;
|''true''&lt;br /&gt;
|-&lt;br /&gt;
|showentitylistmore&lt;br /&gt;
|Shows a &amp;quot;more&amp;quot; button below the blog which loads more blog entries on click. This is only possible if ''useendlessscroll'' is set to ''false''.&lt;br /&gt;
|boolean&lt;br /&gt;
|''false''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sorting===&lt;br /&gt;
Most commonly, a blog shows the latest blog entries first. However, there are many different options for sorting the list of blog entries.&lt;br /&gt;
&lt;br /&gt;
====Syntax====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;json&amp;quot;&amp;gt;&lt;br /&gt;
[{&lt;br /&gt;
&lt;br /&gt;
&amp;quot;property&amp;quot;: &amp;quot;timestamptouched&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
&amp;quot;direction&amp;quot;: &amp;quot;DESC&amp;quot;&lt;br /&gt;
&lt;br /&gt;
}] &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Properties====&lt;br /&gt;
There are some common properties of a blog entry that are useful for sorting:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Property&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|timestampcreated&lt;br /&gt;
|creation date&lt;br /&gt;
|-&lt;br /&gt;
|timestamptouched&lt;br /&gt;
|last edit date&lt;br /&gt;
|-&lt;br /&gt;
|commentcount&lt;br /&gt;
|number of comments&lt;br /&gt;
|-&lt;br /&gt;
|ratingcount&lt;br /&gt;
|number of ratings&lt;br /&gt;
|-&lt;br /&gt;
|ownerid&lt;br /&gt;
|username of the creator of a blog entry&lt;br /&gt;
|-&lt;br /&gt;
|ownerrealname&lt;br /&gt;
|real name of the user&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Direction====&lt;br /&gt;
Blog entries can be sorted in descending and ascending order. Descending is the default order.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Property&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|DESC&lt;br /&gt;
|sorts the blog entries in descending order&lt;br /&gt;
|-&lt;br /&gt;
|ASC&lt;br /&gt;
|sorts the blog entries in ascending order&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Filtering===&lt;br /&gt;
Without setting the filter parameter, there will be no output on the page.&lt;br /&gt;
&lt;br /&gt;
To show the blog entries of your wiki, include the following codeblock like shown in the code example above:&amp;lt;syntaxhighlight lang=&amp;quot;json-object&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;filter&amp;quot;: [ {&lt;br /&gt;
         &amp;quot;type&amp;quot;: &amp;quot;list&amp;quot;,&lt;br /&gt;
         &amp;quot;property&amp;quot;: &amp;quot;type&amp;quot;,&lt;br /&gt;
         &amp;quot;value&amp;quot;: [ &amp;quot;blog&amp;quot; ],&lt;br /&gt;
         &amp;quot;comparison&amp;quot;: &amp;quot;ct&amp;quot;&lt;br /&gt;
     }]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;This filter includes all social entities which match the type ''blog''. Since we only want to show social entities of type ''blog'', we only include ''blog'' entries in our filter.&lt;br /&gt;
If you want to create a social timeline rather than a blog view, you can also add other types of social entities. The following example shows a timeline view that includes blog entries, discussion entries from wiki pages, and user profile information:&amp;lt;syntaxhighlight lang=&amp;quot;json-object&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;filter&amp;quot;: [ {&lt;br /&gt;
         &amp;quot;type&amp;quot;: &amp;quot;list&amp;quot;,&lt;br /&gt;
         &amp;quot;property&amp;quot;: &amp;quot;type&amp;quot;,&lt;br /&gt;
         &amp;quot;value&amp;quot;: [&amp;quot;blog&amp;quot;,&amp;quot;topic&amp;quot;,&amp;quot;profile&amp;quot;],&lt;br /&gt;
         &amp;quot;comparison&amp;quot;: &amp;quot;ct&amp;quot;&lt;br /&gt;
     }]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Output type examples==&lt;br /&gt;
The output type for a blog is added using the ''outputtypes'' parameter. Don't forget to include a comma before and after this parameter (unless this is the last parameter in your code):&amp;lt;syntaxhighlight lang=&amp;quot;json-object&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;outputtypes&amp;quot;: {&lt;br /&gt;
        &amp;quot;blog&amp;quot;: &amp;quot;Default&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Default===&lt;br /&gt;
The output type ''Default'' shows the content of a blog entry truncated after the first paragraph. To view the full text, users can click on the ''More'' link.&lt;br /&gt;
[[File:Manual:blog-output-default.png|alt=Blog output default|center|650x650px]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Short===&lt;br /&gt;
The output type ''Short'' does not show the content of the blog entry. To view the content, a user has to click on the title of a blog entry. This loads the actual page for the selected blog entity.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Manual:blog-output-short.png|alt=blog output short|center|650x650px]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Page===&lt;br /&gt;
The output type ''Page'' shows all blog elements, including the comments, in an expanded view.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Manual:blog-output-page.png|alt=blog output page|center|650x650px]]&lt;br /&gt;
&lt;br /&gt;
===List===&lt;br /&gt;
The output type ''List'' only shows the title and the timestamp.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Manual:blog-output-list.png|alt=blog output list|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceSocialBlog}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceSocialBlog]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3396&amp;diff=19116</id>
		<title>SocialEntity:3396</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3396&amp;diff=19116"/>
		<updated>2019-12-12T09:12:14Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 6331,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19115,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceSocialBlog&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3396,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3395&amp;diff=19114</id>
		<title>SocialEntity:3395</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3395&amp;diff=19114"/>
		<updated>2019-12-12T09:10:59Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 6331,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19113,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceSocialBlog&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3395,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceSocialBlog&amp;diff=19113</id>
		<title>Manual:Extension/BlueSpiceSocialBlog</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceSocialBlog&amp;diff=19113"/>
		<updated>2019-12-12T09:10:58Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Working with blogs}}&lt;br /&gt;
==About the blog==&lt;br /&gt;
[[File:Manual:nav-blog.png|alt=Blog link in the main navigation|200x200px|right]]Basically, a blog is a list of comments, questions, or feedback from different users. The blog is often sorted chronologically downwards, in the sense of a public journal. A lively communication can arise when the contributions are further commented, recommended, linked with related articles or placed on a personal watchlist.&lt;br /&gt;
&lt;br /&gt;
The extension ''BlueSpiceSocialBlog'' is part of ''BlueSpiceSocial'', the communication module of BlueSpice. In addition to the type blog, there are other types of so-called social entities, such as ''comment'', ''discussion topic'', ''attachment'', or ''microblog''. &lt;br /&gt;
&lt;br /&gt;
Contributions from all these types can be consolidated and displayed chronologically with ''BlueSpiceSocial'' in a timeline and filtered and sorted as needed.&lt;br /&gt;
&lt;br /&gt;
The blog function is ready for use on the special page ''Special:Blog''. This page is linked directly from the main navigation in every new wiki installation. So you can start using the blog right away. It is also possible to include the blog functionality on any wiki page. Let's get right to it.&amp;lt;br /&amp;gt;&lt;br /&gt;
==Adding the blog to a page==&lt;br /&gt;
If you want to include a view of your blog on another page of your wiki, for example your homepage, you need to insert the necessary codeblock in the source code of your page.&lt;br /&gt;
&lt;br /&gt;
'''To include a blog view:'''&lt;br /&gt;
&lt;br /&gt;
#'''Go to''' the page where you want to insert the blog or create a new page.&lt;br /&gt;
#'''Open the page'''  in ''Source editing'' mode.[[File:Manual:editing.png|link=https://en.wiki.bluespice.com/wiki/File:Manual:editing.png|alt=Source code editing|center|200x200px]]&lt;br /&gt;
#'''Copy the following code block''' to the section in your page where you want to show the blog.&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bs:timeline&amp;gt;&lt;br /&gt;
 {&lt;br /&gt;
     &amp;quot;showentitylistmenu&amp;quot;: true,&lt;br /&gt;
     &amp;quot;preloadtitles&amp;quot;: {&lt;br /&gt;
         &amp;quot;blog&amp;quot;: &amp;quot;Vorlage:Blog&amp;quot;&lt;br /&gt;
     },&lt;br /&gt;
     &amp;quot;preloadedentities&amp;quot;: [{&lt;br /&gt;
         &amp;quot;type&amp;quot;: &amp;quot;blog&amp;quot;&lt;br /&gt;
     }],&lt;br /&gt;
     &amp;quot;headlinemessagekey&amp;quot;: &amp;quot;Community-Blog&amp;quot;,&lt;br /&gt;
      &amp;quot;showheadline&amp;quot;: true,&lt;br /&gt;
     &amp;quot;usemorescroll&amp;quot;: false,&lt;br /&gt;
     &amp;quot;morelink&amp;quot;: &amp;quot;Special:Blog&amp;quot;,&lt;br /&gt;
     &amp;quot;limit&amp;quot;: 5,&lt;br /&gt;
     &amp;quot;sort&amp;quot;: [ {&lt;br /&gt;
         &amp;quot;property&amp;quot;: &amp;quot;timestampcreated&amp;quot;,&lt;br /&gt;
         &amp;quot;direction&amp;quot;: &amp;quot;DESC&amp;quot;&lt;br /&gt;
     }],&lt;br /&gt;
     &amp;quot;lockedfilternames&amp;quot;: [&lt;br /&gt;
         &amp;quot;type&amp;quot;&lt;br /&gt;
     ],&lt;br /&gt;
     &amp;quot;filter&amp;quot;: [ {&lt;br /&gt;
         &amp;quot;type&amp;quot;: &amp;quot;list&amp;quot;,&lt;br /&gt;
         &amp;quot;property&amp;quot;: &amp;quot;type&amp;quot;,&lt;br /&gt;
         &amp;quot;value&amp;quot;: [ &amp;quot;blog&amp;quot; ],&lt;br /&gt;
         &amp;quot;comparison&amp;quot;: &amp;quot;ct&amp;quot;&lt;br /&gt;
     }]&lt;br /&gt;
 }&lt;br /&gt;
&amp;lt;/bs:timeline&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;After saving the page, you will see a list of existing blog entries based on the filter and sorting criteria you provided.&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-layout.png|alt=Blog layout|center|750x750px]]&lt;br /&gt;
&lt;br /&gt;
==Blog parameters==&lt;br /&gt;
&lt;br /&gt;
===Output format===&lt;br /&gt;
The following table shows the blog elements and the necessary paramaters to create the output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Element&lt;br /&gt;
!Parameters&lt;br /&gt;
!Parameter and element description&lt;br /&gt;
!Type&lt;br /&gt;
!Default value&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |1 - header&lt;br /&gt;
|headlinemessagekey&lt;br /&gt;
|Header text&lt;br /&gt;
|string&lt;br /&gt;
|''Timeline''&lt;br /&gt;
|-&lt;br /&gt;
|showheadline&lt;br /&gt;
|Show the header text&lt;br /&gt;
|boolean&lt;br /&gt;
|''true''&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;7&amp;quot; |2 - blog menu&lt;br /&gt;
|showentitylistmenu&lt;br /&gt;
|Show or hide the blog menu&lt;br /&gt;
|boolean&lt;br /&gt;
|''true''&lt;br /&gt;
|-&lt;br /&gt;
|showentityspawner&lt;br /&gt;
|Show the  menu item for creating a blog entry&lt;br /&gt;
|boolean&lt;br /&gt;
|''true''&lt;br /&gt;
|-&lt;br /&gt;
|availablesorterfields&lt;br /&gt;
|Determines which data fields are included as sorting options in the sort menu. Example: allow sorting only by date created or by the user who created a blog entry:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;availablesorterfields&amp;quot;:[&amp;quot;timestampcreated&amp;quot;,&amp;quot;ownerid&amp;quot;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-filter-timestampcreated.png|350x350px]]&lt;br /&gt;
&lt;br /&gt;
[[Manual:Extension/BlueSpiceSocialBlog#Sor|List of typical sort fields]]&lt;br /&gt;
|array&lt;br /&gt;
|all&lt;br /&gt;
|-&lt;br /&gt;
|lockedoptionnames&lt;br /&gt;
|Determines which settings for sorting the user cannot change.&lt;br /&gt;
|array&lt;br /&gt;
|[]&lt;br /&gt;
|-&lt;br /&gt;
|availablefilterfields&lt;br /&gt;
|Determines which data fields are included as filter options in the filter menu. Example: allow filtering based on Creation date and Linked pages:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;availablefilterfields&amp;quot;:[&amp;quot;timestampcreated&amp;quot;,&amp;quot;tags&amp;quot;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:blog-filter-availablefilterfields.PNG|350x350px]]&lt;br /&gt;
|array&lt;br /&gt;
|all&lt;br /&gt;
|-&lt;br /&gt;
|lockedfilternames&lt;br /&gt;
|Determines which settings for filtering the user cannot change.&lt;br /&gt;
Example: a user cannot change the filter values for ''Linked pages.'' The text field is greyed out:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;lockedfilternames&amp;quot;: [&amp;quot;tags&amp;quot;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-filter-lockedfilternames.png|350x350px]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
|array&lt;br /&gt;
|[]&lt;br /&gt;
|-&lt;br /&gt;
|persistsettings&lt;br /&gt;
|Initial settings and custom sort and filter settings are included in the page url. The url can then be used to create a link to the page with the same filter and sort settings.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;persistsettings&amp;quot;:true&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-filter-persistsettings.png]]&lt;br /&gt;
|boolean&lt;br /&gt;
|''false''&lt;br /&gt;
|-&lt;br /&gt;
|3 -  new blog entry&lt;br /&gt;
|preloadentities&amp;lt;br /&amp;gt;&lt;br /&gt;
|Shows the text field for creating a new blog entry. If it is not set, the text field is not available.&lt;br /&gt;
To show the text field: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;preloadedentities&amp;quot;: [{&amp;quot;type&amp;quot;:&amp;quot;blog&amp;quot;}]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:blog-preloadentities.png|400x400px]]&lt;br /&gt;
|array of objects&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |4 - existing blog entry&lt;br /&gt;
|outputtypes&lt;br /&gt;
|It defines the display format of the blog entry.&lt;br /&gt;
&lt;br /&gt;
Standard types are: ''List, Short, Default, Page.'' ([[Manual:Extension/BlueSpiceSocialBlog#Output type examples|see examples]])&lt;br /&gt;
&lt;br /&gt;
Each blog entry is a &amp;quot;social entity&amp;quot;.&lt;br /&gt;
|object&lt;br /&gt;
|''Default''&lt;br /&gt;
|-&lt;br /&gt;
|limit&lt;br /&gt;
|Defines how many social entities are loaded initially.&lt;br /&gt;
|object&lt;br /&gt;
|''Default''&lt;br /&gt;
|-&lt;br /&gt;
|4a - avatar&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Shows the avatar of the user who created the blog entry or comment. It is displayed in all output types except ''List.''&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|4b - title bar&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|In the output type ''List'', the username is not displayed in the title bar.&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|4c - blog entry content&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Shows the text body of a blog entry. The output type ''Default'' collapses the blog entry content after the first paragraph with a &amp;quot;More&amp;quot; link.&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|4d - social tags&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Blog entries always include the social tags ''Comments, Recommend, Linked Page, Watch/Unwatch''.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4e - user menu&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Users can edit or delete their own blog entries or comments at any time. The edit  menu is visible for their own entries:&lt;br /&gt;
[[File:Manual:blog-editmenu.png|200x200px]]&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|5 - new comment&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Text field for creating a new comment.&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|6 - existing comment&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Comments include the social tag ''Recommend.''&lt;br /&gt;
&lt;br /&gt;
Each comment is a &amp;quot;social entity&amp;quot;.&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |7 - &amp;quot;more&amp;quot; button&lt;br /&gt;
|morelink&lt;br /&gt;
|Link target of the &amp;quot;more&amp;quot; button. For blogs, it makes sense to link to the page ''Special:Blog''.&lt;br /&gt;
|str&lt;br /&gt;
|''Special:Timeline''&lt;br /&gt;
|-&lt;br /&gt;
|useendlessscroll&lt;br /&gt;
|More blog entries are automatically loaded after the user scrolls to the end of the blog.&lt;br /&gt;
|boolean&lt;br /&gt;
|''true''&lt;br /&gt;
|-&lt;br /&gt;
|showentitylistmore&lt;br /&gt;
|Shows a &amp;quot;more&amp;quot; button below the blog which loads more blog entries on click. This is only possible if ''useendlessscroll'' is set to ''false''.&lt;br /&gt;
|boolean&lt;br /&gt;
|''false''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sorting===&lt;br /&gt;
Most commonly, a blog shows the latest blog entries first. However, there are many different options for sorting the list of blog entries.&lt;br /&gt;
&lt;br /&gt;
====Syntax====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;json&amp;quot;&amp;gt;&lt;br /&gt;
[{&lt;br /&gt;
&lt;br /&gt;
&amp;quot;property&amp;quot;: &amp;quot;timestamptouched&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
&amp;quot;direction&amp;quot;: &amp;quot;DESC&amp;quot;&lt;br /&gt;
&lt;br /&gt;
}] &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Properties====&lt;br /&gt;
There are some common properties of a blog entry that are useful for sorting:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Property&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|timestampcreated&lt;br /&gt;
|creation date&lt;br /&gt;
|-&lt;br /&gt;
|timestamptouched&lt;br /&gt;
|last edit date&lt;br /&gt;
|-&lt;br /&gt;
|commentcount&lt;br /&gt;
|number of comments&lt;br /&gt;
|-&lt;br /&gt;
|ratingcount&lt;br /&gt;
|number of ratings&lt;br /&gt;
|-&lt;br /&gt;
|ownerid&lt;br /&gt;
|username of the creator of a blog entry&lt;br /&gt;
|-&lt;br /&gt;
|ownerrealname&lt;br /&gt;
|real name of the user&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Direction====&lt;br /&gt;
Blog entries can be sorted in descending and ascending order. Descending is the default order.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Property&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|DESC&lt;br /&gt;
|sorts the blog entries in descending order&lt;br /&gt;
|-&lt;br /&gt;
|ASC&lt;br /&gt;
|sorts the blog entries in ascending order&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Filtering===&lt;br /&gt;
Without setting the filter parameter, there will be no output on the page.&lt;br /&gt;
&lt;br /&gt;
To show the blog entries of your wiki, include the following codeblock like shown in the code example above:&amp;lt;syntaxhighlight lang=&amp;quot;json-object&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;filter&amp;quot;: [ {&lt;br /&gt;
         &amp;quot;type&amp;quot;: &amp;quot;list&amp;quot;,&lt;br /&gt;
         &amp;quot;property&amp;quot;: &amp;quot;type&amp;quot;,&lt;br /&gt;
         &amp;quot;value&amp;quot;: [ &amp;quot;blog&amp;quot; ],&lt;br /&gt;
         &amp;quot;comparison&amp;quot;: &amp;quot;ct&amp;quot;&lt;br /&gt;
     }]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;This filter includes all social entities which match the type ''blog''. Since we only want to show social entities of type ''blog'', we only include ''blog'' entries in our filter.&lt;br /&gt;
If you want to create a social timeline rather than a blog view, you can also add other types of social entities. The following example shows a timeline view that includes blog entries, discussion entries from wiki pages, and user profile information:&amp;lt;syntaxhighlight lang=&amp;quot;json-object&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;filter&amp;quot;: [ {&lt;br /&gt;
         &amp;quot;type&amp;quot;: &amp;quot;list&amp;quot;,&lt;br /&gt;
         &amp;quot;property&amp;quot;: &amp;quot;type&amp;quot;,&lt;br /&gt;
         &amp;quot;value&amp;quot;: [&amp;quot;blog&amp;quot;,&amp;quot;topic&amp;quot;,&amp;quot;profile&amp;quot;],&lt;br /&gt;
         &amp;quot;comparison&amp;quot;: &amp;quot;ct&amp;quot;&lt;br /&gt;
     }]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Output type examples==&lt;br /&gt;
The output type for a blog is added using the ''outputtypes'' parameter. Don't forget to include a comma before and after this parameter (unless this is the last parameter in your code):&amp;lt;syntaxhighlight lang=&amp;quot;json-object&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;outputtypes&amp;quot;: {&lt;br /&gt;
        &amp;quot;blog&amp;quot;: &amp;quot;Default&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Default===&lt;br /&gt;
The output type ''Default'' shows the content of a blog entry truncated after the first paragraph. To view the full text, users can click on the ''More'' link.&lt;br /&gt;
[[File:Manual:blog-output-default.png|alt=Blog output default|center|650x650px]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Short===&lt;br /&gt;
The output type ''Short'' does not show the content of the blog entry. To view the content, a user has to click on the title of a blog entry. This loads the actual page for the selected blog entity.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Manual:blog-output-short.png|alt=blog output short|center|650x650px]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Page===&lt;br /&gt;
The output type ''Page'' shows all blog elements, including the comments, in an expanded view.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Manual:blog-output-page.png|alt=blog output page|center|650x650px]]&lt;br /&gt;
&lt;br /&gt;
===List===&lt;br /&gt;
The output type ''List'' only shows the title and the timestamp.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Manual:blog-output-list.png|alt=blog output list|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceSocialBlog]]}}&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceSocialBlog}}&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceReviewExtended&amp;diff=19111</id>
		<title>Manual:Extension/BlueSpiceReviewExtended</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceReviewExtended&amp;diff=19111"/>
		<updated>2019-12-12T09:07:59Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceReviewExtended?==&lt;br /&gt;
&lt;br /&gt;
'''BlueSpiceReviewExtended''' is an extension to [[Manual:Extension/BlueSpiceReview|BlueSpiceReview]] extension. It adds more features to its interface. To learn more about review process, read the page for BlueSpiceReview.&lt;br /&gt;
All the options added by BlueSpiceReviewExtended are visible under the reviewer grid in Review settings.&lt;br /&gt;
&lt;br /&gt;
==Review options==&lt;br /&gt;
[[File:ReviewExtended1a.png|Options added by ReviewExtended|alt=Options added by ReviewExtended|border|center|650x650px]]&lt;br /&gt;
There are three options that are available, when setting up the review process:&lt;br /&gt;
&lt;br /&gt;
*Reviewer can edit the page - everybody that is assigned to the page as reviewers can edit the page while review is in progress.&lt;br /&gt;
*Follow the reviewer order - reviewers will be able to cast their votes in order that they are listed in the grid of assigned reviewers. Only when one is finished casting a vote, next one can start.  The order of the reviewers can be adjusted by clicking on up and down arrows that appear when hovering above the reviewer in the grid.&lt;br /&gt;
*Restart review if review rejects it - if any of the reviewers votes &amp;quot;no&amp;quot; (disagrees), review is restarted and all of the reviewers must cast their votes again.&lt;br /&gt;
&lt;br /&gt;
==Templates==&lt;br /&gt;
[[File:ReviewExtended2a.png|Template options|alt=Template options|border|center|650x650px]]&lt;br /&gt;
Review process for some pages and some organization is a lot of times very similar, with same options and same list of reviewers. In order to minimize the effort when starting a review, templates are introduced.&lt;br /&gt;
Template controls are located at the bottom of review settings.&lt;br /&gt;
&lt;br /&gt;
===Saving a template===&lt;br /&gt;
Once the list of reviewers is entered and other options set, enter the name for the template in the input field and click on the arrow in the &amp;quot;Load&amp;quot; button. Several options will be offered:&lt;br /&gt;
&lt;br /&gt;
*Save for me - the template will be shown only to the user who saves it&lt;br /&gt;
*Save for everybody - the template will be shown to everybody&lt;br /&gt;
&lt;br /&gt;
Pick the desired option and the template will be saved&lt;br /&gt;
&lt;br /&gt;
===Applying a template===&lt;br /&gt;
Once there are templates saved, users can choose from the list of templates, and, after clicking &amp;quot;Load&amp;quot; button, all the options and the list of reviewers will be set as saved in the template.&lt;br /&gt;
&lt;br /&gt;
===Deleting a template===&lt;br /&gt;
To delete a template, choose the desired template to delete, click on the arrow in the &amp;quot;Load&amp;quot; button and select &amp;quot;Delete&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceReviewExtended}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceReviewExtended]]}}&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3394&amp;diff=19112</id>
		<title>SocialEntity:3394</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3394&amp;diff=19112"/>
		<updated>2019-12-12T09:07:59Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1370,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19111,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceReviewExtended&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3394,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceReview&amp;diff=19109</id>
		<title>Manual:Extension/BlueSpiceReview</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceReview&amp;diff=19109"/>
		<updated>2019-12-12T09:05:54Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceReview?==&lt;br /&gt;
'''BlueSpiceReview''' is a workflowing tool for MediaWiki. It allows establishing process of reviewing changes on made to a page through a number of different reviewers.&lt;br /&gt;
&lt;br /&gt;
==Locating BlueSpiceReview==&lt;br /&gt;
[[File:Review1a.png|Review flyout when no review is in progress|alt=Review flyout when no review is in progress|border|center|650x650px]]&lt;br /&gt;
All relevant about a review on a page can be accessed from &amp;quot;Review&amp;quot; flyout, located in the right navigation, under &amp;quot;Quality management&amp;quot; tab.&lt;br /&gt;
Flyout that opens shows review settings (if a review is not currently in progress for that particular page), or a form for reviewers to cast their votes (if review is active for the page).&lt;br /&gt;
In case review is currently active, review settings will be collapsed, but can still be accessed by expanding &amp;quot;Review settings&amp;quot; portion of the flyout.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
==Starting a review==&lt;br /&gt;
[[File:Review2.png|Review settings with a user assigned|alt=Review settings with a user assigned|border|center|650x650px]]&lt;br /&gt;
All users who have sufficient permissions to do so, can start (or edit) a review on a page. As mentioned above, review can be started from the flyout, after filling in all the required settings.&lt;br /&gt;
&lt;br /&gt;
*Start date - date on which review will start&lt;br /&gt;
*End date - date on which review expires and that page is considered reviewed even if no action from reviewers occured&lt;br /&gt;
*Type - review type determines what will happen to the page once the review has been succesfuly completed. Default type is &amp;quot;Flagging&amp;quot; which means page will ge approved once the review is finished.&lt;br /&gt;
*Reviewers grid - a list of all reviewers assigned to review a particular page. Reviewers can be added by clicking on the &amp;quot;Plus&amp;quot; button above the grid and typing in the name of the user in the dialog that pops up.&lt;br /&gt;
&lt;br /&gt;
Existing reviewers can be removed by selecting a reviewer and clicking on &amp;quot;X&amp;quot; icon.&lt;br /&gt;
&lt;br /&gt;
*Additional options - depending on the wiki configuration, additional options may appear. See [[Manual:Extension/BlueSpiceReviewExtended|BlueSpiceReviewExtended]] for more information.&lt;br /&gt;
&lt;br /&gt;
Review can only be started if at least one review has beed added.&lt;br /&gt;
Once all settings are set, click save to start the review.&lt;br /&gt;
&lt;br /&gt;
At this point, all assigned reviewers will receive a notification (depending on their notification settings) that there is a review pending, and that they need to review it.&lt;br /&gt;
&lt;br /&gt;
==Reviewing a page==&lt;br /&gt;
[[File:Review3a.png|Review flyout when review is in progress - voting form|alt=Review flyout when review is in progress - voting form|border|center|650x650px]]&lt;br /&gt;
When users who are assigned to a page as reviews, and there is a review in progress, visit that page, they will be able to cast their vote.&lt;br /&gt;
Vote can be casted by opening &amp;quot;Review&amp;quot; flyout, as described above. In the flyout user will see a voting form. This form consist of:&lt;br /&gt;
&lt;br /&gt;
*Comment box - here reviewers can leave a comment on the vote&lt;br /&gt;
*Agree button - by clicking this button, user casts a &amp;quot;yes&amp;quot; vote and agrees to the proposed version of the page.&lt;br /&gt;
*Disagree button - by clicking this button, users casts a &amp;quot;no&amp;quot; vote and rejects the proposed verion&lt;br /&gt;
*Delegate button - users can delegate their assignment to another user, if they feel some other user is more competent to review this page. This button opens a dialog that opens a dialog with fields to enter username of the user to delegate to, as well as a short note on the reason for delegation, at which point review assignment will be transfered to that other user.&lt;br /&gt;
&lt;br /&gt;
All the votes users cast, along with comments, will be displayed in &amp;quot;Recent workflow steps&amp;quot; in the same flyout as the vote form and in the page history.&lt;br /&gt;
&lt;br /&gt;
==Review overview==&lt;br /&gt;
[[File:Review4a.png|Review overview|alt=Review overview|border|center|650x650px]]&lt;br /&gt;
The &amp;lt;code&amp;gt;Special:Review&amp;lt;/code&amp;gt; special page provides an overview of all the currently ongoing reviews. It can be accessed from the left navigation, in tab &amp;quot;Global actions&amp;quot;, item &amp;quot;Review&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This special page shows a grid with all relevant information for the review. Clicking on individual review will open a list of all reviewers assigned to review this page along with their votes (shown in the eye icon before username). Grey eye icon means reviewer has not yet reviewed the page, green means &amp;quot;yes&amp;quot; vote, while red means &amp;quot;no&amp;quot; vote.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
==Permissions==&lt;br /&gt;
In order to create and participate in the review process users must have following permissions:&lt;br /&gt;
&lt;br /&gt;
*workflowview - for accessing the review interface, but not being able to edit it&lt;br /&gt;
*workflowlist - for viewing the list of reviewers for the page&lt;br /&gt;
*workflowedit - for being able to create and edit reviews&lt;br /&gt;
*review - for being able to cast review votes&lt;br /&gt;
&lt;br /&gt;
'''During the review process, editing of the page is disabled'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
In the Config manager you can change the following settings:&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceReview}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceReview]]}}&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3393&amp;diff=19110</id>
		<title>SocialEntity:3393</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3393&amp;diff=19110"/>
		<updated>2019-12-12T09:05:54Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1366,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19109,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceReview&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3393,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExpiry&amp;diff=19107</id>
		<title>Manual:Extension/BlueSpiceExpiry</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExpiry&amp;diff=19107"/>
		<updated>2019-12-12T09:03:01Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceExpiry?==&lt;br /&gt;
[[File:Expiry1.png|thumb]]&lt;br /&gt;
[[File:Expiry2.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
'''Expiry''' marks after a certain period of time a chosen article as &amp;quot;obsolete&amp;quot;. The article can be updated by editing or by confirming that the article is still up-to-date.&lt;br /&gt;
&lt;br /&gt;
Expiry is the ideal basis for an archiving system. Outdated articles can be moved to an archive after being queried.&lt;br /&gt;
&lt;br /&gt;
==Using BlueSpiceExpiry==&lt;br /&gt;
&lt;br /&gt;
Expiry can be set on any content page of the wiki. Expiry for a page can be set from the right navigation, &amp;quot;Quality management&amp;quot; tab. After clicking on &amp;quot;Expiry&amp;quot;, a flyout with expiry information will open.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the expiry was already set on the page, information about when the page will expire, or whether it is already expired will be displayed in the flyout. In this case user can remove the expiration from the page by clicking on &amp;quot;Unexpire the page&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In case there was no expiration previously set on the page, a form for setting expiration will be shown.&lt;br /&gt;
Here, user can select the date page expires on, enter a short comment and select whether a reminder for this page should be created (for more about reminders read [[Manual:Extension/BlueSpiceReminder|BlueSpiceReminder]]).&lt;br /&gt;
After saving the expiry, page will be reloaded and updated information will be displayed.&lt;br /&gt;
&lt;br /&gt;
===Expiration overview===&lt;br /&gt;
[[File:Expiry3.png|thumb|Expiry manager]]&lt;br /&gt;
Wiki admins can see all of the pages set to expire, along with expiry information for those pages on Special:Expiry page.&lt;br /&gt;
This page can be accessed from the Expiry flyout described above, by clicking on Expiry manager at the bottom of the flyout.&lt;br /&gt;
All expirations can be deleted or edited from the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceExpiry}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceExpiry]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[en:]]&lt;br /&gt;
[[de:Handbuch:Erweiterung/BlueSpiceExpiry]]&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3392&amp;diff=19108</id>
		<title>SocialEntity:3392</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3392&amp;diff=19108"/>
		<updated>2019-12-12T09:03:01Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1313,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19107,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceExpiry&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3392,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceUniversalExport&amp;diff=19105</id>
		<title>Manual:Extension/BlueSpiceUniversalExport</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceUniversalExport&amp;diff=19105"/>
		<updated>2019-12-12T08:59:14Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceUniversalExport?==&lt;br /&gt;
'''BlueSpiceUniversalExport''' allows for exporting wiki page content to various formats. It incorporates various modules, each serving as exporter for particular format or type of export.&lt;br /&gt;
&lt;br /&gt;
==Exporting pages==&lt;br /&gt;
[[File:UniversalExport1a.png|Export options|alt=Export options|border|center|650x650px]]&lt;br /&gt;
Every content page on the wiki is exportable. Export fuction can be found in the right navigation, under &amp;quot;Tools&amp;quot; tab (wrench icon).&lt;br /&gt;
In &amp;quot;Export&amp;quot; section of this tab, all availble export formats can be found. Particular set of formats available depends on the wiki configuration. Clicking one of the provided options will download the page content in selected format.&lt;br /&gt;
&lt;br /&gt;
==Modules==&lt;br /&gt;
As mentined above, BlueSpiceUniversalExport contains several modules:&lt;br /&gt;
&lt;br /&gt;
*BlueSpiceUEModulePDF - module for exporting pages in PDF (.pdf) format. It offers downloading single page that is currently being viewed (option PDF single page), or current page including all its subpages (option PDF page with subpages).&lt;br /&gt;
*BlueSpiceUEModuleHTML - module for exporting pages in HTML format (option HTML single page)&lt;br /&gt;
*BlueSpiceUEModuleBookPDF - module for exporting books. This module is only availble if [[Manual:Extension/BlueSpiceBookmaker|BlueSpiceBookmaker]] is installed. It provides exporting entire books in PDF format (available from BookManager).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:UniversalExport2a.png|Configuration options|alt=Configuration options|border|center|650x650px]]&lt;br /&gt;
Configuration of BlueSpiceUniversalExport (and its modules) can be done using [[Manual:Extension/BlueSpiceConfigManager|BlueSpiceConfigManager]]. BlueSpiceUniversalExport and each of the modules provide separate entries in list of extensions.&lt;br /&gt;
Available settings include:&lt;br /&gt;
&lt;br /&gt;
*Table of content - provided by BlueSpiceUEModuleBookPDF export and therefore only applies to exporting books. Select how ToC should be constructed (as a ToC for the entire book or by each page individualy)&lt;br /&gt;
*Hide namespace prefix in HTML - should namespace prefixes be shown when displaying page titles in HTML exports.&lt;br /&gt;
*Hide namespace prefix in PDF - should namespace prefixes be shown when displaying page titles in PDF exports.&lt;br /&gt;
*Metadata (standard, JSON) - additional data to be passed to the rendering template in JSON format. This data will be avalible for usage in the template (advanced users).&lt;br /&gt;
*Metadata (override, JSON) - offers overriding standard data sent to the rendering template. Values that are set by default can be overriden by using this option (JSON format) (advanced users).&lt;br /&gt;
&lt;br /&gt;
==Printing from Export menu==&lt;br /&gt;
MediaWiki by default provides print view for the pages. This is also availble from &amp;quot;Export&amp;quot; menu (option &amp;quot;Print&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceUniversalExport}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceUniversalExport]]}}&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3391&amp;diff=19106</id>
		<title>SocialEntity:3391</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3391&amp;diff=19106"/>
		<updated>2019-12-12T08:59:14Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1399,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19105,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceUniversalExport&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3391,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceReaders&amp;diff=19103</id>
		<title>Manual:Extension/BlueSpiceReaders</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceReaders&amp;diff=19103"/>
		<updated>2019-12-12T08:51:00Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceReaders?==&lt;br /&gt;
&lt;br /&gt;
'''BlueSpiceReaders''' displays the visitors of a wiki article.&lt;br /&gt;
&lt;br /&gt;
==Where to find BlueSpiceReaders==&lt;br /&gt;
[[File:Readers1a.png|thumb|Readers in the flyout]]&lt;br /&gt;
[[File:Readers3a.png|thumb|Readers in the special page]]&lt;br /&gt;
&lt;br /&gt;
List of article visitors is availble from the right navigation, in  &amp;quot;Quality management&amp;quot; tab, in the &amp;quot;Page information&amp;quot; flyout.&lt;br /&gt;
Also, readers of the page are available on &amp;lt;code&amp;gt;Special:Readers/PAGE_NAME&amp;lt;/code&amp;gt;, which can be accessed only by wiki admins. This special page shows more complete information then the flyout.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
[[File:Readers2a.png|thumb|Configuration of BlueSpiceReaders]]&lt;br /&gt;
In [[Manual:Extension/BlueSpiceConfigManager|BlueSpiceConfigManager]], wiki admins can change the settings for BlueSpiceReaders. Here number of readers to be shown in the flyout can be changed (defaults to 10).&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceAvatars}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceReaders]]}}&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3390&amp;diff=19104</id>
		<title>SocialEntity:3390</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3390&amp;diff=19104"/>
		<updated>2019-12-12T08:51:00Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1364,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19103,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceReaders&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3390,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpicePermissionManager&amp;diff=19099</id>
		<title>Manual:Extension/BlueSpicePermissionManager</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpicePermissionManager&amp;diff=19099"/>
		<updated>2019-12-12T08:38:59Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Managing permissions}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Access to the permission manager==&lt;br /&gt;
To manage permissions, the extension '''BlueSpicePermissionManager''' provides the administrator interface. It is located under ''Global actions &amp;gt; Management &amp;gt; Permisison manager''. This links to the page &amp;lt;code&amp;gt;Special:PermissionManager&amp;lt;/code&amp;gt;:&amp;lt;br /&amp;gt;[[File:PermissionManager1a.png|alt=Screenshot: Permission manager|border|center|650x650px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
==Role-based permissions==&lt;br /&gt;
In BlueSpice version 3.0 roles were introduced as a way to manage wiki rights, .&lt;br /&gt;
The main intention of using roles is to simplify rights management.&lt;br /&gt;
&lt;br /&gt;
Roles represent a '''collection of individual permissions''' that are necessary to perform certain function on the wiki. For example, for a user who is supposed to only read the wiki, many permissions in addition to the &amp;quot;read&amp;quot; permission are needed: the ability to change their own settings,  to search the wiki, to view page ratings, and so on.&lt;br /&gt;
&lt;br /&gt;
All permissions that make up a logical group are encapsulated in a role, in this example the role &amp;quot;reader&amp;quot;.&lt;br /&gt;
If wiki admins want to grant read-only rights to a user group, they only need to assign that group the &amp;quot;reader&amp;quot; role, instead of assigning many individual rights.&lt;br /&gt;
&lt;br /&gt;
By assigning roles to a group, all users belonging to that group will receive the rights contained in these roles. Roles are not assigned directly to users, but to groups instead. Users are then assigned to one or more groups.&lt;br /&gt;
&lt;br /&gt;
===Default roles===&lt;br /&gt;
By default, BlueSpicePermissionManager includes a number of pre-defined roles that serve most user needs on the wiki. The individual permissions contained in a role can be seen by clicking the info icon in front of the role  name. It opens a dialog with a permissions list for the role:&lt;br /&gt;
[[File:bot-permissions.png|alt=Screenshot: bot permissions|center|650x650px]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''bot '''- typically assigned only to the ''bot'' group&lt;br /&gt;
*'''admin '''- all available rights. It should be assigned only to wiki-admin groups&lt;br /&gt;
*'''maintenanceadmin '''- very similar to the ''admin'' role, used for user groups that are responsible for maintaining wiki integrity&lt;br /&gt;
*'''author '''- all permissions necessary for creating content on the wiki&lt;br /&gt;
*'''editor '''- create content, edit and delete content, create reviews&lt;br /&gt;
*'''reviewer '''- all reviewing actions&lt;br /&gt;
*'''accountmanager '''- user account management rights&lt;br /&gt;
*'''structuremanager '''- move (rename) pages, create and delete namespaces&lt;br /&gt;
*'''reader''' - basic read-only access&lt;br /&gt;
*'''accountselfcreate '''- this role must be assinged to the &amp;quot;*&amp;quot; groups to allow users to self-create user accounts&lt;br /&gt;
*'''commenter '''- cannot create and edit content, can only comment on existing content&lt;br /&gt;
&lt;br /&gt;
==The roles matrix==&lt;br /&gt;
The permission manager consists of the group tree (1) and the role matrix (2):&amp;lt;br /&amp;gt;[[File:PermissionManager2a.png|Adding namespaces to the role matrix|alt=Screenshot: permissions manager areas|border|center|650x650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''group tree''' (on the left)  shows all existing groups:&lt;br /&gt;
&lt;br /&gt;
*'''Group &amp;quot;*&amp;quot;:''' all non-logged-in (anonymous) users&lt;br /&gt;
*'''Group &amp;quot;user&amp;quot;:''' all logged-in users, the default group for all users&lt;br /&gt;
*'''Subgroups of group &amp;quot;user&amp;quot;:''' all groups that are defined on the wiki, eiter by default, by MediaWiki, or custom groups created by the wiki admins. System groups, created by MediaWiki, can be hidden by unchecking the &amp;quot;Show system groups&amp;quot; checkbox above the tree.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The columns in the '''role matrix''' are:&lt;br /&gt;
&lt;br /&gt;
*'''Role information''' (info icon): Clicking the icon shows all the permissions  in a role. This list is exportable.&lt;br /&gt;
*'''Role name'''&lt;br /&gt;
*'''Wiki:''' Assignment of a role to the entire wiki. By assigning the role in this column, a user group gets permissions in this role on the wiki (all namespaces).&lt;br /&gt;
*'''Individual namespaces:''' The following columns list every (applicable) namespace on the wiki.&lt;br /&gt;
**Roles can be assigned to individual namespaces. For example, the group ''user'' can get the ''editor'' role only in the namespace ''Public. Users in this group cannot edit content in any other'' . By granting a role to a particular group in a particular namespace, means that all other groups will lose permissions from this role, eg. granting role &amp;quot;reader&amp;quot; in namespace &amp;quot;Private&amp;quot; to group &amp;quot;sysop&amp;quot; means that all users in any other groups won't be able to read pages in &amp;quot;Private&amp;quot; namespace, even if they have &amp;quot;reader&amp;quot; role granted on the wiki level (&amp;quot;Wiki&amp;quot; column).&lt;br /&gt;
**The same role can be granted to multiple groups for the same namespace.&lt;br /&gt;
**Additional namespaces can be added in the matrix by clicking on the arrow in table header, then &amp;quot;Columns&amp;quot;. Then the namespaces can be selected.&lt;br /&gt;
&lt;br /&gt;
===Role inheritance===&lt;br /&gt;
By default, all roles granted to the (*) group will be granted to the ''user'' group, and all roles granted to the ''user'' group are granted to its subgroups.&lt;br /&gt;
If a group inherits the role from an upper-level group field, this is indicated in the role matrix with a green background, but the checkbox is empty.&lt;br /&gt;
&lt;br /&gt;
==Technical info==&lt;br /&gt;
===Logging===&lt;br /&gt;
Every change to the roles is logged in the MediaWiki log book, found under &amp;lt;code&amp;gt;Special:Log&amp;lt;/code&amp;gt; under &amp;lt;code&amp;gt; Permission Manager log&amp;lt;/code&amp;gt; type.&lt;br /&gt;
These logs are availble only to wiki administrators (users in groups with the role ''admin'').&lt;br /&gt;
===Backups===&lt;br /&gt;
All changes to the role matrix  are backed up. By default, the last 5 backups are kept. This limit can be changed in [[Manual:Extension/BlueSpiceConfigManager|BlueSpiceConfigManager]], under configs for the extension BlueSpicePermissionManager.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpicePermissionManager}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en&lt;br /&gt;
|Topic1=[[Reference:PermissionManager]]&lt;br /&gt;
|Topic2=[[Manual:Extension/BlueSpiceGroupManager|Managing groups]]&lt;br /&gt;
|Topic3=[[Rights_concepts|Rights concepts]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3388&amp;diff=19100</id>
		<title>SocialEntity:3388</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3388&amp;diff=19100"/>
		<updated>2019-12-12T08:38:59Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1360,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19099,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpicePermissionManager&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3388,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpicePageTemplates&amp;diff=19097</id>
		<title>Manual:Extension/BlueSpicePageTemplates</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpicePageTemplates&amp;diff=19097"/>
		<updated>2019-12-12T08:37:22Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Page template}}&lt;br /&gt;
&lt;br /&gt;
==What is a page template?==&lt;br /&gt;
&lt;br /&gt;
A page template allows you to apply a predefined content structure to new pages. Thus, certain page types can be created, which are initially always the same structure. This is especially useful for frequently used content formats such as logs, reference pages, product descriptions, or short manuals. When a page is created with a page template, the page becomes &amp;quot;detached&amp;quot; from the original page template. This means that subsequent changes to the template will not affect pages that have originally been created with that page template. This distinguishes page templates from regular [[templates]]. &lt;br /&gt;
&lt;br /&gt;
==Characteristics==&lt;br /&gt;
&lt;br /&gt;
*Just for new pages&lt;br /&gt;
*Can be limited to certain namespaces&lt;br /&gt;
*Can force Namespaces&lt;br /&gt;
*Based on templates in the &amp;quot;Template&amp;quot; namespaces&lt;br /&gt;
*Integrates with &amp;quot;PageForms&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Creating a page template==&lt;br /&gt;
Wiki admins can create new page templates, as well as edit and remove existing ones in the Page templates manager, located under &amp;quot;Global actions&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:PageTemplates1a.png|Page template manager|link=https://en.wiki.bluespice.com/wiki/File:PageTemplates1a.png|center|650x650px|border]]{{Box Note|boxtype=note|Note text=Every page template depends on an actual page in the namespace Template. This template must exist before creating a page template.}}&lt;br /&gt;
A new page template can be created by clicking the &amp;quot;Plus&amp;quot; button above the template list.&lt;br /&gt;
&lt;br /&gt;
===Template fields===&lt;br /&gt;
When creating or editing a page template, the following information needs to be provided:&lt;br /&gt;
&lt;br /&gt;
*'''Name''' - the name of the template&lt;br /&gt;
*'''Description''' - a short description of the template&lt;br /&gt;
*'''Namespace''' - list of the namespace where the template is active&lt;br /&gt;
*'''Template''' - page from the Template namespace from which to pull the data&lt;br /&gt;
&lt;br /&gt;
[[File:PageTemplates2.png|link=https://en.wiki.bluespice.com/wiki/File:PageTemplates2.png|alt=Screenshot: update page template settings|border|center|650x650px]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using page templates==&lt;br /&gt;
A list of available templates appears when a user creates a new page. It is shown below the &amp;quot;Empty page&amp;quot; default template. Selecting one of these page templates will create the new page that is prefilled with the content that is transcluded from the actual template page:&lt;br /&gt;
&lt;br /&gt;
[[File:PageTemplates3a.png|Available page templates when creating a new page|link=https://en.wiki.bluespice.com/wiki/File:PageTemplates3a.png|alt=Screenshot: selecting a page template|center|650x650px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpicePageTemplates}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpicePageTemplates]]}}&lt;br /&gt;
&lt;br /&gt;
[[en:{{FULLPAGENAME}}]]&lt;br /&gt;
[[de:Handbuch:Erweiterung/BlueSpicePageTemplates]]&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3387&amp;diff=19098</id>
		<title>SocialEntity:3387</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3387&amp;diff=19098"/>
		<updated>2019-12-12T08:37:22Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1358,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19097,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpicePageTemplates&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3387,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceInsertCategory&amp;diff=19095</id>
		<title>Manual:Extension/BlueSpiceInsertCategory</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceInsertCategory&amp;diff=19095"/>
		<updated>2019-12-12T08:33:29Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceInsertCategory?==&lt;br /&gt;
'''BlueSpiceInsertCategory''' enables viewing and managing categories a page belongs to.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Where to find BlueSpiceInsertCategory?==&lt;br /&gt;
[[File:InsertCategoryNEW0a.png|thumb]]&lt;br /&gt;
This functionality can be found in &amp;quot;Quality management&amp;quot; tab in right navigation on any content page.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
==Using BlueSpiceInsertCategory==&lt;br /&gt;
[[File:InsertCategoryNEW1a.png|thumb|Categories in &amp;quot;Page information&amp;quot; flyout]]&lt;br /&gt;
[[File:InsertCategoryNEW2.png|thumb|Editing categories]]&lt;br /&gt;
&lt;br /&gt;
If a page already have some categories assigned, those will appear under &amp;quot;Categories&amp;quot; section  of &amp;quot;Quality management&amp;quot; tab.&lt;br /&gt;
&lt;br /&gt;
Managment of the categories for the current page can be done from &amp;quot;Page information&amp;quot; flyout in &amp;quot;Quality management&amp;quot; tab.&lt;br /&gt;
&amp;quot;Categories&amp;quot; section of the &amp;quot;Page information&amp;quot; flyout shows all assigned categories, if any are assigned.&lt;br /&gt;
To add or remove categories, hover over the this section - an &amp;quot;edit&amp;quot; button will appear.&lt;br /&gt;
&lt;br /&gt;
Clicking on this button shows input field where existing categories can be removed, or new ones added, by typing name of the category to be added.&lt;br /&gt;
&lt;br /&gt;
On the right side of this input box there is &amp;quot;hierarchy&amp;quot; button, which opens a dialog listing all categories, in hierarchical view.&lt;br /&gt;
&lt;br /&gt;
Clicking the &amp;quot;Save&amp;quot; button will save changes to the categories, clicking &amp;quot;Cancel&amp;quot; closes the edit mode without saving the changes and &amp;quot;Remove all&amp;quot; button clear all the categories from the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To manage categories on the wiki level, use [[Manual:Extension/BlueSpiceCategoryManager|BlueSpiceCategoryManager]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using classic MediaWiki way of assigning categories==&lt;br /&gt;
&lt;br /&gt;
Here is information on how to add [[Category|Categories]] using the classic MediaWiki way.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceInsertCategory}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceInsertCategory]]}}&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3386&amp;diff=19096</id>
		<title>SocialEntity:3386</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3386&amp;diff=19096"/>
		<updated>2019-12-12T08:33:29Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1339,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19095,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceInsertCategory&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3386,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceInsertCategory&amp;diff=19093</id>
		<title>Manual:Extension/BlueSpiceInsertCategory</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceInsertCategory&amp;diff=19093"/>
		<updated>2019-12-12T08:32:55Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceInsertCategory?==&lt;br /&gt;
'''BlueSpiceInsertCategory''' enables viewing and managing categories a page belongs to.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Where to find BlueSpiceInsertCategory?==&lt;br /&gt;
[[File:InsertCategoryNEW0a.png|thumb]]&lt;br /&gt;
This functionality can be found in &amp;quot;Quality management&amp;quot; tab in right navigation on any content page.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
==Using BlueSpiceInsertCategory==&lt;br /&gt;
[[File:InsertCategoryNEW1a.png|thumb|Categories in &amp;quot;Page information&amp;quot; flyout]]&lt;br /&gt;
[[File:InsertCategoryNEW2.png|thumb|Editing categories]]&lt;br /&gt;
&lt;br /&gt;
If a page already have some categories assigned, those will appear under &amp;quot;Categories&amp;quot; section  of &amp;quot;Quality management&amp;quot; tab.&lt;br /&gt;
&lt;br /&gt;
Managment of the categories for the current page can be done from &amp;quot;Page information&amp;quot; flyout in &amp;quot;Quality management&amp;quot; tab.&lt;br /&gt;
&amp;quot;Categories&amp;quot; section of the &amp;quot;Page information&amp;quot; flyout shows all assigned categories, if any are assigned.&lt;br /&gt;
To add or remove categories, hover over the this section - an &amp;quot;edit&amp;quot; button will appear.&lt;br /&gt;
&lt;br /&gt;
Clicking on this button shows input field where existing categories can be removed, or new ones added, by typing name of the category to be added.&lt;br /&gt;
&lt;br /&gt;
On the right side of this input box there is &amp;quot;hierarchy&amp;quot; button, which opens a dialog listing all categories, in hierarchical view.&lt;br /&gt;
&lt;br /&gt;
Clicking the &amp;quot;Save&amp;quot; button will save changes to the categories, clicking &amp;quot;Cancel&amp;quot; closes the edit mode without saving the changes and &amp;quot;Remove all&amp;quot; button clear all the categories from the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To manage categories on the wiki level, use [[Manual:Extension/BlueSpiceCategoryManager|BlueSpiceCategoryManager]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using classic MediaWiki way of assigning categories==&lt;br /&gt;
&lt;br /&gt;
Here is information on how to add [[Category|Categories]] using the classic MediaWiki way.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceInsertCategory}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceInsertCategory]]}} for this extension.&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3385&amp;diff=19094</id>
		<title>SocialEntity:3385</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3385&amp;diff=19094"/>
		<updated>2019-12-12T08:32:55Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1339,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19093,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceInsertCategory&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3385,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceInsertCategory&amp;diff=19091</id>
		<title>Manual:Extension/BlueSpiceInsertCategory</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceInsertCategory&amp;diff=19091"/>
		<updated>2019-12-12T08:30:04Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceInsertCategory?==&lt;br /&gt;
'''BlueSpiceInsertCategory''' enables viewing and managing categories a page belongs to.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Where to find BlueSpiceInsertCategory?==&lt;br /&gt;
[[File:InsertCategoryNEW0a.png|thumb]]&lt;br /&gt;
This functionality can be found in &amp;quot;Quality management&amp;quot; tab in right navigation on any content page.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
==Using BlueSpiceInsertCategory==&lt;br /&gt;
[[File:InsertCategoryNEW1a.png|thumb|Categories in &amp;quot;Page information&amp;quot; flyout]]&lt;br /&gt;
[[File:InsertCategoryNEW2.png|thumb|Editing categories]]&lt;br /&gt;
&lt;br /&gt;
If a page already have some categories assigned, those will appear under &amp;quot;Categories&amp;quot; section  of &amp;quot;Quality management&amp;quot; tab.&lt;br /&gt;
&lt;br /&gt;
Managment of the categories for the current page can be done from &amp;quot;Page information&amp;quot; flyout in &amp;quot;Quality management&amp;quot; tab.&lt;br /&gt;
&amp;quot;Categories&amp;quot; section of the &amp;quot;Page information&amp;quot; flyout shows all assigned categories, if any are assigned.&lt;br /&gt;
To add or remove categories, hover over the this section - an &amp;quot;edit&amp;quot; button will appear.&lt;br /&gt;
&lt;br /&gt;
Clicking on this button shows input field where existing categories can be removed, or new ones added, by typing name of the category to be added.&lt;br /&gt;
&lt;br /&gt;
On the right side of this input box there is &amp;quot;hierarchy&amp;quot; button, which opens a dialog listing all categories, in hierarchical view.&lt;br /&gt;
&lt;br /&gt;
Clicking the &amp;quot;Save&amp;quot; button will save changes to the categories, clicking &amp;quot;Cancel&amp;quot; closes the edit mode without saving the changes and &amp;quot;Remove all&amp;quot; button clear all the categories from the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To manage categories on the wiki level, use [[Manual:Extension/BlueSpiceCategoryManager|BlueSpiceCategoryManager]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using classic MediaWiki way of assigning categories==&lt;br /&gt;
&lt;br /&gt;
Here is information on how to add [[Category|Categories]] using the classic MediaWiki way.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceInsertCategory}}&lt;br /&gt;
&lt;br /&gt;
[[Reference:InsertCategory]] for this extension.&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3384&amp;diff=19092</id>
		<title>SocialEntity:3384</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3384&amp;diff=19092"/>
		<updated>2019-12-12T08:30:04Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1339,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19091,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceInsertCategory&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3384,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExtendedStatistics&amp;diff=19089</id>
		<title>Manual:Extension/BlueSpiceExtendedStatistics</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExtendedStatistics&amp;diff=19089"/>
		<updated>2019-12-12T08:26:44Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceExtendedStatistics?==&lt;br /&gt;
&lt;br /&gt;
'''BlueSpiceExtendedStatistics''' provides an analytic view of many relevant parameters on the wiki, providing wiki administrators better insight into functioning of the wiki.&lt;br /&gt;
&lt;br /&gt;
==Where to find BlueSpiceExtendedStatistics?==&lt;br /&gt;
&lt;br /&gt;
BlueSpiceExtendedStatisticsa special page accessible from Global actions menu in the left navigation.&lt;br /&gt;
&lt;br /&gt;
[[File:ExtendedStatistics1.png|thumb]]&lt;br /&gt;
[[File:ExtendedStatistics2.png|thumb]]&lt;br /&gt;
[[File:ExtendedStatistics3.png|thumb|Results panel]]&lt;br /&gt;
&lt;br /&gt;
===Choosing a data source===&lt;br /&gt;
&lt;br /&gt;
ExtendedStatistics can show data for multiple aspects of the wiki. Available data sources are:&lt;br /&gt;
&lt;br /&gt;
*Number of users: All the users that registered in the period chosen&lt;br /&gt;
*Number of pages: All pages created in the period chosen.&lt;br /&gt;
*Number of content pages: All articles in content namespaces created in the period chosen&lt;br /&gt;
*Number of edits: All edits carried out in the period chosen&lt;br /&gt;
*Edits per user: Number of edits per user in the period chosen&lt;br /&gt;
*Search queries: All terms users searched for in the period chosen. Only availble if [[Manual:Extension/ExtendedSearch|BlueSpiceExtendedSearch]] is installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Choosing filters===&lt;br /&gt;
&lt;br /&gt;
General filters:&lt;br /&gt;
&lt;br /&gt;
*From - Date from which to display data&lt;br /&gt;
*To - Date to which to display data&lt;br /&gt;
&lt;br /&gt;
Some data sources may have additional filters available, like for data sources based on wiki pages, namespace filter is availble.&lt;br /&gt;
&lt;br /&gt;
===Display settings===&lt;br /&gt;
&lt;br /&gt;
The way data will be displayed can be configured in the following aspects:&lt;br /&gt;
&lt;br /&gt;
*Interval - grain of the diagram - determines which time of unit will be used to group the data&lt;br /&gt;
*Mode - display type:&lt;br /&gt;
**Absolute - shows changes in data for the given period&lt;br /&gt;
**Aggregate - shows running total for the data source choosen&lt;br /&gt;
**List - shows data in tabular view - only avaiable for certain data sources&lt;br /&gt;
&lt;br /&gt;
===Viewing the results===&lt;br /&gt;
&lt;br /&gt;
Once all the filters and options are set, click on &amp;quot;Results&amp;quot; tab to show the resulting data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceExtendedStatistics}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceExtendedStatistics]]}}&lt;br /&gt;
&lt;br /&gt;
[[de:Handbuch:Erweiterung/{{SUBPAGENAME}}]]&lt;br /&gt;
[[en:Manual:Extension/{{SUBPAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3383&amp;diff=19090</id>
		<title>SocialEntity:3383</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3383&amp;diff=19090"/>
		<updated>2019-12-12T08:26:44Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1317,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19089,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceExtendedStatistics&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3383,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExtendedStatistics&amp;diff=19087</id>
		<title>Manual:Extension/BlueSpiceExtendedStatistics</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExtendedStatistics&amp;diff=19087"/>
		<updated>2019-12-12T08:25:05Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceExtendedStatistics?==&lt;br /&gt;
&lt;br /&gt;
'''BlueSpiceExtendedStatistics''' provides an analytic view of many relevant parameters on the wiki, providing wiki administrators better insight into functioning of the wiki.&lt;br /&gt;
&lt;br /&gt;
==Where to find BlueSpiceExtendedStatistics?==&lt;br /&gt;
&lt;br /&gt;
BlueSpiceExtendedStatisticsa special page accessible from Global actions menu in the left navigation.&lt;br /&gt;
&lt;br /&gt;
[[File:ExtendedStatistics1.png|thumb]]&lt;br /&gt;
[[File:ExtendedStatistics2.png|thumb]]&lt;br /&gt;
[[File:ExtendedStatistics3.png|thumb|Results panel]]&lt;br /&gt;
&lt;br /&gt;
===Choosing a data source===&lt;br /&gt;
&lt;br /&gt;
ExtendedStatistics can show data for multiple aspects of the wiki. Available data sources are:&lt;br /&gt;
&lt;br /&gt;
*Number of users: All the users that registered in the period chosen&lt;br /&gt;
*Number of pages: All pages created in the period chosen.&lt;br /&gt;
*Number of content pages: All articles in content namespaces created in the period chosen&lt;br /&gt;
*Number of edits: All edits carried out in the period chosen&lt;br /&gt;
*Edits per user: Number of edits per user in the period chosen&lt;br /&gt;
*Search queries: All terms users searched for in the period chosen. Only availble if [[Manual:Extension/ExtendedSearch|BlueSpiceExtendedSearch]] is installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Choosing filters===&lt;br /&gt;
&lt;br /&gt;
General filters:&lt;br /&gt;
&lt;br /&gt;
*From - Date from which to display data&lt;br /&gt;
*To - Date to which to display data&lt;br /&gt;
&lt;br /&gt;
Some data sources may have additional filters available, like for data sources based on wiki pages, namespace filter is availble.&lt;br /&gt;
&lt;br /&gt;
===Display settings===&lt;br /&gt;
&lt;br /&gt;
The way data will be displayed can be configured in the following aspects:&lt;br /&gt;
&lt;br /&gt;
*Interval - grain of the diagram - determines which time of unit will be used to group the data&lt;br /&gt;
*Mode - display type:&lt;br /&gt;
**Absolute - shows changes in data for the given period&lt;br /&gt;
**Aggregate - shows running total for the data source choosen&lt;br /&gt;
**List - shows data in tabular view - only avaiable for certain data sources&lt;br /&gt;
&lt;br /&gt;
===Viewing the results===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once all the filters and options are set, click on &amp;quot;Results&amp;quot; tab to show the resulting data.&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceExtendedStatistics}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceExtendedStatistics]]}}&lt;br /&gt;
&lt;br /&gt;
[[de:Handbuch:Erweiterung/{{SUBPAGENAME}}]]&lt;br /&gt;
[[en:Manual:Extension/{{SUBPAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3382&amp;diff=19088</id>
		<title>SocialEntity:3382</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3382&amp;diff=19088"/>
		<updated>2019-12-12T08:25:05Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1317,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19087,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceExtendedStatistics&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3382,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceChecklist&amp;diff=19085</id>
		<title>Manual:Extension/BlueSpiceChecklist</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceChecklist&amp;diff=19085"/>
		<updated>2019-12-12T08:18:04Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Checklists}}&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==About checklists==&lt;br /&gt;
&lt;br /&gt;
It is easy to insert simple checklists into any wiki page. When a wiki page has a checklist, any user with edit rights can update the checklist values without switching into edit mode.[[File:Checklist5.png|alt=Checklist examples (checkbox and select menu)|center|650x650px|link=https://en.wiki.bluespice.com/wiki/File:Checklist5.png|thumb|Checklist examples (checkbox and select menu)]]&lt;br /&gt;
==Creating a checkbox==&lt;br /&gt;
&lt;br /&gt;
'''Checklist items can be inserted with VisualEditor:'''&lt;br /&gt;
&lt;br /&gt;
# '''Click''' ''Insert'' in VisualEditor.&lt;br /&gt;
# '''Click''' ''More''.&lt;br /&gt;
# '''Click''' ''Magic word.''&lt;br /&gt;
# '''Select''' ''checklist''.&lt;br /&gt;
# '''Choose''' checkbox or list in the configuration box.&lt;br /&gt;
#*''Checkbox:'' creates a single checkbox. It can be pre-selected or not selected.&lt;br /&gt;
#*List: creates a combo box. A predefined list of options as well as the  current status can be selected. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|[[File:Manual:ve-magicword.png|link=https://en.wiki.bluespice.com/wiki/File:Manual:ve-magicword.png|alt=Magic word|center|thumb|201x201px|Magic word]]&lt;br /&gt;
|[[File:Checklist2.png|thumb]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:Checklist3.png|thumb]]&lt;br /&gt;
|[[File:Checklist4.png|thumb]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Multiple checkboxes/comboboxes can be added to a page.&lt;br /&gt;
&lt;br /&gt;
===Defining an option list===&lt;br /&gt;
Before a combobox can be created, a template for the list items needs to be available. For example, to create a list of pizzas, you need to create a page ''Template:Pizza'' with the following content: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
* Choose pizza&lt;br /&gt;
* Margherita&lt;br /&gt;
* Prosciutto&lt;br /&gt;
* Salami&lt;br /&gt;
* Fungi|#00FF00&lt;br /&gt;
* Hawaii&lt;br /&gt;
* Gamberetti|#0000FF&lt;br /&gt;
* Diavolo&lt;br /&gt;
* Siziliana|#0000FF&lt;br /&gt;
* Quattro Formaggi|#00FF00&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After saving this page, the list &amp;quot;Pizza&amp;quot; appears in the select menu ''Option list''.&lt;br /&gt;
&lt;br /&gt;
Colors can be assigned to each option using the color's [[wikipedia:Web_colors|HEX code]]. The color value #FF8800 shows orange text.&lt;br /&gt;
&amp;lt;pre&amp;gt;* Quattro Formaggi|#FF8800&amp;lt;/pre&amp;gt;&lt;br /&gt;
Without specifying the color, text inherits the text color of the wiki page.&lt;br /&gt;
==Adding checklists in source editing mode==&lt;br /&gt;
In addition to using VisualEditor to add and edit the checklist tag, it can also be added to a page using wikitext.&lt;br /&gt;
The syntax for adding the tag is:&lt;br /&gt;
&lt;br /&gt;
*for checkboxes: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;bs:checklist type=&amp;quot;check&amp;quot; checked=&amp;quot;true&amp;quot; /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*for lists: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;bs:checklist type=&amp;quot;list&amp;quot; list=&amp;quot;Template:Pizza&amp;quot; value=&amp;quot;Choose pizza&amp;quot; /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==BlueSpiceChecklist when viewing pages==&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Every user with edit permission can insert and edit checkboxes and select menus. Users with &amp;quot;checklistmodify&amp;quot; permission can set the value of a checkbox or select menu (by default users). The following configuration can be changed in the [[Manual:Extension/BlueSpiceConfigManager|Config manager]]:&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceChecklist}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceChecklist]]}}&lt;br /&gt;
&lt;br /&gt;
[[en:{{FULLPAGENAME}}]]&lt;br /&gt;
[[de:Handbuch:Erweiterung/BlueSpiceCheckList]]&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3381&amp;diff=19086</id>
		<title>SocialEntity:3381</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3381&amp;diff=19086"/>
		<updated>2019-12-12T08:18:04Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1307,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19085,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceChecklist&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3381,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceBookshelf&amp;diff=19082</id>
		<title>Manual:Extension/BlueSpiceBookshelf</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceBookshelf&amp;diff=19082"/>
		<updated>2019-12-12T08:14:39Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is Bookshelf?==&lt;br /&gt;
The extension '''Bookshelf''' expands the BlueSpice distribution, enabling combining and collecting multiple articles into a structured book. These books include convenient ways to navigate (by table of content or book navigation), and they can also be printed as a PDF file if needed. The PDF file includes an individual cover page, a clickable table of contents, and all attachments from the articles contained.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Where to find Bookshelf?==&lt;br /&gt;
[[File:Bookmaker1a.png|thumb]]&lt;br /&gt;
[[File:Bookshelf8.png|thumb]]&lt;br /&gt;
All the books that are available on the wiki are accessible through the left navigation menu, tab &amp;quot;Books&amp;quot; with a book icon.&lt;br /&gt;
Here are shown all the types of books - &amp;quot;General books&amp;quot; and &amp;quot;Own books&amp;quot; by default. Clicking on one of these opens a list of all books available for that type. Clicking on any of the books will open selected book. View of books can be switched between list and grid view.&lt;br /&gt;
&lt;br /&gt;
Once the book is opened, its table of content will appear in the left navigation, under the same tab - &amp;quot;Book&amp;quot;. This table of content can be expanded/collapsed by chapters, and allows for easy navigation throught the book.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
==Book manager==&lt;br /&gt;
[[File:BlueSpiceBookmaker2.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
Books can be managed through Special:BookshelfBookManager. It can be accessed from the overview of the books, as described in previous section, above the list of book or by navigating to Special:SpecialPages.&lt;br /&gt;
In the Book manager, where overview of all books is available, books can be:* Added - by clicking &amp;quot;Add&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
*Edited - by selecting a book and clicking the wrench icon&lt;br /&gt;
*Copied - by selecting a book and clicking &amp;quot;copy&amp;quot; icon&lt;br /&gt;
*Deleted - by selecting a book and clicking &amp;quot;delete&amp;quot; button&lt;br /&gt;
*Exported to PDF - by selecting a book and clicking PDF icon&lt;br /&gt;
*Assigned to a user/group - might be unavailble depending on the wiki configuration&lt;br /&gt;
&lt;br /&gt;
===Create a new book===&lt;br /&gt;
[[File:BlueSpiceBookmaker3.jpg|thumb]]&lt;br /&gt;
[[File:BlueSpiceBookmaker4.jpg|thumb]]&lt;br /&gt;
[[File:BlueSpiceBookmaker5.jpg|thumb]]&lt;br /&gt;
[[File:BlueSpiceBookmaker6.jpg|thumb]]&lt;br /&gt;
[[File:Bookshelf7.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
Creating a new book is done by clicking the &amp;quot;plus&amp;quot; button. Here a name and a type for the book is given.&lt;br /&gt;
After clicking &amp;quot;OK&amp;quot;, book is created, and BookEditor is opened, which allows content to be added to the book. Pages can be added one by one, by clicking &amp;quot;Add&amp;quot; button - which opens a dialog to type the name of the page to be inserted, or in a batch using &amp;quot;Mass add&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
====Mass adding pages====&lt;br /&gt;
After clicking &amp;quot;Mass add&amp;quot; a dialog is opened, where criteria by which to select pages can be selected:&lt;br /&gt;
&lt;br /&gt;
*All pages of a category&lt;br /&gt;
*All subpages of a certain page&lt;br /&gt;
*From a page collection - page collections are lists of pages located in MediaWiki namespace, which are usually created from [[Manual:Extension/BlueSpiceExtendedSearch#Export|search results]].&lt;br /&gt;
*By a semantic property - pages can be selected based on a value of a certain semantic property.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After desired pages are added to the book, it can be saved by clicking &amp;quot;Save&amp;quot; button at the bottom.&lt;br /&gt;
&lt;br /&gt;
===Editing a book===&lt;br /&gt;
Editing a book involves much of the same procedure as when creating a new book, regarding adding pages to the book. &lt;br /&gt;
Pages can also be deleted by selecting a page in the book structure and clicking &amp;quot;delete&amp;quot; button.&lt;br /&gt;
Chapters - and general book structure - can be rearanged by dragging and dropping pages in the book structure. By dragging and dropping PageA over the PageB, PageA will be placed underneat the PageB in the book hierarchy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Insert meta data===&lt;br /&gt;
While editing a book (adding or removing pages), meta-data for the book can be added.&lt;br /&gt;
To edit metadata, select top-most node of the book (first page) and click the wrench icon.&lt;br /&gt;
A dialog will be opened where various meta-data can be added or removed. Some of the most important meta-data include:&lt;br /&gt;
&lt;br /&gt;
*Title&lt;br /&gt;
*Subtitle&lt;br /&gt;
*Author 1 and 2&lt;br /&gt;
*Document-ID&lt;br /&gt;
*Document type&lt;br /&gt;
*Department&lt;br /&gt;
*Version&lt;br /&gt;
*Template (PDF)&lt;br /&gt;
*Table of Contents (Only article titles, or Embed article TOCs)&lt;br /&gt;
&lt;br /&gt;
====Add cover photo====&lt;br /&gt;
In order to add a cover photo for the book add a metadata item &amp;quot;Bookshelf image&amp;quot;. Select this option from the dropdown and click &amp;quot;Add&amp;quot;. Once the meta data is added enter the name of the image in the value field.&lt;br /&gt;
Any image currently uploaded to the wiki can be used. Type the name without &amp;quot;File:&amp;quot; prefix, just the image name and extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Export books===&lt;br /&gt;
Book can be exported, individual chapters or even pages into the PDF format:&lt;br /&gt;
&lt;br /&gt;
*Open the book in the book editor.&lt;br /&gt;
*Select all pages or chapters to be exported by clicking the checkboxes in front of them. Subchapters will be automatically selected.&lt;br /&gt;
*Clicking on &amp;quot;Export selection&amp;quot; dropdown menu, open a list of availble formats. By clicking on one of the formats offered, book export will start&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Working hints==&lt;br /&gt;
&lt;br /&gt;
*Use a competent team to decide on the content that should be transferred into an online book.&lt;br /&gt;
*Decide on how to handle existing numerations or references.&lt;br /&gt;
*Seize the opportunity: get rid of unnecessary content (or don't include it in your wiki in the first place)&lt;br /&gt;
*Decide on standards for documents: when does it make sense to link documents in the wiki? When is is sensible to include the document's content into a wiki article?&lt;br /&gt;
*Decide on a fitting course of action: do you want to create the articles in the wiki first, and compile them in a book structure afterwards, or do you want to create the book structure first, and create and edit the articles contained gradually? Especially if you choose the latter, templates will be very important, because you can add the book navigation tag necessary already to the template. This saves a lot of time later on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In order to create and edit books, user needs &amp;quot;edit&amp;quot; rights in Book namespace.&lt;br /&gt;
Additionally, user can only add pages to the book that that user can read.&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceBookshelf}}&lt;br /&gt;
&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceBookshelf]]}}&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3380&amp;diff=19083</id>
		<title>SocialEntity:3380</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3380&amp;diff=19083"/>
		<updated>2019-12-12T08:14:39Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1730,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19082,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceBookshelf&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3380,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceAuthors&amp;diff=19078</id>
		<title>Manual:Extension/BlueSpiceAuthors</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceAuthors&amp;diff=19078"/>
		<updated>2019-12-12T08:10:29Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What is BlueSpiceAuthors?==&lt;br /&gt;
&lt;br /&gt;
The '''BlueSpiceAuthors '''extension displays all users who have contributed to a page. &lt;br /&gt;
&lt;br /&gt;
==Where to find Authors==&lt;br /&gt;
Authors of a page are listed under ''Authors of this page'' on the ''Page information.''[[File:Authors2.jpg|thumb|450x450px|link=https://en.wiki.bluespice.com/wiki/File:Authors2.jpg|alt=Page tools|center|Page tools]]Each user in the list of authors with an indication for original author or editor. [[File:Authors3.jpg|thumb|450x450px|link=https://en.wiki.bluespice.com/wiki/File:Authors3.jpg|alt=author info|center|author info]]&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the [[Manual:Extension/BlueSpiceConfigManager‏‎‏‎|Config manager]] you can change if authors are shown on the Page information or not.&lt;br /&gt;
&lt;br /&gt;
[[File:Manual:configmanager-authors.png|alt=Config manager|center|thumb|300x300px|Config manager]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceAuthors}}&lt;br /&gt;
{{Box Links-en|Topic1=[[Reference:BlueSpiceAuthors]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3378&amp;diff=19079</id>
		<title>SocialEntity:3378</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=SocialEntity:3378&amp;diff=19079"/>
		<updated>2019-12-12T08:10:29Z</updated>

		<summary type="html">&lt;p&gt;P technik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
    &amp;quot;wikipageid&amp;quot;: 1234,&lt;br /&gt;
    &amp;quot;revisionid&amp;quot;: 19078,&lt;br /&gt;
    &amp;quot;namespace&amp;quot;: 3000,&lt;br /&gt;
    &amp;quot;titletext&amp;quot;: &amp;quot;Extension/BlueSpiceAuthors&amp;quot;,&lt;br /&gt;
    &amp;quot;action&amp;quot;: &amp;quot;edit&amp;quot;,&lt;br /&gt;
    &amp;quot;summary&amp;quot;: &amp;quot;\u29fcbs-socialactionsmw-autoeditsummaray\u29fd&amp;quot;,&lt;br /&gt;
    &amp;quot;parentid&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;id&amp;quot;: 3378,&lt;br /&gt;
    &amp;quot;ownerid&amp;quot;: 29,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;articlesave&amp;quot;,&lt;br /&gt;
    &amp;quot;archived&amp;quot;: false,&lt;br /&gt;
    &amp;quot;tags&amp;quot;: [],&lt;br /&gt;
    &amp;quot;resolved&amp;quot;: false&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>P technik</name></author>
		
	</entry>
</feed>