Template:LogansUserPage

From The Urban Dead Wiki
Jump to navigationJump to search


Preview:

Examplebanner.gif
~ Home ~ Logs ~ Talk ~ Contributions ~

This is where the body of your page goes. Everything you add goes here. Change the fields above to what ever suits you, including the banner image, which should be no larger then 800 pixels wide. You can also Opt out and just use text for the banner.



Description:

This is a basic template to help those who are not all that good with the coding language of the wiki website or to those who quickly want a user page without all the work of creating their own.

Usage:

{{Template:LogansUserPage
|TableBorderColor1=
|TableBorderColor2=
|TableBorderSize=

|MainBgColor=
|MainFontColor=

|BannerBorderColor1=
|BannerBorderColor2=
|BannerBorderSize=
|BannerBgColor=
|BannerFontColor=
|BannerHeight=
|Banner=

|NavBorderColor1=
|NavBorderColor2=
|NavBorderSize=
|NavAlign=
|NavWidth=
|NavBgColor=
|NavFontColor=
|NavHomeURL=
|NavLogsURL=
|NavTalkURL=
|NavContURL=

|BodyBorderColor1=
|BodyBorderColor2=
|BodyBorderSize=

|Body=
}}
  • TableBorderColor1= Outside Table Border Color. 3
  • TableBorderColor2= Outside Inner Frame Color.
  • TableBorderSize= Size of the Outside Table Border.


  • MainBgColor= The Background Color of the main page. This would be where the body of the text goes.
  • MainFontColor= The Font Color of the main page. This would be where the body of the text goes.


  • BannerBorderColor1= The Outside Border color of the Banner Section.
  • BannerBorderColor2= The Inside Frame color of the Banner Section.
  • BannerBorderSize= The Size of the Border of the Banner section. 3
  • BannerBgColor= The Background Color of the Banner section.
  • BannerFontColor= The Font Color of the Banner section, if there is text in this area.
  • BannerHeight= The Height of the Banner Section. Set to either the height of image or what ever height is needed for the Text you have in this section.
  • Banner= This is where the banner goes. Images should be no wider then 800px. Image must have [[Image:Img_upld.gif]] code.


  • NavBorderColor1= The Outside Border color of the Nav Section.
  • NavBorderColor2= The inside Frame color of the Nav Section.
  • NavBorderSize= The Size of the Border of the Nav Section. 2
  • NavAlign= The Size of the Border of the Nav Section.
  • NavWidth= The Width of the Nav Section.
  • NavBgColor= The Background Color of the Nav Section.
  • NavFontColor= The Font Color of the Nav Section.
  • NavHomeURL= The url of the wiki page. Do not need to include the [[ or ]] here. 1
  • NavLogsURL= The url of the wiki page. Do not need to include the [[ or ]] here. 1
  • NavTalkURL= The url of the wiki page. Do not need to include the [[ or ]] here. 1
  • NavContURL= The url of the wiki page. Do not need to include the [[ or ]] here. 1


  • BodyBorderColor1= The Outside Border color of the Body Section.
  • BodyBorderColor2= The Inside Frame color of the Body Section.
  • BodyBorderSize= The Size of the Border of the Body Section. 2


  • Body=

Example:

The following:

{{Template:LogansUserPage
|TableBorderColor1=darkred
|TableBorderColor2=#00001F
|TableBorderSize=3

|MainBgColor=#00033E
|MainFontColor=white

|BannerBorderColor1=red
|BannerBorderColor2=#00001F
|BannerBorderSize=0
|BannerBgColor=#00033E
|BannerFontColor=white
|BannerHeight=50
|Banner= <font size=10>Title</font>

|NavBorderColor1=red
|NavBorderColor2=#00001F
|NavBorderSize=0
|NavAlign=center
|NavWidth=805
|NavBgColor=#00033E
|NavFontColor=white
|NavHomeURL=User:Rhuster
|NavLogsURL=User:Rhuster/Logs
|NavTalkURL=User talk:Rhuster
|NavContURL=User:Rhuster/Contributions

|BodyBorderColor1=red
|BodyBorderColor2=#00033E
|BodyBorderSize=0

|Body=
This is where the body of your page goes.  Everything you add goes here.  Change the fields 
above to what ever suits you, including the banner image, which should be no larger then 
800 pixels wide.
}}

Would produce this:


Title
~ Home ~ Logs ~ Talk ~ Contributions ~

This is where the body of your page goes. Everything you add goes here. Change the fields above to what ever suits you, including the banner image, which should be no larger then 800 pixels wide.



And if you changed this line:

|Banner= <font color=red size=10>Title</font>

to

|Banner= [[Image:Cloudyeyes.gif]]

You'd get:


Cloudyeyes.gif
~ Home ~ Logs ~ Talk ~ Contributions ~

This is where the body of your page goes. Everything you add goes here. Change the fields above to what ever suits you, including the banner image, which should be no larger then 800 pixels wide.



Credit:

If you feel that this page has helped you, I would be honored if you could include this at the end of the page to help spread the word to other users in search of user page help. I was originally going to automatically include this on the page, but thought that I would leave it to the users choice to include it or not. Include This: {{LogansUserPageCredit}}

To produces this:

Recognition
This user page template design was created by Logan Ash.
The color choices and everything other then the format of the design is not credited to Logan Ash but to the various other editors.
The template can be found here.

Other Useful Templates:

  • Links to come

Notes:

  1. There is four sections to this template, it is a basic template.
  2. If the border size is set to "0", you will still get a inside frame unless the the Inside Frame Color is set to the same value as MainBgColor.
  3. Colors can be either hexadecimal or name values. As in red and #ff0000 will both produce the same color.