|
Syntax
Call the extension by useing the tag <FlashCard>
and then uss the following parameters.
Parameter | Output |
---|---|
questions=x | Declared inside the tag. Where x is equal to the number of questions |
qx= | Where x is the question number |
ax= | Defines the answer for the question. Where x is the question number the answer belongs to. |
lx= | Defines the article link for the question. Where x is the question number the link belongs to. |
ie.
<FlashCard questions="2">
|q1=
|a1=
|l1=
|q2=
|a2=
|l2=
</FlashCard>
Example
Syntax |
<FlashCard questions="3">
| ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Output |
|