Hello, as it was told me yesterday on #wikimedia-tech, thanks to @Platonides meta uses a extension based Babel. In the dewiki we use a template based Babel. The meta-babel has inbound MediaWiki:Babel-template
, which adds a prefix (Template_$1
) for all Babel blocks used with the Babel extension. I wanted now to embed external Babel blocks from the german wikipedia for example a statement against Nazis:
“:de:User:Torana/Vorlage:NazisRaus
”.
Babel adds the prefix and tries now:
Template:User :de:User:Torana/Vorlage:NazisRaus
. That does not exist!
Is there a way (argument or something else) to bypass the prefix? If not, do you know another way how I can realize what I’ve set my mind on? Thank you