Details
-
Bug
-
Resolution: Fixed
-
Major
-
4.0
-
None
-
Unit
-
N/A
-
N/A
-
Description
Right now the full macro definition is passed as the content of the macro which is not logical.
For ex if we have:
{{macroname:param1}}
Then the content of macro is passed as "macroname:param1".
Instead the content should be empty since MediaWiki macros don't support passing any content (only parameters).