Difference between revisions of "Template:P"

From Data JW United
Jump to navigation Jump to search
(Created page with "<noinclude> <code>p</code> - stands for '''Paragraph'''<br> This template is recommended to be used whenever a literature paragraph is needed. = Paragraph points to a simple...")
 
Line 21: Line 21:
 
=== Example action ===
 
=== Example action ===
 
It will automatically link paragraph 7 to a question that links itself to paragraphs 7 and 8.
 
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 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>
 +
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>
 
</noinclude>
 
<includeonly>{{#if: {{{3|}}}|<div style="text-align:justify;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[#question{{{2}}}|<sup id="paragraph{{{1}}}">{{{1}}}</sup>]] {{{3}}}</div>|<div style="text-align:justify;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[#question{{{1}}}|<sup id="paragraph{{{1}}}">{{{1}}}</sup>]] {{{2}}}</div>}}</includeonly>
 
<includeonly>{{#if: {{{3|}}}|<div style="text-align:justify;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[#question{{{2}}}|<sup id="paragraph{{{1}}}">{{{1}}}</sup>]] {{{3}}}</div>|<div style="text-align:justify;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[#question{{{1}}}|<sup id="paragraph{{{1}}}">{{{1}}}</sup>]] {{{2}}}</div>}}</includeonly>

Revision as of 04:26, 1 April 2020

p - stands for Paragraph
This template is recommended to be used whenever a literature paragraph is needed.

Paragraph points to a simple question

Parameters

first - number of the paragraph
second - the actual text of the paragraph

Usage

{{p|7|This is the actual paragraph text.}}

Example action

It will automatically link paragraph 7 to a question that links itself only paragraph 7.

Paragraph points to a complex question

Parameters

first - number of the paragraph
second - number of paragraphs related to the question that is linked to this paragraph. An example would be 7-8 or 10-13
third - the actual text of the paragraph

Usage

{{p|7|7-8|This is the actual paragraph text.}}

Example action

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:
{{p|7|This is the actual paragraph text.}}

Expected:

        7 This is the actual paragraph text.

Actual:

        7 This is the actual paragraph text.


Paragraph points to a complex question

Code:
{{p|7|7-8|This is the actual paragraph text.}}

Expected:

        7 This is the actual paragraph text.

Actual:

        7 This is the actual paragraph text.