Editing User blog:Gabonnie/Advanced TDSW Coding Manual
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 313: | Line 313: | ||
as you can see, something isn't right. the stupid mode is merging with molten and golden! |
as you can see, something isn't right. the stupid mode is merging with molten and golden! |
||
this is because of the rowspan we used. the rowspan is expecting 4 rows, but we have only gave it 2 (1 line of text and 1 ggez) that's why it is merging. what we have to do now is add more. I'll add all of these in without any comments, go figure it out |
this is because of the rowspan we used. the rowspan is expecting 4 rows, but we have only gave it 2 (1 line of text and 1 ggez) that's why it is merging. what we have to do now is add more. I'll add all of these in without any comments, go figure it out youself it should be easy. |
||
<syntaxhighlight lang="genshi"> |
<syntaxhighlight lang="genshi"> |
||
| Line 508: | Line 508: | ||
| colspan="2" class="zombie-navbox-data" |[[Abnormal]] • [[Quick]] |
| colspan="2" class="zombie-navbox-data" |[[Abnormal]] • [[Quick]] |
||
|} |
|} |
||
and now the |
and now the explaination yes. |
||
As you can see Polluted Wasteland have this kind of code |
As you can see Polluted Wasteland have this kind of code |
||
| Line 520: | Line 520: | ||
== Colored/Coloured text == |
== Colored/Coloured text == |
||
this whole thing is taken from [[User:Mentin123|Mentin]]'s blog, because i am a lazy dumbass, this is used if you want to check for colors code. i added this here for the fact that if |
this whole thing is taken from [[User:Mentin123|Mentin]]'s blog, because i am a lazy dumbass, this is used if you want to check for colors code. i added this here for the fact that if youre going to use this manual for some editing shit then might aswell get the colors right here without opening another blog. |
||
this text |
this text seperate my blog with the added "template blog" i guess |
||
<div class="mw-collapsible mw-collapsed"> |
<div class="mw-collapsible mw-collapsed"> |
||
{{User_blog:Mentin123/Colour_codes#List}} |
{{User_blog:Mentin123/Colour_codes#List}} |
||
| Line 1,270: | Line 1,270: | ||
oh yeah the wikitable too. |
oh yeah the wikitable too. |
||
wikitable is basically the "default" or the one came with |
wikitable is basically the "default" or the one came with wikimedia. It's basically the one that most simple table uses. In this case it is used for modifications as the class "golden-table" cannot do that. |
||
</div> |
</div> |
||