Test /
HiddenLink
Test whether hidden links are visible to pagelists when conditional has a number
Here are three category links, two hidden with different conditionals. (:if true:) [[!Visible]] (:ifend:) (:if1 false:) [[!HiddenByNumberedIf]] (:if1end:) (:if false:) [[!HiddenByPlainIf]] (:ifend:) |
Here are three category links, two hidden with different conditionals. Visible |
If pagelist can see the visible category, HiddenLink should appear in the following list. (:pagelist group=Test list=all name=Hidden* link=Category.Visible:) |
If pagelist can see the visible category, HiddenLink should appear in the following list.
|
If pagelist can see beyond "if1 false" HiddenLink should appear in the following list. (:pagelist group=Test list=all name=Hidden* link=Test.HiddenByNumberedIf:) |
If pagelist can see beyond "if1 false" HiddenLink should appear in the following list. No results found. |
If pagelist can see beyond "if false", HiddenLink should appear in the following list. (:pagelist group=Test list=all name=Hidden* link=Category.HiddenByPlainIf:) |
If pagelist can see beyond "if false", HiddenLink should appear in the following list.
|