Using a Mac: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
This | <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|}}} }} | |||
{{ #set:GPS Location={{ #geocode: {{{Location}}} }} }} | |||
[[File:{{{Image}}}|200px|thumb|left|{{PAGENAME}}]] | |||
{| class="wikitable" | |||
! Home page | |||
| [[Home page::{{{Home page|}}}]] | |||
|- | |||
! Location | |||
| [[Location::{{{Location|}}}]] | |||
|} | |||
== Events with {{PAGENAME}} == | |||
{{ #ask: [[Category:Events]][[People::{{PAGENAME}}]] | |||
|?Start date | |||
|?End date | |||
|?Location | |||
}} | |||
== | {{#forminput:form=Event|||button text=Add an event|query string=Event[People]={{PAGENAME}}|}} | ||
= | <br class="cleared" /> | ||
[[Category:Person]] | |||
</includeonly> | |||
[ | |||
Revision as of 13:58, 13 August 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.