Open main menu

Changes

Template:P

105 bytes removed, 05:02, 15 April 2020
no edit summary
<code>second</code> - the actual text of the paragraph<br>
== Usage ==
<code><nowiki>{{p|7|This is the actual paragraph text.}}</nowiki></code>=== Example action ===<br>
It will automatically link paragraph 7 to a question that links itself only paragraph 7.
== Tests ==
{| class="wikitable"
|-
! Code !! Expected !! Actual
|-
| <code><nowiki>{{p|7|This is the actual paragraph text.}}</nowiki></code> || <div style="text-align:justify;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[#question7|<sup id="paragraph7">7</sup>]] This is the actual paragraph text.</div> || {{p|7|This is the actual paragraph text.}}
|}
= Paragraph points to a complex question =
<code>third</code> - the actual text of the paragraph<br>
== Usage ==
<code><nowiki>{{p|7|7-8|This is the actual paragraph text.}}</nowiki></code>=== Example action ===<br>
It will automatically link paragraph 7 to a question that links itself to paragraphs 7 and 8.
 == Tests === Paragraph points to a simple question ==Code:<br><code><nowiki>{{p|7|This is the actual paragraph text.}}</nowiki></code> Expected:<div styleclass="text-align:justify;wikitable">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[#question7|<sup id="paragraph7">7</sup>]] This is the actual paragraph text.</div>-! Code !! Expected !! Actual: {{p|7-|This is the actual paragraph text.}}<br> == Paragraph points to a complex question ==Code:<br><code><nowiki>{{p|7|7-8|This is the actual paragraph text.}}</nowiki></code> Expected: || <div style="text-align:justify;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[#question7-8|<sup id="paragraph7">7</sup>]] This is the actual paragraph text.</div>Actual: || {{p|7|7-8|This is the actual paragraph text.}}|}
</noinclude>
<includeonly>{{#if: {{{3|}}}|<div style="text-align:justify;text-indent: 40px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[#question{{{2}}}|<sup id="paragraph{{{1}}}">{{{1}}}</sup>]] {{{3}}}</div>|<div style="text-align:justify;text-indent: 40px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[#question{{{1}}}|<sup id="paragraph{{{1}}}">{{{1}}}</sup>]] {{{2}}}</div>}}</includeonly>