Open main menu

Changes

Template:P

36 bytes removed, 10:52, 16 May 2020
no edit summary
! Code !! Expected !! Actual
|-
| <code><nowiki>{{raw:data:p|7|This is the actual paragraph text.}}</nowiki></code> || <div style="text-align:justify;text-indent: 40px;">[[#question7|<sup id="paragraph7">7</sup>]] This is the actual paragraph text.</div> || {{raw:data:p|7|This is the actual paragraph text.}}
|}
|-
| <code><nowiki>{{raw:data:p|7|7-8|This is the actual paragraph text.}}</nowiki></code>
|| <div style="text-align:justify;text-indent: 40px;">[[#question7-8|<sup id="paragraph7">7</sup>]] This is the actual paragraph text.</div> || {{raw:data:p|7|7-8|This is the actual paragraph text.}}
|}
= Paragraph with no question =
|-
|<code><nowiki>{{raw:data:p|nq|This is the actual paragraph text.}}</nowiki></code><br>
|| <div style="text-align:justify;text-indent:40px;">This is the actual paragraph text.</div> || {{raw:data:p|nq|This is the actual paragraph text.}}
|}
= Continuation of a paragraph to the next page =
|-
|<code><nowiki>{{raw:data:p|c|This is the continuation of the paragraph text.}}</nowiki></code><br>
|| <div style="text-align:justify;">This is the continuation of the paragraph text.</div> || {{raw:data:p|c|This is the continuation of the paragraph text.}}
|}
</noinclude><includeonly>{{#ifeq: {{{1}}}|c|<div style="text-align:justify;">{{{2}}}</div>|{{#ifeq: {{{1}}} | nq | <div style="text-align:justify;text-indent:40px;">{{{2}}}</div> | {{#if: {{{3|}}}|<div style="text-align:justify;text-indent:40px;">[[#question{{{2}}}|<sup id="paragraph{{{1}}}">{{{1}}}</sup>]] {{{3}}}</div>|<div style="text-align:justify;text-indent:40px;">[[#question{{{1}}}|<sup id="paragraph{{{1}}}">{{{1}}}</sup>]] {{{2}}}</div>}} }}|}} </includeonly>