Difference between revisions of "User talk:Jimyoda/Fancy charts and graphs and stuff/reply"

From RimWorld Wiki
Jump to navigation Jump to search
 
m (Replaced content with "I'll give some examples on how to do this.")
 
Line 1: Line 1:
Refer to [[Templates]] for color codes.
+
I'll give some examples on how to do this.
Simply change<br/><code><nowiki>{|class = "wikitable c03"</nowiki></code><br/>
 
to<br/>
 
<code><nowiki>{| {{STDT| wikitable c03}}<br/>
 
</nowiki></code>
 
 
 
 
 
===1===
 
{| {{STDT| c_18}}
 
|-
 
!colspan="2" scope="col" style="text-align: left" | Drug info
 
|-
 
|Addictiveness || 6.5%
 
|-
 
|Market value || $80.00
 
|-
 
|Hit points || 50
 
|-
 
|Work to make || 10
 
|}
 
 
 
 
 
===2===
 
{| {{STDT| sortable c_18}}
 
! Name !! scope="col" style="text-align: center;" | Addictiveness !! Market value !! Hit points !! Work to make
 
|- style="center-text"
 
| Name || 6.5% || $80.00 || 50 || 10
 
|-
 
| Name2 || 6.5% || $80.00 || 50 || 10
 
|}
 
 
 
 
 
===3===
 
{| {{STDT| c_19}}
 
|-
 
!colspan="2" scope="col" style="text-align: left" | Drug info
 
|-
 
|Addictiveness || 6.5%
 
|-
 
|Market value || $80.00
 
|-
 
|Hit points || 50
 
|-
 
|Work to make || 10
 
|}
 

Latest revision as of 14:18, 2 September 2016

I'll give some examples on how to do this.