Content deleted Content added
m Archiving 2 discussion(s) from Module talk:Wd) (bot |
m fix syntaxhighlight |
||
Line 422:
I suggest to add the qID attribute to the math tag generated by the wd for properties with data type math. I implemented for a similar datatzype ''content math'' on [https://drmf-beta.wmflabs.org/index.php?title=Module%3AWd&type=revision&diff=63429&oldid=63412 the drmf wiki.]
I suggest to change the current code
<syntaxhighlight
return mw.getCurrentFrame():extensionTag("math", datavalue)
</syntaxhighlight>
to
<syntaxhighlight
return mw.getCurrentFrame():extensionTag{
name="math",
|