Template talk:Profile

From The Urban Dead Wiki
Jump to navigationJump to search

Usage Guide

Usage:

{{profile|
 profile_name=Character name|
 profile_image=URL of character image if available|
 profile_image2=URL of character image if available|
 profile_joindate=Date character was created|
 profile_UrbanDeadID=UrbanDeadID - URL prefix is provided. Just add the ID!|
 profile_rank=Character rank|
 profile_class=Character class (Cop for example)| 
 profile_equip=Favorite equipment|
 profile_weapon=Primary weapon|
 profile_weapon2=Secondary weapon|
 profile_status=Dead or Alive|
 profile_location=Suburb|
 profile_level=Character level|
 profile_kills=Number of kills|
 profile_revives=Number of revives|
 profile_deaths=Number of deaths|
 profile_group=Group|
 profile_journal=Journal name - or (e.g.) "No journal"|
 }}

Note the bar at the end is what gives you the break between entries.

Example:

{{profile|
  profile_name=Inte|
  profile_image=[[Image:Inte.gif]]|
  profile_image2= |
  profile_joindate=Januar 28th, 2006|
  profile_UrbanDeadID=389717|
  profile_rank=Constable|
  profile_class=Cop|
  profile_equip=Flak jacket|
  profile_weapon=Pistol|
  profile_weapon2=Shotgun|
  profile_status=Dead|
  profile_location=Chancelwood|
  profile_level=1|
  profile_kills=0|
  profile_revives=0|
  profile_deaths=1|
  profile_group=MPD|
  profile_journal=Inte|
  }}

This example results in (look at the right side):

Constable Inte
Inte.gif
Joined: Januar 28th, 2006
Character Details: Urban Dead profile
Rank: Constable
Character Class: Cop
Favorite Equipment: Flak jacket
Favorite Weapon: Pistol
Backup Weapon: Shotgun
Current Status: Dead
Location: Chancelwood
Current Level: 1
Kills: 0
Revives: 0
Deaths: 1
Group: MPD
Journal: Inte

Suggestions:

Open to hearing ideas on this. It is my first Wiki template.--Inte 13:03, 29 Jan 2006 (GMT)

  • Two things I like the Idea but It doesnt work for the RAF also I changed the color of the name bar.--RAF Lt.G Deathnut 18:02, 30 Jan 2006 (GMT)
    • I'm glad you like the idea. What should be changed to have an appropriate template for the RAF?--Inte 07:09, 1 Feb 2006 (GMT)
      • Well if you look threw the members of the RAF you will see we add our own flare to our profiles. I wont disone it but if you need help check here. --RAF Lt.G Deathnut 05:53, 18 February 2006 (GMT)
  • I like the template but do you have any advice on how to keep it from covering up the text on my user page? --Technerd 18:18, 1 Feb 2006 (GMT)
    • I had a look at your page and have no solution by editing the template properties so far. Maybe you can add more info to your character description (line breaks will do it also) and insert the the profile box into each one. Then should each box stick direct at the right side.--Inte 08:27, 3 Feb 2006 (GMT)
    • During my coffee break I had an idea. Maybe you want to use tables to adjust the appearance. It looks weird with mozilla, so I removed it from my page.--Inte 12:04, 3 Feb 2006 (GMT)
 {| align="right"
  |{{profile|
  PROFILE_DETAILS_1
  }}
 |-
 |{{profile|
  PROFILE_DETAILS_2
  }}
 |-
 |{{profile|
  PROFILE_DETAILS_3
  }}
 |}