From Fedora Project Wiki

m (Minor wording update)
(rm redundant part)
 
(3 intermediate revisions by one other user not shown)
Line 5: Line 5:
Required fields are written in CAPITAL LETTERS.
Required fields are written in CAPITAL LETTERS.
<pre>
<pre>
{{Template:Userpage/Infobox2
{{Userpage/Infobox2
|REAL-NAME=
|REAL-NAME=
|image=
|image=
Line 58: Line 58:
; twitteruser
; twitteruser
: Your Twitter account user name
: Your Twitter account user name
</noinclude>


== Example ==
== Example ==


The following wiki syntax ...
Many examples of this template can be found at [[Special:WhatLinksHere/{{FULLPAGENAME}}|Special:WhatLinksHere]].
<pre>
{{Template:Userpage/Infobox2
|REAL-NAME=Fedora User
|HOME=http://fedora.wordpress.com
|FAS-NAME=fedora
|IRC=fedora
|irc-channels=#fedora
|image=Fedora_logo.png
|gpg=97A1071F
}}
</pre>  Would result in ... {{Template:Userpage/Infobox2
|REAL-NAME=Fedora User
|HOME=http://fedora.wordpress.com
|FAS-NAME=fedora
|IRC=fedora
|irc-channels=#fedora
|image=Fedora-logo-icon.png
|gpg=97A1071F
}}

Latest revision as of 01:45, 2 October 2015

This template provides a information box displaying user information in a consistent format. A common use for this template is on your User:Name page.

Syntax

Copy this into your article and leave those sections blank that you don't need! Required fields are written in CAPITAL LETTERS.

{{Userpage/Infobox2
|REAL-NAME=
|image=
|birthday=
|birthplace= 
|HOME=
|FAS-NAME=
|IRC=
|irc-channels=
|pmail=
|gpg=
|homepage=
|jabber=
|rhce-cert=
|rhct-cert=
|gtalk=
|twitteruser=
}}

Parameters

The following parameters are recognized. Parameters in CAPITAL letters are required.

REAL-NAME (required)
Your real name.
HOME (required)
Your current home location.
IRC (required)
Your IRC nick name on Fedora channels.
image
Upload your picture by clicking "Upload file" on the left pane. Then put the filename here.
birthday
Your date of birth.
birthplace
Your location of birth.
irc-channels
Your IRC channels joined.
pmail
Your private email address.
gpg
Your gpg key in HEX format (without 0x prefix).
homepage
Your home page (with http:// or https://).
jabber
Your jabber account.
rhce-cert
Your RHCE certification number.
rhct-cert
Your RHCT certification number.
gtalk
Your Gtalk account.
twitteruser
Your Twitter account user name

Example

Many examples of this template can be found at Special:WhatLinksHere.