https://bugzilla.wikimedia.org/show_bug.cgi?id=51504
--- Comment #6 from dan <[email protected]> --- (In reply to comment #5) > (In reply to comment #4) > > (In reply to comment #3) > > the format of the modules in the export of Template:Institution is > > <format>text/plain</format>, so there’s no change to <format> in that case > > that > > You misunderstood me, I think. What do you get if you export a module page > from > "mywiki"? Or more correctly, what did you get before applying the patch that > let you import? yes, i misunderstood what you meant by what do i get when i export the module. when i export Module:Date from my local dev wiki without the patch, i get <format>CONTENT_FORMAT_TEXT</format>. with just the change to the __construct method i get <format>text/plain</format>. in any case, it looks like the latest version of Scribunto contains the patch including the isSupportedFormat method and everything works fine with that so i’m glad to see that. thanks for your continued follow-up. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
