Documentation:Session Table: Difference between revisions
Clorinspats (talk | contribs) Created page with "{{Session Table HEADER}} {{Session Table |nooverall= |nobook= |title= |ogdate= |summary= }} {{Session Table |nooverall= |nobook= |title= |ogdate= |summary= }}" |
Clorinspats (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{ | <pre> | ||
{{ | |||
<!! --- Copy alla this normally -- > | |||
<center> | |||
<table class="wikitable" style="width:80%; border: 1px #aaa solid;overflow:hidden;"> | |||
<!! --- This row is headers. --- > | |||
<tr> | |||
<th class="infobox=title" style="width:10%; text-align:center;background:#837f7e;color:#fff;"><br>No. Overall</br></th> | |||
<th class="infobox=title" style="width:10%;text-align:center;background:#837f7e;color:#fff;"><br>No. in Book</br></th> | |||
<th class="infobox=title" style="width:60%;text-align:center;background:#837f7e;color:#fff;"><br>Title</br></th> | |||
<th class="infobox=title" style="width:20%;text-align:center;background:#837f7e;color:#fff;"><br>Original Recording Date</br></th> | |||
</tr> | |||
<!! --- You can copy and paste this section as many times as needed. --- > | |||
<tr> | |||
<td style="width:10%">{{{nooverall}}}</td> | |||
<td style="width:10%">{{{nobook}}}</td> | |||
<td style="width:60%">{{{title}}}</td> | |||
<td style="width:20%">{{{ogdate}}}</td> | |||
</tr> | |||
<tr> | |||
<td colspan="4">{{{summary}}}</td> | |||
</tr> | |||
<!! --- These are the closing tags. --- > | |||
</table> | |||
</center> | |||
</pre> | |||
<center> | |||
<table class="wikitable" style="width:80%; border: 1px #aaa solid;overflow:hidden;"> | |||
<tr> | |||
<th class="infobox=title" style="width:10%; text-align:center;background:#837f7e;color:#fff;"><br>No. Overall</br></th> | |||
<th class="infobox=title" style="width:10%;text-align:center;background:#837f7e;color:#fff;"><br>No. in Book</br></th> | |||
<th class="infobox=title" style="width:60%;text-align:center;background:#837f7e;color:#fff;"><br>Title</br></th> | |||
<th class="infobox=title" style="width:20%;text-align:center;background:#837f7e;color:#fff;"><br>Original Recording Date</br></th> | |||
</tr> | |||
<tr> | |||
<td style="width:10%">#</td> | |||
<td style="width:10%">#</td> | |||
<td style="width:60%">Example Title</td> | |||
<td style="width:20%">1/2/3456</td> | |||
</tr> | |||
<tr> | |||
<td colspan="4">Once upon a time, there was a very ugly sponge blah blah blah</td> | |||
</tr> | |||
</table> | |||
</center> |
Revision as of 20:37, 16 July 2024
<!! --- Copy alla this normally -- > <center> <table class="wikitable" style="width:80%; border: 1px #aaa solid;overflow:hidden;"> <!! --- This row is headers. --- > <tr> <th class="infobox=title" style="width:10%; text-align:center;background:#837f7e;color:#fff;"><br>No. Overall</br></th> <th class="infobox=title" style="width:10%;text-align:center;background:#837f7e;color:#fff;"><br>No. in Book</br></th> <th class="infobox=title" style="width:60%;text-align:center;background:#837f7e;color:#fff;"><br>Title</br></th> <th class="infobox=title" style="width:20%;text-align:center;background:#837f7e;color:#fff;"><br>Original Recording Date</br></th> </tr> <!! --- You can copy and paste this section as many times as needed. --- > <tr> <td style="width:10%">{{{nooverall}}}</td> <td style="width:10%">{{{nobook}}}</td> <td style="width:60%">{{{title}}}</td> <td style="width:20%">{{{ogdate}}}</td> </tr> <tr> <td colspan="4">{{{summary}}}</td> </tr> <!! --- These are the closing tags. --- > </table> </center>