An introduction to some useful extensions in the context of MediaWiki and Semantic MediaWiki
From semantic-mediawiki.org
SMWCon Fall 2016 | |
---|---|
An introduction to some useful extensions in the context of MediaWiki and Semantic MediaWiki | |
Talk details | |
Description: | This presentation will provide an overview and introduction to extensions I have created which may be useful in the context of MediaWiki and Semantic MediaWiki. |
Speaker(s): | Simon Heimler |
Type: | Lightning talk, Presentation |
Audience: | Community |
Event start: | 2016/09/30 14:30:00 |
Event finish: | 2016/09/30 14:40:00 |
Length: | 10 minutes |
Video: | click here |
Keywords: | semantic extensions, content management |
Give feedback |
Contents
Introduction[edit]
In this talk, I'd like to briefly introduce and demo some extensions we've developed at gesinn.it recently:
IDs and Labels[edit]
Those two extensions in combination with Semantic Title allow some interesting use cases
- IDProvider: Generate random (UUID...) or incremental ID's. Uses the database to remember current increments. (stable)
- Substitutor: One-time string substitution, useful for generating ID's, timestamps or random numbers (stable)
Semantic Dependencies[edit]
- SemanticDependencyUpdater: Update semantic dependencies through null edit, providing ASK queries as selectors. (stable)
Some more rather simple extensions[edit]
- QRLite: Simple QR Lite graphics in PNG and SVG format that are generated on the fly instead of uploaded in MediaWiki. (stable)
- SimpleTooltip: A simple tooltip extension that supports inline-text and an info icon. Has no dependencies, but additional support for SemanticForms. (stable)