User:Aecarus/Knight Page Project

From SpiralKnights

< User:Aecarus
Revision as of 02:10, 26 October 2011 by Aecarus (Talk | contribs)

Jump to: navigation, search

Introduction

This project is meant to help me plan and create a consistent set of Knight Page templates. These templates are meant to be used by players who wish to decorate their userpages, and/or subpages, with info about their Knight(s). My goal is to keep them specific to Knight information and solely for the purpose of being placed on user pages.


Notes

  • I do not require, nor do I wish for, any credit for this project or its associated templates. Feel free to use them without any regard. :)
  • As Equinox has warned many times before: user pages need to be created under the account name, NOT the knight name! My recommendation is to simply create your Knight Page as a subpage of your Wiki userpage - while your userpage is of course titled properly: "User:ACCOUNTNAME".
  • This site is a nice place to grab some Hex codes for color parameters.


Templates

Being as I started this project on October 25, 2011, I have barely begun to work on the first template. I've spent most of my time figuring out Wiki Code and my way around. xD

KPMain

Template:KPMain

This template is the main box for basic Knight information. It is typically placed at the top of a Knight Page, displaying the name, a picture, a nickname, and the guild of the Knight. Ideally, the location of a Knight page is this: User:ACCOUNTNAME/KNIGHTNAME_(Knight).


Examples

Examples of KPMain

You can fill in only a few of the variables, as nearly all (except "name") are not required:

{{KPMain
| name = KnightOne
| nick = Alpha
| guild = SomeGuild
}}

The above renders this:

KnightOne
Nickname: Alpha
Guild: SomeGuild


Or you can choose to customize it entirely (similar to what I have done on my Knight Page):

{{KPMain
| name = Aecarus
| title = The Azure Phoenix
| pic = AecarusKP.png
| nick = Aeca
| guild = The Azure Sky
| align = right
| width = 250px
| clrName = #FFCB46
| clrTitle = #FFE6A7
| clrOuterBack = #6CAEFF
| clrOuterBord = #0073FF
| clrInnerBack = #A7CEFF
| clrInnerBord = #4398FF
| clrPicBack = #F4F4F4
| clrPicBord = #D8D8D8
| clrLCellBack = #D8D8D8
| clrRCellBack = #F4F4F4
}}

Which renders:

Aecarus
The Azure Phoenix
AecarusKP.png
Nickname: Aeca
Guild: The Azure Sky


You should fool around with and get used to the parameters until you get something you are happy with. :)

Personal tools