Mastering MediaWiki: A Deep Dive into the Content Translation Extension A practical look at Content Translation: what it needs (Parsoid, VisualEditor, UniversalLanguageSelector), how MT is configured, and how the publication workflow works.
How to Deploy MediaWiki Using Docker Compose for Rapid Setup and Management A fast MediaWiki Docker Compose quickstart for evaluation: official images, one compose file, LocalSettings mount, plus the checklist before going production.
How to Integrate MediaWiki with LDAP for Single Sign‑On A verified LDAP SSO setup for MediaWiki: extension stack, ldap.json configuration, connection and search settings, group mapping and common failure modes.
Harnessing the Power of MediaWiki Extensions for Effective Knowledge Management A practical playbook for knowledge management on MediaWiki: structured data, forms, template discipline, review workflows, and how to keep the extension stack healthy.
MediaWiki success story for a local bakery A fictional but realistic case study: using MediaWiki templates, forms and structured data to standardize recipes, track ingredient costs and cut training time.
Automating Complex Export Tasks in MediaWiki Using Lua Using Scribunto Lua to automate exports: module patterns for CSV/JSON generation, the frame and mw APIs, and why heavy exports belong in maintenance scripts.
Configuring Advanced Caching in MediaWiki for Better Performance A verified tour of MediaWiki caching: what each cache stores, choosing backends ($wgMainCacheType, Redis, memcached, APCu), WANObjectCache for multi-DC, and what not to cache.
How to Use MediaWiki’s PageForms Extension to Create Custom Data Entry Forms The form-building side of Page Forms: form markup, field types from text to combobox, autocomplete configuration, multi-instance templates and conditionals.
Enhancing MediaWiki Performance with PHP 8 and Redis Integration A grounded guide to running MediaWiki on PHP 8.x with Redis: the honest performance expectations, phpredis configuration, object and session caches, and verification.
Setting Up Multi-Language Support in MediaWiki Using Translate Extension The zero-to-multilingual path for MediaWiki: core language settings, URL structure per language, the Translate extension, and the content workflow that keeps translations current.