User talk:SpecialK: Difference between revisions

m
m (→‎making a table: new section)
Line 110: Line 110:
There is no need for that image that you have been adding. Please refrain from re-adding the image to the article. Repeating such constitutes edit warring. Edit warring is against the rules, and you may be blocked for such actions. This is your only warning about edit wars, especially when you're starting one with an {{bp|administrator}}. - [[User:Kogoro|<span style="color:#DA70D6;">'''<sc>Kogoro</sc>'''</span>]] '''|''' [[User talk:Kogoro|<span style="color:#FFB6C1;">'''<sc>Talk to me</sc>'''</span>]] - 11:52, 1 January 2010 (UTC)
There is no need for that image that you have been adding. Please refrain from re-adding the image to the article. Repeating such constitutes edit warring. Edit warring is against the rules, and you may be blocked for such actions. This is your only warning about edit wars, especially when you're starting one with an {{bp|administrator}}. - [[User:Kogoro|<span style="color:#DA70D6;">'''<sc>Kogoro</sc>'''</span>]] '''|''' [[User talk:Kogoro|<span style="color:#FFB6C1;">'''<sc>Talk to me</sc>'''</span>]] - 11:52, 1 January 2010 (UTC)
I am so sorry! I didn't know he/she was an admin! I wont do it again. [[User:SpecialK|SpecialK Leiks Lucario and The Celebi Glitch]] 11:54, 1 January 2010 (UTC)
I am so sorry! I didn't know he/she was an admin! I wont do it again. [[User:SpecialK|SpecialK Leiks Lucario and The Celebi Glitch]] 11:54, 1 January 2010 (UTC)
== making a table ==
This is how you make a table:
This is an uncoded example of a table:
<nowiki>
{| align=center border="1" style="border: 1px solid #000; border-collapse: collapse;" width=300px cellspacing="0"
|- style="background: #ccf;"
! First column
! Second column
|-
| something that should be put in the first column
| something that should be put in the second column
|-
| something that should be put in the first column
| something that should be put in the second column
|-
| something that should be put in the first column
| something that should be put in the second column
|}</nowiki>
when coded, this will show:
{| align=center border="1" style="border: 1px solid #000; border-collapse: collapse;" width=300px cellspacing="0"
|- style="background: #ccf;"
! First column
! Second column
|-
| something that should be put in the first column
| something that should be put in the second column
|-
| something that should be put in the first column
| something that should be put in the second column
|-
| something that should be put in the first column
| something that should be put in the second column
|}
You can add a new column by putting this:
!(name of new column)
and a new row by putting this:
|-
| (the words in the first column)
| (the words in the second column)
etc.
You can also add color by changing the #ccf or #000 to something like #FAE078 or #4E8234. You can also add color to the boxes by putting this: style="background: #F85888" | (words in the box)
This is the previous example uncoded, except with color in some boxes:
<nowiki>
{| align=center border="1" style="border: 1px solid #4E8234; border-collapse: collapse;" width=300px cellspacing="0"
|- style="background: #FAE078;"
! style="background: #{{subst:Speed color}}" | First column
! Second column
|-
| style="background: #{{Subst:Psychic color light}}" |something that should be put in the first column
| something that should be put in the second column
|-
| something that should be put in the first column
| something that should be put in the second column
|-
| something that should be put in the first column
| something that should be put in the second column
|}</nowiki>
when coded, this will show:
{| align=center border="1" style="border: 1px solid #4E8234; border-collapse: collapse;" width=300px cellspacing="0"
|- style="background: #FAE078;"
! style="background: #F85888" | First column
! Second column
|-
| style="background: #FA92B2" |something that should be put in the first column
| something that should be put in the second column
|-
| something that should be put in the first column
| something that should be put in the second column
|-
| something that should be put in the first column
| something that should be put in the second column
|}. If you don't know what coding creates what color, you can just put something like <nowiki>{{Psychic color}}</nowiki>, which will create a color similar to the one on the icon of the type psychic. Hope this helps. [[User:Turtwig A|Turt]][[wig]] [[Turtwig (Pokémon)|A]] ([[User talk:Turtwig A|talk]] | [[Special:Contributions/Turtwig A|contribs]]) 16:46, 1 January 2010 (UTC)
9,936

edits