Template:Attendee
From IndieWeb
(Redirected from Template:attendee)
This template is used to generate a block with the attendee's information.
Blank Template
Copy, paste, and fill in your information:
{{Attendee
|name =
|img =
|url =
|org_name =
|org_url =
|projects =
|elsewhere =
|rsvp_url =
}}
Parameters
- name
- The attendee's full name. You may use wiki syntax
[[User:Example.com|John Doe]]to link to the indiewebcamp.com user profile . - img
- The attendee's profile photo. Photos are limited to display 128×128px, so it is recommended to use wiki image syntax
[[File:example.png|128px]]. A full URL to an external image may also be used. - url
- The attendee's personal URL.
- org
- The attendee's organization name (optional)
- org_url
- The attendee's organization URL (optional)
- projects
- List of IndieWeb projects that the attendee has running on their site, is working on, or contributed to.
- elsewhere
- Links to other web profiles for the attendee (GitHub, Twitter, Facebook, etc.) (optional)
- rsvp_url
- URL of your indie RSVP (optional)
Examples
Including this template code:
{{Attendee
|name = Tantek Çelik
|img = http://tantek.com/logo.jpg
|url = http://tantek.com/
|org_name = Mozilla
|org_url = http://www.mozilla.com
|projects = [http://cassisproject.com/ CASSIS] JS∩PHP (on [http://github.com/tantek/cassis github]),
[http://tantek.com/w/Whistle Whistle] (URL shortener),
[http://tantek.com/w/Falcon Falcon] (my CMS),
[http://microformats.org/wiki/RelMeAuth RelMeAuth]
|elsewhere = [https://twitter.com/t @t], [https://github.com/tantek github.com/tantek]
}}
Will generate:
Name: Tantek Çelik
Organization: Mozilla
IndieWeb Projects: CASSIS JS∩PHP (on github), Whistle (URL shortener), Falcon (my CMS), RelMeAuth
Personal URL: http://tantek.com/
Elsewhere: @t, github.com/tantek














