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
 
(One intermediate revision by the same user not shown)
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 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]]
+
See [[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)''.
 +
 +
I know it's a '''''horribly messy piece of code''''' right now, but I'm still fairly new to this and I'm going to be cleaning it up as I learn more. :)
 +
 +
{{showhide|KPMain Example 1|content=
 +
<table cellspacing="10" cellpadding="10"><tr><td>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></td>
 +
<td>Which renders this:
 +
{{KPMain
 +
| name = KnightOne
 +
| nick = Alpha
 +
| guild = SomeGuild
 +
}}</td></tr></table>
 +
}}
 +
 +
{{showhide|KPMain Example 2|content=
 +
<table cellspacing="10" cellpadding="10"><tr><td>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></td>
 +
<td>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
 +
}}</td></tr></table>
 +
}}
 +
 +
You should fool around with and get used to the parameters until you get something you are happy with. :)
 +
 +
 +
 +
== KPEquipment ==
 +
See [[Template:KPEquipment]]
 +
 +
(Coming soon...)
 +
 +
 +
 +
== KPRecipes ==
 +
See [[Template:KPRecipes]]
 +
 +
Coming soon...
 +
 +
 +
 +
== KPAchievments ==
 +
See [[Template:KPAchievments]]
 +
 +
Coming soon...

Latest revision as of 02:49, 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 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

See 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).

I know it's a horribly messy piece of code right now, but I'm still fairly new to this and I'm going to be cleaning it up as I learn more. :)

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


KPEquipment

See Template:KPEquipment

(Coming soon...)


KPRecipes

See Template:KPRecipes

Coming soon...


KPAchievments

See Template:KPAchievments

Coming soon...

Personal tools