From Fedora Project Wiki
No edit summary |
(Made this display properly when directly viewed) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{| cellpadding="3" style=" | <onlyinclude>{| cellpadding="3" style="border-spacing:1px; background-color:#b3b7ff; font-size:95%; margin:0 0 0.5em 1em; width:28em; {{#ifeq:{{NAMESPACE}}|Template||float:right}}" | ||
! colspan="2" style="font-size:larger;" | {{{REAL-NAME}}} | ! colspan="2" style="font-size:larger;" | {{{REAL-NAME}}} | ||
|- class{{{image|}}}="hiddenStructure" | |- class{{{image|}}}="hiddenStructure" | ||
| colspan="2" align="center" bgcolor="#fdfdff" | [[Image:{{{image}}}|none|none|{{{REAL-NAME}}}]] | | colspan="2" align="center" bgcolor="#fdfdff" | [[Image:{{{image}}}|none|none|{{{REAL-NAME}}}]] | ||
|- background-color:# | |- background-color:#b3b7ff | ||
! colspan="2" | Personal Information | ! colspan="2" | Personal Information | ||
|- class{{{birthday|}}}="hiddenStructure" bgcolor="# | |- class{{{birthday|}}}="hiddenStructure" bgcolor="#fbfbff" valign="top" | ||
| '''Birthday:''' || {{{birthday}}} | | '''Birthday:''' || {{{birthday}}} | ||
|- class{{{birthplace|}}}="hiddenStructure" bgcolor="#fbfbff" valign="top" | |- class{{{birthplace|}}}="hiddenStructure" bgcolor="#fbfbff" valign="top" | ||
Line 14: | Line 14: | ||
! colspan="2" | Fedora-specific Information | ! colspan="2" | Fedora-specific Information | ||
|- bgcolor="#fbfbff" valign="top" | |- bgcolor="#fbfbff" valign="top" | ||
| '''FAS-Name:''' || {{{FAS-NAME}}} | | '''FAS-Name:''' || [[fas:{{{FAS-NAME}}}|{{{FAS-NAME}}}]] | ||
|- bgcolor="#fbfbff" valign="top" | |- bgcolor="#fbfbff" valign="top" | ||
| '''Fedora-Mail:''' || {{{FAS-NAME}}}@fedoraproject.org | | '''Fedora-Mail:''' || {{{FAS-NAME}}}@fedoraproject.org | ||
Line 29: | Line 29: | ||
|- class{{{jabber|}}}="hiddenStructure" bgcolor="#fbfbff" valign="top" | |- class{{{jabber|}}}="hiddenStructure" bgcolor="#fbfbff" valign="top" | ||
| '''Jabber:''' || | {{{jabber}}} | | '''Jabber:''' || | {{{jabber}}} | ||
|} | |}</onlyinclude> | ||
< | |||
{{tempdoc}} | |||
[[Category:Infobox templates]] | |||
[[Category:User page templates]] | |||
{{ | |||
}} | |||
Latest revision as of 03:09, 3 July 2010
{{{REAL-NAME}}} | |
---|---|
[[Image:{{{image}}}|none|none|{{{REAL-NAME}}}]] | |
Personal Information | |
Birthday: | {{{birthday}}} |
Birthplace: | {{{birthplace}}} |
Home: | {{{HOME}}} |
Fedora-specific Information | |
FAS-Name: | [[fas:{{{FAS-NAME}}}|{{{FAS-NAME}}}]] |
Fedora-Mail: | {{{FAS-NAME}}}@fedoraproject.org |
Fedorapeople: | http://{{{FAS-NAME}}}.fedorapeople.org |
Miscellaneous Information | |
private Mail: | {{{pmail}}} |
GPG-Key: | {{{gpg}}} |
Homepage: | {{{homepage}}} |
Jabber: | {{{jabber}}} |
Template documentation [edit]
- This documentation is transcluded from Template:Userpage/Infobox/doc. It will not be transcluded on pages that use this template.
Template:Userpage/Infobox is an infobox that provides basic information about a user. This template is typically used in user pages.
To use this template, it may be easiest to copy one of the examples. REAL-NAME, FAS-NAME, and HOME are the only fields that must be provided.
Examples
Typical user information
This example shows a sample user's infobox.
{{Userpage/Infobox |REAL-NAME=R. H. Fedora |image=Persona-telecommuter-transparent.png |HOME=San Francisco, California |FAS-NAME=rhfedora |pmail=rhfedora@fedoraproject.org |homepage=www.fedoraproject.org }}
Output:
R. H. Fedora | |
---|---|
Personal Information | |
Birthday: | {{{birthday}}} |
Birthplace: | {{{birthplace}}} |
Home: | San Francisco, California |
Fedora-specific Information | |
FAS-Name: | rhfedora |
Fedora-Mail: | rhfedora@fedoraproject.org |
Fedorapeople: | http://rhfedora.fedorapeople.org |
Miscellaneous Information | |
private Mail: | rhfedora@fedoraproject.org |
GPG-Key: | {{{gpg}}} |
Homepage: | www.fedoraproject.org |
Jabber: | {{{jabber}}} |