Difference between revisions of "Test matrix"
From FollowTheScore
(New page: {{Type:Test |parameter = matrix }} ===Links to DPL Manual pages=== {{#dplmatrix:''links from articles to the DPL manual''|'''x'''|-|flip| {{#dpl: |debug=1 |category=DPL Manual...) |
|||
Line 1: | Line 1: | ||
{{Type:Test | {{Type:Test | ||
|parameter = matrix | |parameter = matrix | ||
+ | }} | ||
+ | |||
+ | ===generating a matrix from an indented list === | ||
+ | Input is: | ||
+ | one | ||
+ | aha | ||
+ | oho | ||
+ | two | ||
+ | ehem | ||
+ | three | ||
+ | aha | ||
+ | Output is: | ||
+ | {{#dplmatrix:a simple demo matrix|||| | ||
+ | one | ||
+ | aha | ||
+ | oho | ||
+ | two | ||
+ | ehem | ||
+ | three | ||
+ | aha | ||
}} | }} | ||
===Links to DPL Manual pages=== | ===Links to DPL Manual pages=== | ||
− | |||
{{#dplmatrix:''links from articles to the DPL manual''|'''x'''|-|flip| | {{#dplmatrix:''links from articles to the DPL manual''|'''x'''|-|flip| | ||
{{#dpl: | {{#dpl: | ||
|debug=1 | |debug=1 | ||
|category=DPL Manual | |category=DPL Manual | ||
− | |format=,%PAGE% ~~ %TITLE%\n²{:Test matrix2¦page=%PAGE% | + | |format=,%PAGE% ~~ %TITLE%\n²{:Test matrix2¦page=%PAGE%¦category=DPL Manual¦namespace=}², |
}} | }} | ||
}} | }} |
Revision as of 19:00, 17 December 2007
generating a matrix from an indented list
Input is:
one aha oho two ehem three aha
Output is:
a simple demo matrix | aha | ehem | oho |
---|---|---|---|
one | x | x | |
two | x | ||
three | x |