Difference between revisions of "User:Decoup"

Jump to navigation Jump to search
926 bytes added ,  20:02, 10 June 2006
How to add a table
imported>Decoup
m
imported>Decoup
(How to add a table)
Line 1: Line 1:
A lot of the information on this page is just to help me remember how to do certain CS and wiki related things.
==Enlarging the script editor font==
==Enlarging the script editor font==
I use these two methods to change the font in the script editor. Enlarging the font can make it much easier to read.
I use these two methods to change the font in the script editor. Enlarging the font can make it much easier to read.
Line 31: Line 32:
[[:Category:Tutorials|Tutorials]]), add <pre><nowiki>[[Category: <category's name>]]</nowiki></pre>
[[:Category:Tutorials|Tutorials]]), add <pre><nowiki>[[Category: <category's name>]]</nowiki></pre>
Example:<pre><nowiki>[[Category:Tutorials]]</nowiki></pre>
Example:<pre><nowiki>[[Category:Tutorials]]</nowiki></pre>
==Making a table==
This is the code to make a simple table for the wiki. I have left some fields blank to demonstrate the effect.
<pre>
{|border="1" cellpadding="5" cellspacing="0"
|-
! style="background:#efefef;" | Item Name
! style="background:#efefef;" | Information
! style="background:#efefef;" | Description
|-
|<B>Item1</B>
|Info1
|Desc1
|-
|<B>Item2</B>
|
|Desc2
|-
|<B>Item3</B>
|Info3
|Desc3
|-
|<B>Item4</B>
|
|
|-
|<B>Item5</B>
|Info5
|Desc5
|-
|-}
</pre>
{|border="1" cellpadding="5" cellspacing="0"
|-
! style="background:#efefef;" | Item Name
! style="background:#efefef;" | Information
! style="background:#efefef;" | Description
|-
|<B>Item1</B>
|Info1
|Desc1
|-
|<B>Item2</B>
|
|Desc2
|-
|<B>Item3</B>
|Info3
|Desc3
|-
|<B>Item4</B>
|
|
|-
|<B>Item5</B>
|Info5
|Desc5
|-
|-}
Anonymous user

Navigation menu