Difference between revisions of "Template:SL-hCard"

From Second Life Wiki
Jump to navigation Jump to search
(→‎Known Bugs: updated bugs)
m (Fixing known error)
Line 15: Line 15:
-->
-->
<div style="color:#93a9d5;font-weight:bold;">Born:</div>
<div style="color:#93a9d5;font-weight:bold;">Born:</div>
<div style="border:1px inset #000;padding:0.1em;margin-left:0;">{{{rezday}}}</div>
<div style="border:1px inset #000;padding:0.1em;margin-left:0;">{{{rezday|&nbsp;}}}</div>
<div style="color:#93a9d5;font-weight:bold;">Account:</div>
<div style="color:#93a9d5;font-weight:bold;">Account:</div>
<div style="border:1px inset #000;padding:0.1em;margin-left:0;">{{{account}}}</div>
<div style="border:1px inset #000;padding:0.1em;margin-left:0;">{{{account|&nbsp;}}}</div>
<div style="color:#93a9d5;font-weight:bold;">Partner:</div>
<div style="color:#93a9d5;font-weight:bold;">Partner:</div>
<div style="border:1px inset #000;padding:0.1em;margin-left:0;">{{{partner}}}</div>
<div style="border:1px inset #000;padding:0.1em;margin-left:0;">{{{partner|&nbsp;}}}</div>
<div style="color:#93a9d5;font-weight:bold;">About:</div>
<div style="color:#93a9d5;font-weight:bold;">About:</div>
<div style="border:1px inset #000;padding:0.1em;margin-left:0;">
<div style="border:1px inset #000;padding:0.1em;margin-left:0;">
{{{about}}}
{{{about|&nbsp;}}}
</div>
</div>
<div style="color:#93a9d5;font-weight:bold;">Achievements:</div>
<div style="color:#93a9d5;font-weight:bold;">Achievements:</div>
<div style="border:1px inset #000;padding:0.1em;margin-left:0;">
<div style="border:1px inset #000;padding:0.1em;margin-left:0;">
{{{achieve}}}
{{{achieve|&nbsp;}}}
</div>
</div>
<div style="color:#93a9d5;font-weight:bold;">See Also:</div>
<div style="color:#93a9d5;font-weight:bold;">See Also:</div>
<div style="border:1px inset #000;padding:0.1em;margin-left:0;">
<div style="border:1px inset #000;padding:0.1em;margin-left:0;">
{{{links}}}
{{{links|&nbsp;}}}
</div>
</div>
</div>
</div>

Revision as of 16:24, 29 May 2007


I (SignpostMarv Martin) quickly ported this template over from the SL History Wiki.

It's a geeky method of emulating the SL Profile and uses the hCard Microformat, and is in need of being modified to be more efficient- using the Parser functions if this wiki has them installed.

Guidelines for usage

It is suggested that SL hCard be created in your account's userspace as a separate article, purely for the convenience and flexibility to modify the hCard without affecting the edit history of an article it is included in, and also to make it easier to include the hCard in other articles as shown below.

Guidelines for modification

  • Please don't modify the code extensively if you're not familiar with MediaWiki syntax.
  • Please sign a bug with <small>discovered by ~~~~</small>
    • Similarly, please sign when a bug has been fixed by using <del>example</del> around the bug description followed by <ins>fixed by ~~~~</ins>
  • Once the bugs are fixed, it would be appreciated if the template was locked from being edited by non-admins, for the same reasons the Infobox templates are locked on the Wikipedia

Any random questions about the SL-hCard should be made on the talk page for this template, or on my talk page

Known Bugs

  1. External image loading is diabled- see WEB-32
  2. Image resizing doesn't work- see WEB-3

Example

Profile
SignpostMarv Martin (ArtRaged).jpg
Born:
10/08/2005
About:
Demonically Possesed Albino
Re-license Contributions
I, SignpostMarvMartin declare my intention to make all contributions I have made to this Wiki under the following licenses:
Achievements:
  • created first MegaTokyo fan group in SL, '
  • Only got suspended once (12 hours for harrasing Adam Linden)
  • Became a Second Life Mentor
  • Made two long term additions to Help Island
    • Test Track (removed to lower the physics usage in the Help Island sims)
    • Teleporter map (still there, uses instant touch-to-llSitTarget()
Links:

The wiki-code for using the SL hCard template can be viewed on my user space and my user space on the SL History Wiki

Example for a code:


{{SL-hCard|name=SL-Username
|uuid=
|mode=size
|photo_x=200
|photo_y=200
|image=
|rezday=01/01/2000
|rezdayISO=2000-01-01
|account=
|partner=
|about=
|achieve=
|links=
}}

If you're not sure of your UUID, you can get it in-world by creating the following script:

default
{
	state_entry()
	{
		llOwnerSay((string)llGetOwner());
	}
}

  • The UUID is optional. If you delete it, the corresponding part is not displayed.
  • Please refrain from adding UUIDs to someone else's hCard
  • Please refrain from using other Resident's UUIDs (even if it's an alt of yours)