Could you explain please how to add a custom magic word to mediawiki LocalSettings.php?
Example: When writing in the wiki {{CUSTOM_VARIABLE}} it will expand to: custom-content
In other words... I want to set in LocalSettings.php
$CUSTOM_VARIABLE = "custom-content";
and that custom variable should then be available inside the wiki be as {{CUSTOM_VARIABLE}}.
If avoidable, writing a mediawiki extension should be avoided.
Is this possible?
Cheers, Patrick