Using a Mac: Difference between revisions

From zooid Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Has type::URL]]
<noinclude>
This is the "Person" template.
It should be called in the following format:
<pre>
{{Person
|Image=
|Home page=
|Location=
|GPS Location=
}}
</pre>
Edit the page to see the template text.
</noinclude><includeonly>
{{ #set:Image={{{Image|}}} }}
{| class="wikitable"
! Image
| [[File:{{{Image}}}]]
|-
! Home page
| [[Home page::{{{Home page|}}}]]
|-
! Location
| [[Location::{{{Location|}}}]]
|-
! GPS Location
| [[GPS Location::{{{GPS Location|}}}]]
|}
 
[[Category:Person]]
</includeonly>

Revision as of 15:31, 11 July 2006

This is the "Person" template. It should be called in the following format:

{{Person
|Image=
|Home page=
|Location=
|GPS Location=
}}

Edit the page to see the template text.