Difference between revisions of "Test matrix"

From FollowTheScore
Jump to: navigation, search
m (Links to DPL Manual pages: adding example code with <pre>)
(generating a matrix from an indented list: adding row showing code above examples)
Line 18: Line 18:
 
  two ~~ Two
 
  two ~~ Two
 
     uhui ~~ UHU
 
     uhui ~~ UHU
 +
 
Output is:
 
Output is:
 
{|class=wikitable
 
{|class=wikitable
 
!normal
 
!normal
 
!flipped
 
!flipped
 +
|--
 +
|<pre>{{#dplmatrix:a simple demo matrix||||
 +
one
 +
oho
 +
aha
 +
two ~~ Two
 +
ehem
 +
three
 +
four
 +
aha
 +
uhui ~~ UHU
 +
two ~~ Two
 +
  uhui ~~ UHU
 +
}}</pre>
 +
|<pre>{{#dplmatrix:a simple demo matrix|<big>&bull;</big>|.|flip|
 +
one
 +
oho
 +
aha
 +
two ~~ Two
 +
ehem
 +
three
 +
four
 +
aha
 +
uhui ~~ UHU
 +
two ~~ Two
 +
  uhui ~~ UHU
 +
}}</pre>
 
|--
 
|--
 
|
 
|
Line 27: Line 55:
 
one
 
one
 
  oho
 
  oho
 
   
 
 
 
  aha
 
  aha
 
two ~~ Two
 
two ~~ Two

Revision as of 04:29, 17 July 2008

Test matrix

generating a matrix from an indented list

Input is:

one
 oho


 aha
two ~~ Two
 ehem
three
four
 aha
 uhui ~~ UHU
two ~~ Two
   uhui ~~ UHU

Output is:

normal flipped
{{#dplmatrix:a simple demo matrix||||
one
 oho
 aha
two ~~ Two
 ehem
three
four
 aha
 uhui ~~ UHU
two ~~ Two
   uhui ~~ UHU
}}
{{#dplmatrix:a simple demo matrix|<big>•</big>|.|flip|
one
 oho
 aha
two ~~ Two
 ehem
three
four
 aha
 uhui ~~ UHU
two ~~ Two
   uhui ~~ UHU
}}
a simple demo matrix aha ehem oho UHU
one x   x  
Two   x   x
three        
four x     x
a simple demo matrix one Two three four
aha . .
ehem . . .
oho . . .
UHU . .
  • "from" items ("source") start in col 1
  • "to" items ("target") are indented by at least one space
  • source appears in input sequence
  • target is sorted by alphabet
  • items are treated as pages and shown as a link
  • the label can be defined by adding it after the iterm, separated by "~~"
  • symbols for "yes" and "no" can be defined
  • via the stylesheet in Mediawiki:Common.css you can control the layout (class=dplmatrix)

Links to DPL Manual pages

Now we use two nested DPL queries and Test matrix2 to generate the indented list:

{{#dplmatrix:''links from articles to the DPL manual''|'''x'''|-|flip|
  {{#dpl:
    |debug=1
    |category=DPL Manual
    |format=,%PAGE% ~~ %TITLE%\n²{:Test matrix2¦page=%PAGE%¦category=DPL Manual¦namespace=}²,
  }}
}}
links from articles to the DPL manual Manual Manual - Authors and History Manual - Compatibility Manual - DPL Bug Reporting and Feature Requests Manual - DPL parameters: Controlling output format Manual - DPL parameters: Controlling output volume Manual - DPL parameters: Other parameters Manual - DPL Special Page with Parameters Manual - DPL with PostgreSQL Manual - dplmatrix Manual - dplnum Manual - dplreplace Manual - dplvar Manual - General Usage and Invocation Syntax Manual - DPL parameters: Controlling output order Manual - DPL parameters: Criteria for page selection Manual - dplchapter Manual - Source and Installation
Manual - x x x x x x x x x x x x x x x x x
Manual - Authors and History x - - - - - - - - x - - - - - - - -
Manual - Compatibility x x - - - - - - - - - - - - - - - x
Manual - DPL Bug Reporting and Feature Requests x - - - - - - - - x - - - - - - - -
Manual - DPL Special Page with Parameters - - - - - - - - - x - - - - - - - -
Manual - DPL parameters: Controlling output format x - - - - - - - - x - - - x x - - -
Manual - DPL parameters: Controlling output order x - - - x - - - - x - - - - - - - -
Manual - DPL parameters: Controlling output volume x - - - x - - - - x - - - - - x - -
Manual - DPL parameters: Criteria for page selection x - - - - x - - - x - - - - - - - x
Manual - DPL parameters: Other parameters x - - - - - - - - x - - - - - - - -
Manual - DPL with PostgreSQL - - - - - - - - - x - - - - - - - x
Manual - General Usage and Invocation Syntax x - - - - - - - - x - - - - - x - -
Manual - Source and Installation x - - - - - - - - x - - - - - x - -
Manual - dplchapter - - - - - - - - - x - - - - - - - -