Difference between revisions of "Template:P"
(→Tests) |
(→Usage) |
||
Line 10: | Line 10: | ||
<code><nowiki>{{raw:data:p|7|This is the actual paragraph text.}}</nowiki></code><br> | <code><nowiki>{{raw:data:p|7|This is the actual paragraph text.}}</nowiki></code><br> | ||
It will automatically link paragraph 7 to a question that links itself only paragraph 7. | It will automatically link paragraph 7 to a question that links itself only paragraph 7. | ||
+ | == Multiple paragraphs with the same number == | ||
+ | In order to have the possibility to differentiate between multiple paragraphs with the same number, an "id" variable can be introduced as shown in the second row of the table bellow. Note that the same id must be used also for the linked question in order the jump from paragraph to question (and vice verse) to function properly. | ||
+ | |||
== Tests == | == Tests == | ||
{| class="wikitable" | {| class="wikitable" |
Revision as of 09:44, 27 November 2020
p
- stands for Paragraph
This template is recommended to be used whenever a literature paragraph is needed.
Contents
Paragraph points to a simple question
Parameters
first
- number of the paragraph
second
- the actual text of the paragraph
Usage
{{raw:data:p|7|This is the actual paragraph text.}}
It will automatically link paragraph 7 to a question that links itself only paragraph 7.
Multiple paragraphs with the same number
In order to have the possibility to differentiate between multiple paragraphs with the same number, an "id" variable can be introduced as shown in the second row of the table bellow. Note that the same id must be used also for the linked question in order the jump from paragraph to question (and vice verse) to function properly.
Tests
Code | Expected | Actual |
---|---|---|
{{raw:data:p|7|This is the actual paragraph text.}} |
7 This is the actual paragraph text. |
7 This is the actual paragraph text.
|
{{raw:data:p|7|id=second|This is the actual paragraph text.}} |
7 This is the actual paragraph text. |
7 This is the actual paragraph text.
|
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
{{raw:data:p|7|7-8|This is the actual paragraph text.}}
It will automatically link paragraph 7 to a question that links itself to paragraphs 7 and 8.
Tests
Code | Expected | Actual |
---|---|---|
{{raw:data:p|7|7-8|This is the actual paragraph text.}}
|
7 This is the actual paragraph text. |
7 This is the actual paragraph text.
|
{{raw:data:p|7|7-8|id=secondThis is the actual paragraph text.}}
|
7 This is the actual paragraph text. |
7 This is the actual paragraph text.
|
Paragraph with no question
Parameters
nq
- no question
second
- actual paragraph
Usage
{{raw:data:p|nq|This is the actual paragraph text.}}
It will create a paragraph without the indent showing the number of the question and without any link to any question.
Tests
Code | Expected | Actual |
---|---|---|
{{raw:data:p|nq|This is the actual paragraph text.}} |
This is the actual paragraph text. |
This is the actual paragraph text.
|
Continuation of a paragraph to the next page
Parameters
c
- continuation
second
- paragraph continuation
Usage
{{raw:data:p|c|this is the continuation of the paragraph text.}}
It will create a continuation of the paragraph from the previous page. This continuation will not be indented.
Tests
Code | Expected | Actual |
---|---|---|
{{raw:data:p|c|This is the continuation of the paragraph text.}} |
This is the continuation of the paragraph text. |
This is the continuation of the paragraph text.
|
Paragraph multiplicated on the same page
The bellow options should be used in the situation in which there is the same number of paragraph (ex. two times paragraph 7) on the same page.
Paragraph points to a simple question
Parameters
first
- number of the paragraph
second
- additional id. It can be any characters.
third
- the actual text of the paragraph
Usage
{{raw:data:p|7|id=second|This is the actual paragraph text.}}
Tests
Code | Expected | Actual |
---|---|---|
{{raw:data:p|7|id=second|This is the actual paragraph text.}} |
7 This is the actual paragraph text. |
7 This is the actual paragraph text.
|
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
{{raw:data:p|7|7-8|id=second|This is the actual paragraph text.}}
It will automatically link paragraph 7 to a question that links itself to paragraphs 7 and 8.
Tests
Code | Expected | Actual |
---|---|---|
{{raw:data:p|7|7-8|id=secondThis is the actual paragraph text.}}
|
7 This is the actual paragraph text. |
7 This is the actual paragraph text.
|