RelativeLinksPagelist
A pagelist using relativelinks
The template, located at PageListTemplate, looks like this
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.RelativeLinksPagelist |
Now, that template is invoked using a simple pagelist directive limited to the first 20 items:
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
A default pagelist
- AttachImage? /
- Jpg
- Backup /
- Backup
- CookbookBasics Explains what the cookbook and its recipes are.
- PmWikiPhilsophy Some of the ideas that guide the design and implementation of PmWiki
- RecentChanges
- Banners /
- Banner1
- Banner2
- Banner3
- Banner4
- Banner5
- Banners
- RecentChanges
- BlogIt /
- BlogIt
- DeveloperDocs
- FAQ
- KnownIssues
- RecentChanges
- ReleaseHistory
- Category /
- 2003
- 2008
Go to page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
Only search in group: AttachImage (1), Backup (4), Banners (7), BlogIt (6), Category (362), Christian (99), Cjc (522), Cookbook (2318), CookbookFr (9), DaveG (21), EmacsModes (52), FoxDocumentation (21), GoogleMapAPI (27), HierarchicalGroupProposals (4), Holidays (149), LinuxTex (6), Localization (15), Magazine (24), Main (12), News (33), NewSkinIdeas (3), Nyår (12), PITS (1528), PLCal (19), PLCalDemo (45), PmCal (846), PmForm (24), PmWiki-DITA (3), PmWiki (314), PmWikiAr (7), PmWikiBg (22), PmWikiCa (48), PmWikiCreole (5), PmWikiCs (27), PmWikiDa (20), PmWikiDe (180), PmWikiEl (7), PmWikiEn (3), PmWikiEo (10), PmWikiEs (14), PmWikiFa (3), PmWikiFi (3), PmWikiFr (174), PmWikiHu (12), PmWikiId (4), PmWikiIt (58), PmWikiJa (41), PmWikiKr (3), PmWikiLt (6), PmWikiLv (3), PmWikiMk (3), PmWikiNl (29), PmWikiNo (5), PmWikiPl (14), PmWikiPt (5), PmWikiPtBr (59), PmWikiRo (5), PmWikiRu (89), PmWikiSi (8), PmWikiSk (31), PmWikiSq (6), PmWikiSv (14), PmWikiTa (3), PmWikiTl (8), PmWikiTr (5), PmWikiUk (8), PmWikiVi (20), PmWikiZhCn (49), PmWikiZhTw (45), Private (3), Profiles (1038), Quiz (8), RHCE (8), Scott (6), Site (60), SiteAdmin (12), Sites (5), Skins (223), SkinTest (5), SkinTutorials (6), StefCTDemo (9), Test (1134), TestBlog (39), TestDescription (12), TestDescriptionFmt (3), Teste (2), TestGroup1 (14), TestJa (17), TestPageList (8), TestProtected (3), TestSort (13), TestW7 (33), UserAuth2 (12), UserSven (2), UTF8 (67), ViewModes (10), WikiSh (14), WikiSpheres (5), WTF (8), XESTest (4), Àéè (4)
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.RelativeLinksPagelist |