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: Bookshelf
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: Bookshelf
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: Bookshelf
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: Checklist
countarticles
Description: Displays the number of articles in the wiki.
Tag: <bs:countarticles />
Extension: CountThings
countcharacters
Description: Generates metadata on the content of a pagge. The output is an infobox that can be integrated into an page. With the parameter "mode" different types of information can be displayed.
Tag: <bs:countcharacters>ARTICLENAME</bs:countcharacters>
Example: <bs:countcharacters mode="chars">ARTICLENAME</bs:countcharacters>
Extension: CountThings
countfiles
Description: Shows the number of all uploaded files
Tag: <bs:countfiles />
Extension: CountThings
countusers
Description: Shows the number of registered users.
Tag: <bs:countusers />
Extension: CountThings
drawio
Description: Inserts the draw.io flow chart editor and allows inline editing of charts.
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: SmartList
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: PageAccess
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: PagesVisited
pagetemplates
Description: Shows a list of recently visited pages. This list can be restricted by parameters. Tag: <bs:pagetemplates />
profileimage
Description: Shows a list of recently visited pages. This list can be restricted by parameters. 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: SmartList
showtime
signhere
smartlist
socialentity
socialentityprofile
progress
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: TagSearch
timeline
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: SmartList
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: UniversalExport
uenoexport
Description: Content inside this tag will not be exported.
Tag: <bs:uenoexport>Not included in export</bs:uenoexport>
Extension: UniversalExport
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