User:Amgine/test page output

From Wiktionary, the free dictionary
Jump to navigation Jump to search

{{template|template}} and '''strong with ''emphassis'''''.

results in

<p><code>{{<a href="/wiki/Template:template" class="mw-redirect" title="Template:template">template</a>}}</code> and <b>strong with <i>emphassis</i></b>.</p>

while api/rest_v1/wikitext/to/html/ body is

<p id="mwAQ"><code about="#mwt1" typeof="mw:Transclusion" data-mw='{"parts":[{"template":{"target":{"wt":"template","href":"./Template:template"},"params":{"1":{"wt":"template"}},"i":0}}]}' id="mwAg"><span typeof="mw:Entity">{</span><span typeof="mw:Entity">{</span><a rel="mw:WikiLink" href="./Template:template" title="Template:template" class="mw-redirect">template</a><span typeof="mw:Entity">}</span><span typeof="mw:Entity">}</span></code> and <b id="mwAw">strong with <i id="mwBA">emphassis</i></b>.</p>

which is very different.