Difference between revisions of "Template:RTable"

From Final Kingdom MUSH
Jump to: navigation, search
m
m
 
Line 7: Line 7:
 
   .RelationTable tr:last-of-type td:nth-last-child(3) {border-radius:0px 0px 0px 5px;}
 
   .RelationTable tr:last-of-type td:nth-last-child(3) {border-radius:0px 0px 0px 5px;}
 
   .RelationTable tr:nth-child(n+1) td:nth-child(2) {font-style:italic;}
 
   .RelationTable tr:nth-child(n+1) td:nth-child(2) {font-style:italic;}
}}<noinclude>
+
}}<noinclude>{{CTable}}
 
Sets the CSS for a RelationTable. Should be called along with <nowiki>{{CTable}}</nowiki>
 
Sets the CSS for a RelationTable. Should be called along with <nowiki>{{CTable}}</nowiki>
  
Line 25: Line 25:
 
| Words words words words.
 
| Words words words words.
 
|}
 
|}
</pre></noinclude>
+
</pre>
 +
 
 +
{| class="CTable RelationTable"
 +
|-
 +
! scope="col"  | Name
 +
! scope="col"  | Short
 +
! scope="col"  | Thoughts
 +
|-
 +
| [[Person]]
 +
| "Snippet"
 +
| Words words words
 +
|-
 +
| [[Person 2]]
 +
| "Snippet"
 +
| Words words words words.
 +
|}</noinclude>

Latest revision as of 12:56, 16 October 2012

Sets the CSS for a RelationTable. Should be called along with {{CTable}}

{| class="CTable RelationTable"
|-
! scope="col"  | Name
! scope="col"  | Short
! scope="col"  | Thoughts
|-
| [[Person]]
| "Snippet"
| Words words words
|-
| [[Person 2]]
| "Snippet"
| Words words words words.
|}
Name Short Thoughts
Person "Snippet" Words words words
Person 2 "Snippet" Words words words words.