Star Trek Online Wiki
Advertisement
Home Heroes Foundry Hail Warp 10

My Templates[ | ]

If you got this far you must have seen my other pages. The page Zazapalooza is on can be used for your characters as well, without the need for a lot of extra coding. If you look here User:Sanduku tupu/Character Sheet you will see the blank template. All you need to provide is your own data. On your character page you would add this line to the top of your page:

  • {{User:Sanduku tupu/Character Sheet

After that you would fill out a listing of variables such as; name = Flash Gordon.

My list of variables looks like this;

| name=Zazapalooza
| photo=[[Image:Zazapalooza.png|200px|link=]]
| quote= ''A explorer should be a botanist, for in all views plants form the best adornment.''
| level=9 Alien
| dob=April 22, 2012
| armor=Energy Dampening Armor MK II
| weapon=Phaser Blast Assault MK II
| rank=Lieutenant
| skill=Engineer Telekinetic

As for the photo, it is a background transparent of my character. If you don't have one, you can leave it blank.

Other variables include links to your other pages; l1,l2,l3, and l4 should be links to your pages not mine. :D f1 is the title for l1 (link 1) there are 4; f1, f2, f3, and f4. c1, c2, c3, and c4 are background colors. While t1, t2, t3, and t4 are text colors. Here is an example of the Character Sheet in action.

Status

You can't stop me, not even with an army of killer robots!

Name Buck Rogers
Rank Captain
Level 50 Human
Weapon Electro Blaster Pistol
Armor A flashy red cape
Skills Over 500 years old
Birthday (date created or star date etc.)
Stuff
More Stuff
Neat Stuff
Biography
Frozen in the late 20th century Captain Buck Rogers awakens to earth five centuries later.



If you leave anything out the default variable will be used. All the links here point back at my home page. If you don't know how the color codes work you can use an online tool here. Any questions? Just click Hail and ask me.

My Top Menu Bar[ | ]

That is not graphics but a clever use of drop shadows on a single row table. Let's tear apart the word;

Foundry

Code:<span style="font-size:1.5em; color:#004400; text-shadow: 2px 2px 5px lightgreen,-2px -2px 5px lightgreen;">Foundry</span>

  • font-size:1.5em; - Used to increase the font size, default is 1.0. Number less than 1 (0.8) will make it smaller.
  • color:#004400; - Is the text color code for dark green.
  • text-shadow: 2px 2px 5px lightgreen - Sets a drop shadow 2 pixels right and 2 pixels down and blends it out 5 pixels with the background.
  • ,-2px -2px 5px lightgreen; - The second drop shadow but 2 pixels left and 2 pixels up. You can assign as many drop shadows needed using commas to separate them.

Still want to learn more? Mediawiki can help.


Stylish[ | ]

I use Stylish plugin on my (non-Google) Chrome web browser. Stylish can help you "fix" the look of a webpage in ways you can only imagine. Recently with all the craziness in the forum I made several looks. You can get Stylish and decide what looks best for you or create your own style. Stylish also works on FireFox and other browsers.

Advertisement