Difference between revisions of "Template:SL-hCard"

From Second Life Wiki
Jump to navigation Jump to search
(removing superfluous wiki-code)
(→‎Known Bugs: {{Jira|WEB-3}} is fixed)
 
(4 intermediate revisions by 3 users not shown)
Line 30: Line 30:
|}</includeonly>
|}</includeonly>
<noinclude>
<noinclude>
:''Consider using [[Template:SL-hCard/2.0]] instead of this template, as it is more customisable than this template.''
I ([[User:SignpostMarv Martin|SignpostMarv Martin]]) quickly ported this template over from the SL History Wiki.
I ([[User:SignpostMarv Martin|SignpostMarv Martin]]) quickly ported this template over from the SL History Wiki.


Line 46: Line 48:


==Known Bugs==
==Known Bugs==
# External image loading is diabled- see {{JIRA|WEB-32}}
# External image loading is disabled- see {{JIRA|WEB-11}}
# Image resizing doesn't work- see {{JIRA|WEB-3}}


==Example==
==Example==
{{User:SignpostMarv Martin/hcard}}
The wiki-code for using the SL hCard template can be viewed on [[User:SignpostMarv Martin/hcard|my user space]] and [http://history.secondserver.net/index.php/User:SignpostMarv_Martin/hcard my user space on the SL History Wiki]
Example for a code:
Example for a code:
<div style="font-size:140%;">
<div style="font-size:140%;">

Latest revision as of 20:56, 3 June 2008


Consider using Template:SL-hCard/2.0 instead of this template, as it is more customisable than this template.

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 disabled- see WEB-11

Example

Example for a code:


{{SL-hCard|name=SL-Username
|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:

<lsl style="font-size:140%;"> default { state_entry() { llOwnerSay((string)llGetOwner()); } } </lsl>

  • 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)