Mobile gps phone: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<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> | |||
{{ #if: {{{Image|}}} | | |||
{{ #set:Image={{{Image|}}} }}{{ #set:GPS Location={{ #geocode: {{{Location}}} }} }} | |||
[[File:{{{Image}}}|200px|thumb|left|{{PAGENAME}}]] | |||
| }} | |||
{{ #if: {{{Home page|}}} | | |||
<div class="tpldiv"><div class="tpllabel">Home page</span> | |||
<span class="tblvalue">[[Home page::{{{Home page|}}}]]</span> | |||
</div> | |||
{{ #if: {{{Location|}}} | | |||
<div class="tpldiv"><div class="tpllabel">Location</span> | |||
<span class="tblvalue">[[Location::{{{Location|}}}]]</span> | |||
</div> | |||
| }} | |||
== Events with {{PAGENAME}} == | |||
{{ #ask: [[Category:Event]][[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 12:14, 26 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.