Difference between revisions of "Manual:MagicWords/Tags"
Templates/files updated (unreviewed pages in bold): Template:Box Links-en
[quality revision] | [quality revision] |
m (Text replacement - "Reference:WhoIsOnline" to "Reference:BlueSpiceWhoIsOnline") |
m (Text replacement - "Reference:WhoIsOnline" to "Reference:BlueSpiceWhoIsOnline") |
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.
Contents
- 1 activitystream
- 2 booklist
- 3 bookmeta
- 4 bookshelf
- 5 checklist
- 6 countarticles
- 7 countcharacters
- 8 countfiles
- 9 countusers
- 10 drawio
- 11 newbies
- 12 pageaccess
- 13 pagesvisited
- 14 pagetemplates
- 15 pdfpagebreak
- 16 profileimage
- 17 showtime
- 18 signhere
- 19 smartlist
- 20 tagcloud
- 21 tagsearch
- 22 timeline
- 23 toplist
- 24 universalexportexcludearticle
- 25 universalexporthidetitle
- 26 universalexportmeta
- 27 universalexportnoexport
- 28 universalexportpagebreak
- 29 universalexportparams
- 30 watchlist
- 31 whoisonlinecount
- 32 whoisonlinepopup
- 33 Related info
activitystream[edit | edit source]
Description: Generates lists of recently changed social entities of a user, such as comments or blog entries.
Example: <bs:activitystream user="WikiSysop" />
booklist[edit | edit source]
Description: Generates lists of articles from the namespace "book" and can be filtered. The indication of the filter ist mandatory.
Example: <bs:booklist filter="title:handbook|responsible:Testuser" />
Extension: BlueSpiceBookshelf
bookmeta[edit | edit source]
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.
Example: <bs:bookmetatitle="Installation manual"subtitle="BlueSpice pro" author1="Hallo Welt!" version="1.0" />
Extension: BlueSpiceBookshelf
bookshelf[edit | edit source]
Description: Inserts the chapter navigation of a book in a page that is not part of a book. Numbering is automatically created according to the table of contents.
Example: <bs:bookshelf src="Book:Installation manual" width="200" height="100" float="left" />
Extension: BlueSpiceBookshelf
checklist[edit | edit source]
Description: Generates a checkbox or a select menu. The checklist can be modified by various parameters.
Example: <bs:checklist type="list" value="false" list="Status" /><option>-</option><option>-</option></select>
Extension: BlueSpiceChecklist
countarticles[edit | edit source]
Description: Displays the number of articles in the wiki.
Example: <bs:countarticles />
Extension: BlueSpiceCountThings
countcharacters[edit | edit source]
Description: Generates metadata about the number of characters, words or number of printed pages for the page.
Example: <bs:countcharacters mode="chars">ARTICLENAME</bs:countcharacters>
Extension: BlueSpiceCountThings
countfiles[edit | edit source]
Description: Shows the number of all uploaded files
Example: <bs:countfiles />
Extension: BlueSpiceCountThings
countusers[edit | edit source]
Description: Shows the number of registered users.
Example: <bs:countusers />
Extension: BlueSpiceCountThings
drawio[edit | edit source]
Description: Inserts the draw.io flow chart editor and allows inline editing of charts and diagrams.
Example: <bs:drawio name="Diagram.png" />
Extension: DrawioEditor
newbies[edit | edit source]
Description: Shows the new users of the wiki. The list can be restricted to a certain number.
Example: <bs:newbies count="3" />
Extension: BlueSpiceSmartList
pageaccess [edit | edit source]
Description: Defines the groups which have exclusive access to a page. Several groups are separated by commas.
Example: <bs:pageaccess groups="sysop"/>
Extension: BlueSpicePageAccess
pagesvisited[edit | edit source]
Description: Shows a list of recently visited pages. This list can be restricted by parameters.
Example: <bs:pagesvisited count="7" maxtitlelength="40" />
Extension: BlueSpicePagesVisited
pagetemplates[edit | edit source]
Description: Shows a list of the wiki's page templates.
Example: <bs:pagetemplates />
Extension: BlueSpicePageTemplates
pdfpagebreak[edit | edit source]
Description: Inserts a page break when the page is exported to PDF.
TExample: <bs:pdfpagebreak />
profileimage[edit | edit source]
Description: Inserts the profile picture of the user on a page.
Example: <bs:profileimage username="WikiSysop" />
Extension: BlueSpiceAvatars
showtime[edit | edit source]
Description: Embeds a video that was uploaded to the wiki on a wiki page.
Example: <bs:showtime width="960" height="760">myvideo.mp4</bs:showtime>
Extension: BlueSpicePlayer
signhere[edit | edit source]
Description: Embeds a visual signature function on a regular wiki page.
Tag: <bs:signhere />
Extension: BlueSpiceSignHere
smartlist[edit | edit source]
Description: Shows a list of pages. The configuration works through several modi and parameters.
Example: <bs:smartlist mode="whatlinkshere" traget="ARTICLENAME" />
Extension: BlueSpiceSmartList
tagcloud[edit | edit source]
Description: Shows a tag cloud on a page.
Example: <bs:tagcloud count="10" minsize="12" maxsize="34" exclude="Imported vocabulary, Project" />
Extension: BlueSpiceTagCloud
tagsearch[edit | edit source]
Description: This function integrates the search form in an article. Search can be configured by parameters.
Example: <bs:tagsearch cat="Help" ns="BlueSpice" operator="OR" />
Extension: BlueSpiceTagSearch
timeline[edit | edit source]
Description: Shows a list of latest social contributions, such as discussion topics, blog entries, or user profile changes.
Example: <bs:toplist count="4" cat="Wiki" period="month" />
Extension:BlueSpiceSocial
toplist[edit | edit source]
Description: Shows the most visited pages. Can be limited by several parameters.
Example: <bs:toplist count="4" cat="Wiki" period="month" />
Extension: BlueSpiceSmartList
universalexportexcludearticle[edit | edit source]
Description: Excludes an article from a PDF export.
Example: <bs:ueexludearticle" />
Extension: BlueSpiceUniversalExport
universalexporthidetitle[edit | edit source]
Description: Allows to add arbitrary meta data to an exported document.
Example: <bs:uemeta department="IT" security="high" />
Extension: BlueSpiceUniversalExport
universalexportmeta[edit | edit source]
Description: Allows to add arbitrary meta data to an exported document.
Example: <bs:uemeta department="IT" security="high" />
Extension: BlueSpiceUniversalExport
universalexportnoexport[edit | edit source]
Description: Content inside this tag will not be exported.
Example: <bs:uenoexport>Not included in export</bs:uenoexport>
Extension: BlueSpiceUniversalExport
universalexportpagebreak[edit | edit source]
Description: If supported by chosen export module, this tag forces a page break in the export document.
Tag: <bs:uepagebreak />
Extension: BlueSpiceUniversalExport
universalexportparams[edit | edit source]
Description: Allows to set special parameters for export, whether the parameter will be evaluated depends on the chosen export module.
Example: <bs:ueparams template="BlueSpice Landscape" />
Extension: UniversalExport
watchlist[edit | edit source]
Description: Shows the articles which have most recent changes and are on your watchlist.
Tag: <bs:watchlist />
Extension:BlueSpiceWatchList
whoisonlinecount[edit | edit source]
Description: Shows the number of users who have logged in within the last 10 minutes.
Example: <bs:whoisonlinecount />
Extension: BlueSpiceWhoIsOnline
whoisonlinepopup[edit | edit source]
Description: Shows all users who have been logged in within the last 10 minutes.The output is a speech bubble when a user hovers over the related link.
Example: <bs:whoisonlinepopup anchortext="Online users" />
Extension: BlueSpiceWhoIsOnline
Related info
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''. __TOC__ ==activitystream== '''Description''': Generates lists of recently changed social entities of a user, such as comments or blog entries. <br />'''Example:''' <nowiki><bs:activitystream user="WikiSysop" /></nowiki> ==booklist== '''Description''': Generates lists of articles from the namespace "book" and can be filtered. The indication of the filter ist mandatory. <br />'''Example''': <nowiki><bs:booklist filter="title:handbook|responsible:Testuser" /></nowiki> <br />'''Extension''': [[Manual:Extension/BlueSpiceBookshelf|BlueSpiceBookshelf]] ==<nowiki>bookmeta</nowiki>== '''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. <br />'''Example''': <nowiki><bs:bookmetatitle="Installation manual"subtitle="BlueSpice pro" author1="Hallo Welt!" version="1.0" /></nowiki> <br />'''Extension''': [[Manual:Extension/BlueSpiceBookshelf|BlueSpiceBookshelf]] ==<nowiki>bookshelf</nowiki>== '''Description''': Inserts the chapter navigation of a book in a page that is not part of a book. Numbering is automatically created according to the table of contents. <br />'''Example''': <nowiki><bs:bookshelf src="Book:Installation manual" width="200" height="100" float="left" /></nowiki><br />'''Extension''': [[Manual:Extension/BlueSpiceBookshelf|BlueSpiceBookshelf]] ==<nowiki>checklist</nowiki>== '''Description''': Generates a checkbox or a select menu. The checklist can be modified by various parameters. <br />'''Example''': <nowiki><bs:checklist type="list" value="false" list="Status" /><option>-</option><option>-</option></select></nowiki> <br />'''Extension''': [[Reference:Checklist|BlueSpiceChecklist]] ==<nowiki>countarticles</nowiki>== '''Description''': Displays the number of articles in the wiki. <br />'''Example''': <nowiki><bs:countarticles /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceCountThings|BlueSpiceCountThings]] ==<nowiki>countcharacters</nowiki>== '''Description''': Generates metadata about the number of characters, words or number of printed pages for the page. <br />'''Example''': <nowiki><bs:countcharacters mode="chars">ARTICLENAME</bs:countcharacters></nowiki> <br />'''Extension''': [[Reference:BlueSpiceCountThings|BlueSpiceCountThings]] ==countfiles== '''Description''': Shows the number of all uploaded files <br />'''Example''': <nowiki><bs:countfiles /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceCountThings|BlueSpiceCountThings]] ==<nowiki>countusers</nowiki>== '''Description''': Shows the number of registered users. <br />'''Example''': <nowiki><bs:countusers /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceCountThings|BlueSpiceCountThings]] ==drawio== '''Description''': Inserts the draw.io flow chart editor and allows inline editing of charts and diagrams. <br />'''Example''': <nowiki><bs:drawio name="Diagram.png" /></nowiki> <br />'''Extension''': [[Reference:DrawioEditor|DrawioEditor]] ==<nowiki>newbies</nowiki>== '''Description''': Shows the new users of the wiki. The list can be restricted to a certain number. <br />'''Example''': <nowiki><bs:newbies count="3" /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceSmartList|BlueSpiceSmartList]] ==<nowiki>pageaccess </nowiki>== '''Description''': Defines the groups which have exclusive access to a page. Several groups are separated by commas. <br />'''Example''': <nowiki><bs:pageaccess groups="sysop"/></nowiki> <br />'''Extension''': [[Reference:BlueSpicePageAccess|BlueSpicePageAccess]] ==<nowiki>pagesvisited</nowiki>== '''Description''': Shows a list of recently visited pages. This list can be restricted by parameters. <br />'''Example''': <nowiki><bs:pagesvisited count="7" maxtitlelength="40" /></nowiki> <br />'''Extension''': [[Reference:BlueSpicePagesVisited|BlueSpicePagesVisited]] ==pagetemplates== '''Description''': Shows a list of the wiki's page templates. <br />'''Example''': <nowiki><bs:pagetemplates /></nowiki> <br />'''Extension:''' [[Reference:BlueSpicePageTemplates|BlueSpicePageTemplates]] ==pdfpagebreak== '''Description''': Inserts a page break when the page is exported to PDF. <br />'''TExample''': <bs:pdfpagebreak /> ==profileimage== '''Description''': Inserts the profile picture of the user on a page. <br />'''Example:''' <nowiki><bs:profileimage username="WikiSysop" /></nowiki> <br />'''Extension:''' [[Reference:BlueSpiceAvatars|BlueSpiceAvatars]] ==showtime== '''Description''': Embeds a video that was uploaded to the wiki on a wiki page. <br />'''Example''': <nowiki><bs:showtime width="960" height="760">myvideo.mp4</bs:showtime></nowiki> <br />'''Extension''': [[Reference:BlueSpicePlayer|BlueSpicePlayer]] ==signhere== '''Description''': Embeds a visual signature function on a regular wiki page. <br />'''Tag''': <nowiki><bs:signhere /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceSignHere|BlueSpiceSignHere]] ==<nowiki>smartlist</nowiki>== '''Description''': Shows a list of pages. The configuration works through several modi and parameters. <br />'''Example''': <nowiki><bs:smartlist mode="whatlinkshere" traget="ARTICLENAME" /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceSmartList|BlueSpiceSmartList]] ==tagcloud== '''Description''': Shows a tag cloud on a page. <br />'''Example''': <nowiki><bs:tagcloud count="10" minsize="12" maxsize="34" exclude="Imported vocabulary, Project" /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceTagCloud|BlueSpiceTagCloud]] ==<nowiki>tagsearch</nowiki>== '''Description''': This function integrates the search form in an article. Search can be configured by parameters. <br />'''Example''': <nowiki><bs:tagsearch cat="Help" ns="BlueSpice" operator="OR" /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceTagSearch|BlueSpiceTagSearch]] ==timeline== '''Description''': Shows a list of latest social contributions, such as discussion topics, blog entries, or user profile changes. <br />'''Example''': <nowiki><bs:toplist count="4" cat="Wiki" period="month" /></nowiki> <br />'''Extension''':[[Reference:BlueSpiceSocial|BlueSpiceSocial]] ==<nowiki>toplist</nowiki>== '''Description''': Shows the most visited pages. Can be limited by several parameters. <br />'''Example''': <nowiki><bs:toplist count="4" cat="Wiki" period="month" /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceSmartList|BlueSpiceSmartList]] ==universalexportexcludearticle== '''Description''': Excludes an article from a PDF export. <br />'''Example''': <bs:ueexludearticle" /> <br />'''Extension''': [[Reference:BlueSpiceUniversalExport|BlueSpiceUniversalExport]] ==universalexporthidetitle== '''Description''': Allows to add arbitrary meta data to an exported document. <br />'''Example''': <nowiki><bs:uemeta department="IT" security="high" /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceUniversalExport|BlueSpiceUniversalExport]] ==universalexportmeta== '''Description''': Allows to add arbitrary meta data to an exported document. <br />'''Example''': <nowiki><bs:uemeta department="IT" security="high" /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceUniversalExport|BlueSpiceUniversalExport]] ==universalexportnoexport== '''Description''': Content inside this tag will not be exported. <br />'''Example''': <nowiki><bs:uenoexport>Not included in export</bs:uenoexport></nowiki> <br />'''Extension''': [[Reference:BlueSpiceUniversalExport|BlueSpiceUniversalExport]] ==universalexportpagebreak== '''Description''': If supported by chosen export module, this tag forces a page break in the export document. <br />'''Tag''': <nowiki><bs:uepagebreak /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceUniversalExport|BlueSpiceUniversalExport]] ==universalexportparams== '''Description''': Allows to set special parameters for export, whether the parameter will be evaluated depends on the chosen export module. <br />'''Example''': <nowiki><bs:ueparams template="BlueSpice Landscape" /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceUniversalExport|UniversalExport]] ==<nowiki>watchlist</nowiki>== '''Description''': Shows the articles which have most recent changes and are on your watchlist. <br />'''Tag''': <nowiki><bs:watchlist /></nowiki> <br />'''Extension''':[[Reference:BlueSpiceWatchList|BlueSpiceWatchList]]''' ==<nowiki>whoisonlinecount</nowiki>== '''Description''': Shows the number of users who have logged in within the last 10 minutes. <br />'''Example''': <nowiki><bs:whoisonlinecount /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceWhoIsOnline|BlueSpiceWhoIsOnline]] ==<nowiki>whoisonlinepopup</nowiki>== '''Description''': Shows all users who have been logged in within the last 10 minutes.The output is a speech bubble when a user hovers over the related link. <br />'''Example''': <nowiki><bs:whoisonlinepopup anchortext="Online users" /></nowiki> <br />'''Extension''': [[Reference:BlueSpiceWhoIsOnline|BlueSpiceWhoIsOnline]] {{Box Links-en|Topic1=[https://www.mediawiki.org/wiki/Help:Magic_words mediawiki.org/wiki/Help:Magic_words]}} [[en:{{FULLPAGENAME}}]] [[de:MagicWords/neu]]
(No difference)
|