Sorry, my bad.  I needed to specify {*$:var} on my page text variables in the template in order for them to pick up the value from the current page.  Thus the template should have looked like this:<br><br>===(snip)===<br>Hi, my name is {*$:MyName} and I live at {*$:Address} but you can call me {*$:Title}.<br>
===(snip)===<br><br>You can see this in a working example at <a href="http://pmwiki.qdk.org/pmwiki.php/Test/Include">http://pmwiki.qdk.org/pmwiki.php/Test/Include</a> -- I went ahead and did the template in a simple table to illustrate that markup too..<br>
<br>Welcome to the pmwiki community, Michael!<br><br>-Peter<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>...<br><br>Then in page Mygroup.Mypage where you want to see that displayed you put this:<br>

<br>===(snip)===<br>(:MyName:John Smith:)<br>(:Title:Sam:)<br>(:Address:132 Main St:)<br>(:include Templates/Navbox:)<br>===(snip)===<br><br>Now when you view Mygroup.Mypage you will see<br><br>===(snip)===<br>Hi, my name is John Smith and I live at 132 Main St but you can call me Sam.<br>


===(snip)===<br><br>Is that what you were wanting?  Or were you wanting the variable to be set in the Nav page?<br><br>-Peter<br><br></div><br>