User:Froglegs/GuildPageTalk

From SpiralKnights

Jump to: navigation, search
GuildName
GuildLogo-UNK.png

CONTENT MOTTO

CONTENT CONTENT
CONTENT CONTENT


Thanks! I whipped up a simple box for the guild page I'm writing on anyway, and learned a few things from this guild-page-box-thing. How do I implement this though? It's so much more to understand. @_@

Edit page. Paste this code onto target page (the guild page):

{{SKWindow
| width = 300px
| align = right
| margin = 0em 0em 1em 1em
| title = {{{name|GuildName}}}
| body =

{{SKNewRow}}
{{SKEmptyCell|[[File:GuildLogo-{{{name|UNK}}}.{{{type|png}}}{{#if: {{{logosize|}}}|{{pipe}}{{{logosize}}}px|}}]]

''{{{motto|CONTENT}}}''|center||2}}

{{SKNewRow}}
{{SKCell|CONTENT|center||||50%}}
{{SKCell|CONTENT|center}}
{{SKNewRow}}
{{SKCell|CONTENT|center||||50%}}
{{SKCell|CONTENT|center}}
}}


Locate where it says CONTENT in all of that }} and | stuff. Replace the word CONTENT with whatever you like. The other 50%, 1em, pipe...that's just stuff that makes the template look and behave consistently :). Just worry about the CONTENT variable :D


Preview what you got to make sure the stuff is where you want it to be.


To add more cells, just copy/paste the


{{SKNewRow}}
{{SKCell|CONTENT|center||||50%}}
{{SKCell|CONTENT|center}}

below a previous cluster that looks like it.

End the entire template with another }}. Extra }} show up on the page if you have too many...if you don't have enough, the code vomits itself all over the pagespace. Gross!

If you want, you can merge cells horizontally or vertically with certain commands - but I'll only go into that if you want. I like to find out some things for myself, you know? But I'll certainly answer any questions. -Novaster 05:55, 9 December 2014 (UTC)

EDIT: added lots more info for you, just cause. -Novaster 21:36, 9 December 2014 (UTC)

Personal tools