Here is an example:
Create a template called "Infobox" (with "Template" checked in the editor under "Treat this page as"). Give it contents like:
Code:
[div] position="sidebar" | [table1]
|-
| Name
| {{{name|Default Name}}}
|-
| Alias
| {{{alias|AKA}}}
[/table1][/div]
Create a wiki page with contents like:
Code:
[template]Infobox
|Name=FirstName LastName
|Alias=Rusty
[/template]
If this does not work, please describe what you do see. Is it rendered as a red link? Do you see raw code as output?
If you get no output whatsoever from this, then make sure that the template is not waiting for approval. It will not render inside another page until it gets approved.
Bookmarks