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

From SpiralKnights

Jump to: navigation, search
m
m
 
Line 6: Line 6:
 
= Notes =
 
= 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. :)
+
* 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".
 
* 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".
Line 18: Line 18:
  
 
== KPMain ==
 
== KPMain ==
[[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=
= Examples =
+
<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:
== Examples of KPMain ==
+
You can fill in only a few of the variables, as nearly all (except "name") are not required:
+
 
<pre>{{KPMain
 
<pre>{{KPMain
 
| name = KnightOne
 
| name = KnightOne
 
| nick = Alpha
 
| nick = Alpha
 
| guild = SomeGuild
 
| guild = SomeGuild
}}</pre>
+
}}</pre></td>
The above renders this:
+
<td>Which renders this:
 
{{KPMain
 
{{KPMain
 
| name = KnightOne
 
| name = KnightOne
 
| nick = Alpha
 
| nick = Alpha
 
| guild = SomeGuild
 
| guild = SomeGuild
 +
}}</td></tr></table>
 
}}
 
}}
  
{{clear}}
+
{{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):
 
+
Or you can choose to customize it entirely (similar to what I have done on my Knight Page):
+
 
+
 
<pre>{{KPMain
 
<pre>{{KPMain
 
| name = Aecarus
 
| name = Aecarus
Line 62: Line 59:
 
| clrLCellBack = #D8D8D8
 
| clrLCellBack = #D8D8D8
 
| clrRCellBack = #F4F4F4
 
| clrRCellBack = #F4F4F4
}}</pre>
+
}}</pre></td>
 
+
<td>Which renders:
Which renders:
+
 
+
 
{{KPMain
 
{{KPMain
 
| name = Aecarus
 
| name = Aecarus
Line 84: Line 79:
 
| clrLCellBack = #D8D8D8
 
| clrLCellBack = #D8D8D8
 
| clrRCellBack = #F4F4F4
 
| clrRCellBack = #F4F4F4
 +
}}</td></tr></table>
 
}}
 
}}
  
{{clear}}
+
You should fool around with and get used to the parameters until you get something you are happy with. :)
  
  
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