Last modified: 2014-06-21 15:24:29 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T68915, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 66915 - Not Processing Output of Custom Tag Extension
Not Processing Output of Custom Tag Extension
Status: UNCONFIRMED
Product: MediaWiki extensions
Classification: Unclassified
Lingo (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-06-21 15:24 UTC by Paul Dugas
Modified: 2014-06-21 15:24 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Paul Dugas 2014-06-21 15:24:29 UTC
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.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links