abc
!! end !! test Extension tags in extension content:!! wikitext {{#tag:pre|ab c}} !! htmlabc!! end !! test Extension tags in extension content:!! wikitext {{#tag:indicator|a b c|name=foo}} !! options showindicators !! metadata foo=abc !! html !! end !! test Extension tags in extension attributes:!! wikitext {{#tag:pre|content|class=ab c}} !! htmlcontent!! end !! test Extension tags in extension attributes:!! wikitext {{#tag:indicator|content|name=a b c}} !! options showindicators !! metadata ac=content !! html !! end !! test Extension tags in extension attributes: bogus tag name !! wikitext {{#tag:does-not-exist|content |name=ab c}} !! html<does-not-exist name="ac">content</does-not-exist>
!! end !! test Extension tags in extension name !! wikitext {{#tag:noignored wiki|content}} !! htmlcontent
!! end !! test Doubly-nested tags !! wikitext {{#tag:nowiki|more {{#tag:nowiki|contenthere }}}} !! htmlmore content here
!! end