On 02/07/06, Raquel Rice raquel@thericehouse.net wrote:
Okay, I've tried to find answers by reading every page I could find, but I'm still not understanding.
Let's just say:
I have a user page called "Raquel". That page calls a template called "Userpage. So far, so good.
Now I want to create variables which will be substituted on the user page, and that's where it's falling apart.
[snip]
Assuming {{userpage}} contains a line like
Location: {{{city}}}
then you call the template with, e.g. {{userpage|city=Paris}} to invoke it.
Rob Church