Difference between revisions of "Template:Infobox CommunityPerson"
From SimsWiki
| Line 15: | Line 15: | ||
|test={{{forum_join|}}} | |test={{{forum_join|}}} | ||
|then=<tr><th>[[Forums|Join date]]</th><td>{{{forum_join}}}</td></tr> | |then=<tr><th>[[Forums|Join date]]</th><td>{{{forum_join}}}</td></tr> | ||
| + | }}{{if | ||
| + | |test={{{activity|}}} | ||
| + | |then=<tr><th>Main activity</th><td>{{{activity}}}</td></tr> | ||
}} | }} | ||
<noinclude><tr><td colspan="2">User data will show up here.</td></tr></noinclude> | <noinclude><tr><td colspan="2">User data will show up here.</td></tr></noinclude> | ||
Revision as of 23:41, 13 June 2006
| User data will show up here. |
Basic template
{{Infobox Person
| name =
| alternate_names =
| forum_id =
| forum_join =
| photo =
| caption =
| website =
| yearbook =
}}
Sample usage
{{Infobox CommunityPerson
| name = Delphy
| forum_id = 1
| photo = Delphy.jpg
| caption = (the sinister guy that runs the servers)
| alternate_names = Delphster
| website = http://delphster.net/
| yearbook =
| forum_join = [[2004]]
}}
results in:
| Delphy.jpg (the sinister guy that runs the servers) | |
| a.k.a. | Delphster |
| Website | http://www.delphster.net/ |
| Join date | 2004 |