Hello,

I have created a page on mediawiki, in which I would like to embed an audio
file, just like the one you see here
<https://en.wikipedia.org/wiki/King_Crimson#1969.E2.80.9370:_In_the_Court_of_the_Crimson_King>

On my page I have written, along with some text, the following:

{{listen|filename=xxx.wav|title="xxx"|description=xxx.}}

Just as it is explained here <https://en.wikipedia.org/wiki/Module:Listen>,
I have created a new page, called Module:Listen, in which I copy and pasted
the following code:

local mFileLink = require('Module:File link')local mTableTools =
require('Module:TableTools')local mSideBox = require('Module:Side
box')...
end
return p

Also, as it is explained here
<https://www.mediawiki.org/wiki/Extension:Scribunto>, since this is
Lua language,
I had also to download and install Scribunto into the extensions/ folder.

When Saving Changes, the embedded audio does not appear.

I would appreciate if you could help me

Thank you very much,

David
_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to