Difference between revisions of "User:Levonis"
From SpiralKnights
m (Huh?) |
|||
Line 51: | Line 51: | ||
^ I'm not really sure what you mean here. Care to edit it/explain a bit more? [[User:Levonis|Levonis]] 05:52, 4 November 2010 (UTC) | ^ I'm not really sure what you mean here. Care to edit it/explain a bit more? [[User:Levonis|Levonis]] 05:52, 4 November 2010 (UTC) | ||
+ | |||
+ | Apologies. There's a very thin white rectangle underneath the usage guide that's a byproduct of improper code. It should really be like this: | ||
+ | <pre> | ||
+ | <noinclude> | ||
+ | {|align="center" width="50%" | ||
+ | |+'''Use the following to add a new item. Usage guidelines are in the discussion page.''' | ||
+ | |- | ||
+ | | | ||
+ | <start pre tag> | ||
+ | {{Monster | ||
+ | |name= | ||
+ | |imagename= | ||
+ | |threat= | ||
+ | |location= | ||
+ | |description= | ||
+ | |abilities= | ||
+ | }}<end pre tag> | ||
+ | |}</noinclude> | ||
+ | </pre> | ||
+ | And look like this, though you'll probably want to get rid of the default white table background: | ||
+ | {|align="center" width="50%" | ||
+ | |+'''Use the following to add a new item. Usage guidelines are in the discussion page.''' | ||
+ | |- | ||
+ | | | ||
+ | <pre> | ||
+ | {{Monster | ||
+ | |name= | ||
+ | |imagename= | ||
+ | |threat= | ||
+ | |location= | ||
+ | |description= | ||
+ | |abilities= | ||
+ | }}</pre> | ||
+ | |} | ||
+ | Right now the pre box is kinda hanging inbetween table elements. Feel free to delete all this, of course. [[User:Shango|Shango]] 06:15, 4 November 2010 (UTC) |
Revision as of 06:15, 4 November 2010
^ Hey, thought you should know your guide table above is kinda fuxed on every page. That thin white rectangle shouldn't be there. Looks like you've got your caption row in the wrong place. Shango 02:15, 4 November 2010 (UTC)
^ I'm not really sure what you mean here. Care to edit it/explain a bit more? Levonis 05:52, 4 November 2010 (UTC)
Apologies. There's a very thin white rectangle underneath the usage guide that's a byproduct of improper code. It should really be like this:
<noinclude> {|align="center" width="50%" |+'''Use the following to add a new item. Usage guidelines are in the discussion page.''' |- | <start pre tag> {{Monster |name= |imagename= |threat= |location= |description= |abilities= }}<end pre tag> |}</noinclude>
And look like this, though you'll probably want to get rid of the default white table background:
{{Monster |name= |imagename= |threat= |location= |description= |abilities= }} |
Right now the pre box is kinda hanging inbetween table elements. Feel free to delete all this, of course. Shango 06:15, 4 November 2010 (UTC)