Tags
-
- Last edited 4 years ago by MLR
-
-
- This page is a draft but has an approved version
Tags
This is a list of BlueSpice parser functions. Some of these tags can be inserted using VisualEditor. Go to Insert > Magic words and select the magic word you want to use. If you don't see the tag listed, switch to source editing mode and manually insert the tag there. You can always find the list of all parser tags (both MediaWiki and BlueSpice) in your BlueSpice installation on the page Special:Version, in the section Parser Extension Tags.
activitystream
Description: Generates lists of recent activities.
Tag: <bs:activitystream />
booklist
Description: Generates lists of articles from the namespace "book" and can be filtered. The indication of the filter ist mandatory.
Tag: <bs:booklist filter="someMeta:Val"/>
Example: <bs:booklist filter="title:handbook|responsible:Testuser" />
Extension: BlueSpiceBookshelf
bookmeta
Description: Tag for saving various meta data on book articles. These are included in the book. The attributes of this tag have to correlate with the meta data of the book article.
Tag: <bs:bookmeta/>
Example: <bs:bookmetatitle="Installation manual"subtitle="BlueSpice pro"
author1="Hallo Welt!"
version="1.0" />
Extension: BlueSpiceBookshelf
booknode
Description:
Tag: <bs:booknode />
bookshelf
Description: Inserts the chapter navigation of a book in a book page. Numbering is automatically created according to the table of contents.
Tag: <bs:bookshelf src="" />
Example: <bs:bookshelf src="Book:Installation manual" width="200" height="100" float="left" />
Extension: BlueSpiceBookshelf
checklist
Description: Generates a checkbox or a select menu. The checklist can be modified by various parameters.
Tag: <bs:checklist />
Example: <bs:checklist type="list" value="false" list="Status" /> <option>-</option>
</select></span>
<option>-</option>
<option>-</option>
<option>-</option>
Extension: BlueSpiceChecklist
countarticles
Description: Displays the number of articles in the wiki.
Tag: <bs:countarticles />
Extension: BlueSpiceCountThings
countcharacters
Description: Generates metadata about the number of characters, words or number of printed pages for the page.
Tag: <bs:countcharacters>ARTICLENAME</bs:countcharacters>
Example: <bs:countcharacters mode="chars">ARTICLENAME</bs:countcharacters>
Extension: BlueSpiceCountThings
countfiles
Description: Shows the number of all uploaded files
Tag: <bs:countfiles />
Extension: BlueSpiceCountThings
countusers
Description: Shows the number of registered users.
Tag: <bs:countusers />
Extension: BlueSpiceCountThings
drawio
Description: Inserts the draw.io flow chart editor and allows inline editing of charts and diagrams.
Tag: <bs:drawio />
Extension: DrawioEditor
infobox
newbies
Description: Shows the new users of the wiki. The list can be restricted to a certain number.
Tag: <bs:newbies/>
Example: <bs:newbies count="3" />
Extension: BlueSpiceSmartList
pageaccess
Description: Defines the groups which have exclusive access to a page. Several groups are separated by commas.
Tag: <bs:pageaccess groups="GROUP" />
Example: <bs:pageaccess groups="sysop"/>
Extension: BlueSpicePageAccess
pagesvisited
Description: Shows a list of recently visited pages. This list can be restricted by parameters.
Tag: <bs:pagesvisited/>
Example: <bs:pagesvisited count="7" maxtitlelength="40" />
Extension: BlueSpicePagesVisited
pagetemplates
pdfpagebreak
Description: Inserts a page break when the page is exported to PDF. Tag: <bs:pdfpagebreak />
profileimage
Description:
Tag: <bs:profileimage />
quiz
Description: Adds simple quiz questions to an article.
Tag: <quiz>
{ Your question }
+ correct answer
- incorrect answer
</quiz>
Extension: Quiz
ref
Description: Marks the text between the tags as footnote.
Tag: <ref>Footnote text</ref>
Example: Working with Wikis <ref>Wikis allow users not just to read an article but also to edit</ref>is fun. <br>
It is very useful to use footnotes <ref>A note can provide an author's comments on the main text or citations of a reference work</ref> in the articles.
<br>==References==
<references/>
Extension: Cite
references
Description: Displays the list of footnotes which were inserted into the articles.
Tag: <references />
Example: Working with Wikis <ref>Wikis allow users not just to read an article but also to edit</ref>is fun. <br>
It is very useful to use footnotes <ref>A note can provide an author's comments on the main text or citations of a reference work</ref> in the articles.
<br>==References==
<references/>
Extension: Cite
smartlist
Description: Shows automatically generated lists of articles. The configuration works through several modi and parameters.
Tag: <bs:smartlist />
Example: <bs:smartlist mode="whatlinkshere" traget="ARTICLENAME" />
Extension: BlueSpiceSmartList
showtime
signhere
smartlist
socialentity
socialentityprofile
progress
tagcloud
tagsearch
Description: This function integrates the search form in an article. Search can be configured by parameters.
Tag: <bs:tagsearch />
Example: <bs:tagsearch cat="Help" ns="BlueSpice" operator="OR" />
Extension: BlueSpiceTagSearch
timeline
Description: Shows a list of latest social contributions, such as discussion topics, blog entries, or user profile changes. Tag: <bs:timeline /> Example: <bs:toplist count="4" cat="Wiki" period="month" />
Extension:BlueSpiceSocial
toplist
Description: Shows the most visited pages. Can be limited by several parameters.
Tag: <bs:toplist />
Example: <bs:toplist count="4" cat="Wiki" period="month" />
Extension: BlueSpiceSmartList
ueexcludearticle
uehidetitle
uemeta
Description: Allows to add arbitrary meta data to an exported document.
Tag: <bs:uemeta someMeta="Some Value" />
Example: <bs:uemeta department="IT" security="high" />
Extension: BlueSpiceUniversalExport
uenoexport
Description: Content inside this tag will not be exported.
Tag: <bs:uenoexport>Not included in export</bs:uenoexport>
Extension: BlueSpiceUniversalExport
uepagebreak
Description: If supported by chosen export module, this tag forces a page break in the export document.
Tag: <bs:uepagebreak />
Extension: UniversalExport
ueparams
Description: Allows to set special parameters for export, whether the parameter will be evaluated depends on the chosen export module.
Tag: <bs:ueparams someParam="Some Value"/>
Example: <bs:ueparams template="BlueSpice Landscape" />
Extension: UniversalExport
watchlist
Description: Shows the articles which have most recent changes and are on your watchlist.
Tag: <bs:watchlist />
Extension: WatchList
whoisonlinecount
Description: Shows the number of all users who have been logged in within the last 10 minutes.
Tag: <bs:whoisonlinecount />
Extension: WhoIsOnline
whoisonlinepopup
Description: Shows all users who have been logged in within the last 10 minutes.
Tag: <bs:whoisonlinepopup />
Example: <bs:whoisonlinepopup anchortext="Online users" />
Extension: WhoIsOnline