Using a Mac: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the "Person" | 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> | </noinclude><includeonly> | ||
{{ #set:Image={{{Image|}}} }} | |||
{{{ | {{ #set:GPS Location={{ #geocode: {{{Location|}}}}}}} | ||
{| | [[File:{{{Image}}}|200px|thumb|left|{{PAGENAME}}]] | ||
{| class="wikitable" | |||
! Home page | |||
| | | [[Home page::{{{Home page|}}}]] | ||
! Home page | |||
| {{{ | |||
|- | |- | ||
! Location | ! Location | ||
| {{{ | | [[Location::{{{Location|}}}]] | ||
|} | |} | ||
== Events including {{PAGENAME}} == | |||
{{{ | {{ #ask: [[Category:Events]][[People::{{PAGENAME}}]] | ||
|?Start date | |||
|?End date | |||
|?Location | |||
}} | |||
{{ | {{#formlink:Level|Add an event|Button|Event[People]={{PAGENAME}}}} | ||
[[Category:Person]] | |||
</includeonly> | </includeonly> |