You are viewing an old version of this page. Return to the latest version.
Microblog
-
- Last edited 4 years ago by Bookmanager
-
-
- No status information
< UserManual:Extension
Revision as of 15:30, 28 July 2020 by Bookmanager (talk | contribs)
Microblogs work exactly like regular blogs. Unlike blogs, however, they do not have a separate title field. Users simply provide a quick message in a single text field.
Microblog syntax
To include a microblog on a page, copy the following tag. An explanation of the individual paramters is available on the help page for blogs:
{{#tag:bs:timeline|
{
"showentitylistmenu": false,
"preloadedentities": [{
"type": "microblog"
}],
"headlinemessagekey": "Letzte Kurznachrichten",
"showheadline": false,
"limit": 3,
"sort": [ {
"property": "timestampcreated",
"direction": "DESC"
}
],
"lockedfilternames": [
"type"
],
"outputtypes": {
"microblog": "Default"
},
"filter": [ {
"type": "list",
"property": "type",
"value": [ "microblog" ],
"comparison": "ct"
}, {
"type": "boolean",
"property": "archived",
"value": false,
"comparison": "eq"
}
]
}
}}
This produces a microblog that looks like this:
Related info