Template:AttendeeImage

From IndieWeb

This template is used to generate a small h-card for IndieWebCamp attendees with their name, photo, and url. For examples, see 2014-review.

Blank Template

Copy, paste, and fill in the information:

{{AttendeeImage
| name = 
| url = 
| img = 
}}

Parameters

name
attendee's name
url
attendee's homepage; note, do not include "http://"
img
attendee's photo

Examples

{{AttendeeImage
| name = Aaron Parecki
| url = aaronparecki.com
| img = https://aaronparecki.com/photo.jpg
}}

Will generate:

Aaron Parecki aaronparecki.com

Notes

This template automatically prepends the "http://" to the url. This was most likely set up as a workaround for MediaWiki auto-linking.

As of 2017, the indieweb.org MediaWiki install has been updated so newer/better options may be available. Note that this template is used a lot on the review pages, so updates need to be backwards compatible.