Difference between revisions of "User:Aecarus/Knight Page Project"

From SpiralKnights

Jump to: navigation, search
m (Created page with '= 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 decor…')
 
m
Line 2: Line 2:
 
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.
 
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.
  
'''Note:''' 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".
+
 
 +
 
 +
= 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".
 +
 
 +
* [http://www.2createawebsite.com/build/hex-colors.html This site] is a nice place to grab some Hex codes for color parameters.
 +
 
  
  
Line 9: Line 18:
  
 
== KPMain ==
 
== KPMain ==
Template Link: [[Template: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)''.
 
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:
 +
<pre>{{KPMain
 +
| name = KnightOne
 +
| nick = Alpha
 +
| guild = SomeGuild
 +
}}</pre>
 +
The above renders this:
 +
{{KPMain
 +
| name = KnightOne
 +
| nick = Alpha
 +
| guild = SomeGuild
 +
}}
 +
 +
{{clear}}
 +
 +
 +
Or you can choose to customize it entirely (similar to what I have done on my Knight Page):
 +
 +
<pre>{{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
 +
}}</pre>
 +
 +
Which renders:
 +
 +
{{KPMain
 +
| name = Aecarus
 +
| title = The Azure Phoenix
 +
| pic = AecarusKP.png
 +
| nick = Aeca
 +
| guild = The Azure Sky
 +
| align = left
 +
| width = 250px
 +
| clrName = #FFCB46
 +
| clrTitle = #FFE6A7
 +
| clrOuterBack = #6CAEFF
 +
| clrOuterBord = #0073FF
 +
| clrInnerBack = #A7CEFF
 +
| clrInnerBord = #4398FF
 +
| clrPicBack = #F4F4F4
 +
| clrPicBord = #D8D8D8
 +
| clrLCellBack = #D8D8D8
 +
| clrRCellBack = #F4F4F4
 +
}}
 +
 +
{{clear}}
 +
 +
 +
You should fool around with and get used to the parameters until you get something you are happy with. :)

Revision as of 02:10, 26 October 2011

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