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
_______________________________________________
MediaWiki-l mailing list -- mediawiki-l@lists.wikimedia.org
To unsubscribe send an email to mediawiki-l-le...@lists.wikimedia.org
https://lists.wikimedia.org/postorius/lists/mediawiki-l.lists.wikimedia.org/

Reply via email to