https://bugzilla.wikimedia.org/show_bug.cgi?id=55436

       Web browser: ---
            Bug ID: 55436
           Summary: frame:extensionTag() doesn't work when not passed any
                    args
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Scribunto
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

From the console:

 =mw.text.unstrip( mw.getCurrentFrame():extensionTag{ name="pre", content="foo"
} )
 <pre></pre>

 =mw.text.unstrip( mw.getCurrentFrame():extensionTag{ name="pre",
content="foo", args={} } )
 <pre>foo</pre>

Patch to follow momentarily.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to