User:Scion Of Erixalimar/How To Use My Templates

From Guild Wars Wiki
Jump to navigationJump to search

I have some experience writing wiki code, and wrote the templates for the tabbed character sheet on my user page. My templates are based on works by User:Xelnaga, User:Lensor, User:Fusa, and probably more that I've forgotten. Their works are also based on others, and I'm not likely to track them all back, so I'll stop there.

In order to use them on your own page, you need to copy the following pages into your userspace:

  • User:Scion Of Erixalimar/Total Play Time
  • User:Scion Of Erixalimar/Template/Navigation Bar
  • User:Scion Of Erixalimar/Template/Navigation Bar 1
  • User:Scion Of Erixalimar/Template/Navigation Bar 2
  • User:Scion Of Erixalimar/Top
  • User:Scion Of Erixalimar/Top Text

Simply replace User:Scion Of Erixalimar with User:<YourUserID>.

Please be sure from here on out that you are editing YOUR copy of the pages, not editing my pages directly!

The page /Total Play Time should contain a number, with no commas, representing the total number of hours you have played on your account.

The /Top page is the text that will be included above each character sheet. It simply merges /Top_Text and /Template/Navigation_Bar. Edit it to point at your Top_Text and your Navigation_Bar.

The /Top_Text is the actual text above every page.

The Navigation Bars are the tricky part. The first thing to do is to replace my character names with yours (again, in your copy, please) and point the links to your pages. Don't change the {{User:Scion Of Erixalimar/Navigation Bar Style}} include, though, as you didn't copy that (or copy it and change it to your heart's content). The second thing to do is to walk across the line at the top of the bar that defines the color, and make the colors appropriate for your characters' classes. Lastly, change the profession passed into each Style to the profession of your toon (it's near the code that looks like ->{{#ifeq:{{{this}}}|7|1|0}}|R| ...<- you want to change the bold R to your profession.

Then play with the spacing. It's finicky, and not straightforward (which is why it's not generalized as a template).

Finally, on each page, paste the following and edit to your heart's content ;-)

{{User:YOURUSERID/Top|this=1}}  <!-- change the value of this to the current tab number -->
{{User:Scion Of Erixalimar/Character tables
| name=YOUR CHARACTER NAME HERE
| photo=[[Image:User YOURUSERID YOURCHARACTER.jpg]] <!-- Must be of the form User UserID ImageName.jpg -->
| text= Quick Quote <!--Top line is Bold -->
Extended History <!--Rest of quote lines aren't. -->
| level=
| nationality=[[Tyria (continent)|Tyrian]] <!-- or [[Cantha|Canthan]] or [[Elona|Elonian]] -->
| gender=
| height=
| created=2 years (Created 3/22/06)
| experience= 3300000 <!--Needs to be a number, with no commas, in order for the XP/hour and XP/deaths to work -->
| deaths=2001 <!-- Needs to be a number, with no commas -->
| time=977 <!-- Needs to be a number, with no commas -->
| showdeathshour = 1  <!-- 1 to show deaths per hour, 0 to hide it -->
| showtimepercent = 1  <!-- 1 to show time as a percentage of total time, 0 to hide it -->
| showxphour = 1  <!-- 1 to show xp per hour, 0 to hide it -->
| showxpdeath = 1  <!-- 1 to show xp per death, 0 to hide it -->
| totaltime={{User:YOURUSERID/Total Play Time}}
| skill points=
| armor=[[Armor]]
| profession=Elementalist
| professionlink= [[Elementalist]]
| secondary=Any, originally [[Ranger]]
| pet=
| hasKoss      = 1 <!-- For Heroes, set to 1 if you have them, 0 if you don't -->
| hasDunkoro   = 1
| hasMelonni   = 1
| hasJin       = 1
| hasSousuke   = 1
| hasTahlkora  = 1
| hasOlias     = 1
| hasZenmai    = 1
| hasZhed      = 1
| hasMargrid   = 1
| hasWhispers  = 1
| hasGoren     = 1
| hasNorgu     = 1
| hasMorgahn   = 1
| hasRazah     = 1
| hasOgden     = 1
| hasVekk      = 1
| hasGwen      = 1
| hasXandra    = 0
| hasKahmu     = 0
| hasJora      = 1
| hasPyre      = 1
| hasAnton     = 0
| hasHayda     = 0
| hasLivia     = 0
| title1name     = [[Skill Hunter | Legendary Skill Hunter]]       <!-- You can repeat these up to 39 times, -->
| title1percent  = 100%                                            <!-- which, considering there are only 37 -->
| title2name     = [[Skill Hunter | Tyrian Elite Skill Hunter]]    <!-- titles currently, should be enough.  -->
| title2percent  = 100%                                            <!-- just be sure to renumber yours...    -->
| title3name     = [[Skill Hunter | Canthan Elite Skill Hunter]]
| title3percent  = 100%
}}