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

            Bug ID: 66915
           Summary: Not Processing Output of Custom Tag Extension
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: Lingo
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

I have a custom tag extension that is returning WikiText like so:

 return $parser->recursiveTagParse($wikitext);

Terminology entries that appear in $wikitext are not being marked up by Lingo. 

Consider "FOO" is an entry in the Terminology page and another page is created
like so:

  The list of FOO is below.
  <list_foo/>

The results of the <list_foo/> tag could be something like so:

  {|
  ! FOO !! BAR !! BAZ
  |-
  | 1 || The first one || Details...
  |-
  | 2 || The second one || Mode details...
  |}

The "FOO" in that first line if the page is being marked up properly.  The
"FOO" in the table returned by the tag is not.

-- 
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

Reply via email to