IncludeWithVariable

Test Include other pages with variable

Test the consistency of PmWiki variables when undefined, or defined with null and empty values. Also test the case sensitivity of variable names

[[#ivars]]
Hi, {$$Name}, how are you today? 
[[#ivarsend]]

Hi, {$$Name}, how are you today?

Then, including that section above (that section is available via the section {$FullName}#ivars) you get this type of behavior:

(:include {$FullName}#ivars Name=Sam:)

Hi, Sam, how are you today?

What is displayed when Name parameter not supplied?
(:include {$FullName}#ivars:)

Hi, , how are you today?

This result looks wrong, corrected 2.2.14
What is displayed when Name parameter value not supplied?
(:include {$FullName}#ivars Name=:)

Hi, , how are you today?

This result looks wrong, not corrected
What is displayed when Name parameter value is empty?
(:include {$FullName}#ivars Name='':)

Hi, , how are you today?

(:include {$FullName}#ivars name=cam:)

Hi, , how are you today?

This result looks wrong, corrected 2.2.14

Try something similar with page text variables

Avariable: v1
Bvariable:

Avariable: v1 Bvariable:

Avariable="{$:Avariable}"
Bvariable="{$:Bvariable}"
Cvariable="{$:Cvariable}"

Avariable="v1" Bvariable="" Cvariable=""

avariable="{$:avariable}"
bvariable="{$:bvariable}"
cvariable="{$:cvariable}"

avariable="" bvariable="" cvariable=""


Variables in page lists

>>comment<<
[[#pvars]]
(:template default count=1:)
Hi, {$$ParamName}, how are you today?
[[#pvarsend]]
>><<

(:template default count=1:) Hi, {$$ParamName}, how are you today?

This gives:

(:pagelist fmt=#pvars ParamName="Pam":)

Hi, Pam, how are you today?

(:pagelist fmt=#pvars ParamName=:)

Hi, , how are you today?

This result looks wrong, corrected 2.2.14
(:pagelist fmt=#pvars:)

Hi, , how are you today?

This result looks wrong, corrected 2.2.14
(:pagelist fmt=#pvars paramname="cam":)

Hi, , how are you today?

This result looks wrong, case insensitivity would be good

Try with Page Directives.

{$Titlespaced}

{$Description}

{$NoSuchVariable}

Include With Variable

{$titlespaced}

{$description}

{$nosuchvariable}

Escaped template variables?

[[#escaped]]
What happens with an [={$$EscapedVariable}=] ?
[[#escapedend]]
(:include {$FullName}#escaped:)
----
(:include {$FullName}#escaped EscapedVariable=:)
----
(:include {$FullName}#escaped EscapedVariable=Hello:)

What happens with an {$$EscapedVariable} ? What happens with an ?


What happens with an ?


What happens with an Hello ?

Conditional expression

[[#tplcond]]
(:if equal "{$$Who}" "Petko":)
%Py%''Petko'' Yotov
(:elseif equal "{$$Who}" "Pm":)
%Pm% '''P'''atrick '''M'''ichaud
(:else:)
%red% No wikistyle defined for '''{$$Who}'''.
(:if:)
[[#tplcondend]]

No wikistyle defined for {$$Who}.

(:include {$FullName}#tplcond Who=Pm:)
----
(:include {$FullName}#tplcond Who=Simon:)
----
(:include {$FullName}#tplcond:)
----
(:include {$FullName}#tplcond Who=Petko:)

Patrick Michaud


No wikistyle defined for Simon.


No wikistyle defined for .


Petko Yotov

  0: 00.00 00.00 config start
  1: 00.02 00.01 config end
  2: 00.38 00.20 MarkupToHTML begin
  3: 00.38 00.20 MarkupToHTML begin
  4: 00.39 00.21 MarkupToHTML end
  5: 00.39 00.21 MarkupToHTML begin
  6: 00.41 00.21 MarkupToHTML end
  7: 00.41 00.21 MarkupToHTML begin
  8: 00.41 00.21 MarkupToHTML end
  9: 00.41 00.21 MarkupToHTML begin
 10: 00.41 00.22 MarkupToHTML end
 11: 00.41 00.22 MarkupToHTML begin
 12: 00.41 00.22 MarkupToHTML end
 13: 00.41 00.22 MarkupToHTML begin
 14: 00.42 00.22 MarkupToHTML end
 15: 00.42 00.22 MarkupToHTML begin
 16: 00.42 00.22 MarkupToHTML end
 17: 00.42 00.22 MarkupToHTML begin
 18: 00.42 00.22 MarkupToHTML end
 19: 00.42 00.22 MarkupToHTML begin
 20: 00.42 00.22 MarkupToHTML end
 21: 00.42 00.22 MarkupToHTML begin
 22: 00.42 00.22 MarkupToHTML end
 23: 00.42 00.22 MarkupToHTML begin
 24: 00.43 00.22 MarkupToHTML end
 25: 00.43 00.22 MarkupToHTML begin
 26: 00.47 00.24 MarkupToHTML end
 27: 00.47 00.24 MarkupToHTML begin
 28: 00.47 00.24 FPLTemplate: Chain begin
 29: 00.47 00.24 FPLTemplate: FPLTemplateLoad
 30: 00.47 00.24 FPLTemplate: FPLTemplateDefaults
 31: 00.47 00.24 FPLTemplate: FPLTemplatePageList
 32: 00.47 00.24 MakePageList pre
 33: 00.47 00.24 PageListSources begin
 34: 00.47 00.24 PageStore::ls begin wiki.d/{$FullName}
 35: 00.48 00.25 PageStore::ls merge wiki.d/{$FullName}
 36: 00.49 00.25 PageStore::ls end wiki.d/{$FullName}
 37: 00.50 00.26 PageStore::ls begin $FarmD/wikilib.d/{$FullName}
 38: 00.50 00.26 PageStore::ls merge $FarmD/wikilib.d/{$FullName}
 39: 00.50 00.26 PageStore::ls end $FarmD/wikilib.d/{$FullName}
 40: 00.52 00.26 PageListSources end count=10350
 41: 00.52 00.26 PageListSort pre ret=4 order=name
 42: 00.52 00.26 MakePageList items count=10350, filters=
 43: 00.54 00.27 MakePageList post count=10350, readc=0
 44: 00.54 00.27 PageListSort begin
 45: 00.54 00.27 PageListSort sort
 46: 00.72 00.43 PageListSort end
 47: 00.72 00.43 MakePageList end
 48: 00.72 00.43 FPLTemplate: FPLTemplatePmWikiOrg
 49: 00.73 00.43 MarkupToHTML begin
 50: 00.73 00.43 MarkupToHTML end
 51: 00.73 00.43 FPLTemplate: FPLTemplateSliceList
 52: 00.73 00.43 FPLTemplate: FPLTemplateFormat
 53: 00.73 00.43 MarkupToHTML begin
 54: 00.73 00.44 MarkupToHTML end
 55: 00.73 00.44 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
 56: 00.73 00.44 FPLTemplate: Chain end
 57: 00.73 00.44 MarkupToHTML end
 58: 00.73 00.44 MarkupToHTML begin
 59: 00.73 00.44 FPLTemplate: Chain begin
 60: 00.73 00.44 FPLTemplate: FPLTemplateLoad
 61: 00.73 00.44 FPLTemplate: FPLTemplateDefaults
 62: 00.73 00.44 FPLTemplate: FPLTemplatePageList
 63: 00.73 00.44 MakePageList pre
 64: 00.73 00.44 PageListSources begin
 65: 00.73 00.44 PageStore::ls begin wiki.d/{$FullName}
 66: 00.74 00.44 PageStore::ls merge wiki.d/{$FullName}
 67: 00.74 00.44 PageStore::ls end wiki.d/{$FullName}
 68: 00.74 00.45 PageStore::ls begin $FarmD/wikilib.d/{$FullName}
 69: 00.74 00.45 PageStore::ls merge $FarmD/wikilib.d/{$FullName}
 70: 00.74 00.45 PageStore::ls end $FarmD/wikilib.d/{$FullName}
 71: 00.75 00.45 PageListSources end count=10350
 72: 00.75 00.45 PageListTermsTargets begin count=10350
 73: 00.75 00.45 PageIndexGrep begin
 74: 00.78 00.48 PageIndexGrep end
 75: 00.78 00.48 PageListTermsTargets end count=6
 76: 00.78 00.48 PageListSort pre ret=4 order=name
 77: 00.78 00.48 MakePageList items count=6, filters=PageListTermsTargets
 78: 00.82 00.50 MakePageList post count=5, readc=6
 79: 00.82 00.50 PageListSort begin
 80: 00.82 00.50 PageListSort sort
 81: 00.82 00.50 PageListSort end
 82: 00.82 00.50 MakePageList end
 83: 00.82 00.50 FPLTemplate: FPLTemplatePmWikiOrg
 84: 00.82 00.50 MarkupToHTML begin
 85: 00.82 00.50 MarkupToHTML end
 86: 00.82 00.50 FPLTemplate: FPLTemplateSliceList
 87: 00.82 00.50 FPLTemplate: FPLTemplateFormat
 88: 00.82 00.50 MarkupToHTML begin
 89: 00.82 00.50 MarkupToHTML end
 90: 00.82 00.50 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
 91: 00.82 00.50 FPLTemplate: Chain end
 92: 00.82 00.50 MarkupToHTML end
 93: 00.82 00.50 MarkupToHTML begin
 94: 00.82 00.50 FPLTemplate: Chain begin
 95: 00.82 00.50 FPLTemplate: FPLTemplateLoad
 96: 00.82 00.50 FPLTemplate: FPLTemplateDefaults
 97: 00.82 00.50 FPLTemplate: FPLTemplatePageList
 98: 00.82 00.50 MakePageList pre
 99: 00.82 00.50 PageListSources begin
100: 00.82 00.50 PageStore::ls begin wiki.d/{$FullName}
101: 00.83 00.51 PageStore::ls merge wiki.d/{$FullName}
102: 00.83 00.51 PageStore::ls end wiki.d/{$FullName}
103: 00.84 00.52 PageStore::ls begin $FarmD/wikilib.d/{$FullName}
104: 00.84 00.52 PageStore::ls merge $FarmD/wikilib.d/{$FullName}
105: 00.84 00.52 PageStore::ls end $FarmD/wikilib.d/{$FullName}
106: 00.85 00.53 PageListSources end count=10350
107: 00.85 00.53 PageListSort pre ret=4 order=name
108: 00.85 00.53 MakePageList items count=10350, filters=
109: 00.86 00.54 MakePageList post count=10350, readc=0
110: 00.86 00.54 PageListSort begin
111: 00.86 00.54 PageListSort sort
112: 01.03 00.70 PageListSort end
113: 01.03 00.70 MakePageList end
114: 01.03 00.70 FPLTemplate: FPLTemplatePmWikiOrg
115: 01.03 00.70 MarkupToHTML begin
116: 01.03 00.70 MarkupToHTML end
117: 01.03 00.70 FPLTemplate: FPLTemplateSliceList
118: 01.03 00.70 FPLTemplate: FPLTemplateFormat
119: 01.03 00.70 MarkupToHTML begin
120: 01.04 00.71 MarkupToHTML end
121: 01.04 00.71 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
122: 01.04 00.71 FPLTemplate: Chain end
123: 01.04 00.71 MarkupToHTML end
124: 01.04 00.71 MarkupToHTML begin
125: 01.04 00.71 FPLTemplate: Chain begin
126: 01.04 00.71 FPLTemplate: FPLTemplateLoad
127: 01.04 00.71 FPLTemplate: FPLTemplateDefaults
128: 01.04 00.71 FPLTemplate: FPLTemplatePageList
129: 01.04 00.71 MakePageList pre
130: 01.04 00.71 PageListSources begin
131: 01.04 00.71 PageStore::ls begin wiki.d/{$FullName}
132: 01.04 00.71 PageStore::ls merge wiki.d/{$FullName}
133: 01.05 00.72 PageStore::ls end wiki.d/{$FullName}
134: 01.05 00.72 PageStore::ls begin $FarmD/wikilib.d/{$FullName}
135: 01.05 00.72 PageStore::ls merge $FarmD/wikilib.d/{$FullName}
136: 01.05 00.72 PageStore::ls end $FarmD/wikilib.d/{$FullName}
137: 01.06 00.73 PageListSources end count=10350
138: 01.06 00.73 PageListSort pre ret=4 order=name
139: 01.06 00.73 MakePageList items count=10350, filters=
140: 01.07 00.74 MakePageList post count=10350, readc=0
141: 01.07 00.74 PageListSort begin
142: 01.07 00.74 PageListSort sort
143: 01.25 00.91 PageListSort end
144: 01.25 00.91 MakePageList end
145: 01.25 00.91 FPLTemplate: FPLTemplatePmWikiOrg
146: 01.26 00.91 MarkupToHTML begin
147: 01.26 00.91 MarkupToHTML end
148: 01.26 00.91 FPLTemplate: FPLTemplateSliceList
149: 01.26 00.91 FPLTemplate: FPLTemplateFormat
150: 01.26 00.91 MarkupToHTML begin
151: 01.26 00.91 MarkupToHTML end
152: 01.26 00.91 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
153: 01.26 00.91 FPLTemplate: Chain end
154: 01.26 00.91 MarkupToHTML end
155: 01.26 00.91 MarkupToHTML begin
156: 01.26 00.92 MarkupToHTML end
157: 01.26 00.92 MarkupToHTML begin
158: 01.27 00.92 MarkupToHTML end
159: 01.27 00.92 MarkupToHTML begin
160: 01.27 00.92 MarkupToHTML end
161: 01.28 00.94 MarkupToHTML end
162: 01.29 00.94 MarkupToHTML begin
163: 01.30 00.95 ReadApprovedUrls SiteAdmin.ApprovedUrls begin
164: 01.30 00.95 ReadApprovedUrls SiteAdmin.ApprovedUrls end
165: 01.31 00.96 MarkupToHTML end
166: 01.31 00.96 MarkupToHTML begin
167: 01.32 00.97 MarkupToHTML end
168: 01.33 00.97 now
Peak memory: 11,568,720 bytes