Test /
PageListTemplate
fmt=#relativelinks
This template includes multiple forms of links to test results with relative links enabled
[[#relativelinks]]
(:if equal {<$Group}:)
!!!Start of pagelist "header". Testing three forms:
|| '''Form:'''||{ $foo } ||{ =$foo } ||{ *$foo } ||
|| '''Escaped:'''||[@ {$foo} ||{=$foo} ||{*$foo} ||
| Group: | {$Group} | {=$Group} | {*$Group} |
| FullName: | {$FullName} | {=$FullName} | {*$FullName} |
End of "header" and start of pagelist iterations
| {=$Group}: | Test. | {=$Group}. | Test. |
| Test.PageListTemplate | {=$FullName} | Test.PageListTemplate |
One more test.
Here is something like the test that had appeared in the relativelinks pagelist header, all by itself without any escapes.
| Form: | { $foo } | { =$foo } | { *$foo } |
| (Not)Escaped: | {=$foo} | ||
| Group: | Test | {=$Group} | Test |
| FullName: | Test.PageListTemplate | {=$FullName} | Test.PageListTemplate |