Changes
add 'wrap' for long samples
<code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="white-space{{#ifeq:{{{style|}}}|plain|border:none;background:nowraptransparent;|{{{style|}}}}}"><!-- Opening tag-->{{#switch:{{{2|pair}}} |c|close = <!--nothing--> |s|single |o|open |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}} }}<!-- Content between tags-->{{#switch:{{{2|pair}}} |c|close = {{{content|}}} |s|single =  /> |o|open = >{{{content|}}} |p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{content|...}}} }}<!-- Closing tag-->{{#switch:{{{2|pair}}} |s|single |o|open = <!--nothing--> |c|close |p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}} }}<!----></code><noinclude>{{documentationDocumentation}}
</noinclude>