Documentation:Session Table: Difference between revisions

From World of Adaptation
Created page with "{{Session Table HEADER}} {{Session Table |nooverall= |nobook= |title= |ogdate= |summary= }} {{Session Table |nooverall= |nobook= |title= |ogdate= |summary= }}"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Session Table HEADER}}
 
{{Session Table
This is a table for documenting the sessions in the game. An example is seen below.
|nooverall=
 
|nobook=
<center>
|title=
<table class="wikitable" style="width:80%; border: 1px #aaa solid;overflow:hidden;">
|ogdate=
 
|summary=
 
}}
<tr>
{{Session Table
<th class="infobox=title" style="width:10%; text-align:center;background:#837f7e;color:#fff;"><br>No. Overall</br></th>
|nooverall=
<th class="infobox=title" style="width:10%;text-align:center;background:#837f7e;color:#fff;"><br>No. in Book</br></th>
|nobook=
<th class="infobox=title" style="width:60%;text-align:center;background:#837f7e;color:#fff;"><br>Title</br></th>
|title=
<th class="infobox=title" style="width:20%;text-align:center;background:#837f7e;color:#fff;"><br>Original Recording Date</br></th>
|ogdate=
</tr>
|summary=
 
}}
 
<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>
 
Copy and paste the code below and apply it to any page that requires a session table. '''Remove the comments when publishing.'''
 
<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%">#</td>
<td style="width:10%">#</td>
<td style="width:60%">Title</td>
<td style="width:20%">Date</td>
</tr>
 
<tr>
<td colspan="4">Summary</td>
</tr>
 
<!! --- These are the closing tags. --- >
 
</table>
</center>
 
</pre>

Latest revision as of 21:40, 16 July 2024

This is a table for documenting the sessions in the game. An example is seen below.


No. Overall

No. in Book

Title

Original Recording Date
# # Example Title 1/2/3456
Once upon a time, there was a very ugly sponge blah blah blah

Copy and paste the code below and apply it to any page that requires a session table. Remove the comments when publishing.


<!! --- 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%">#</td>
<td style="width:10%">#</td>
<td style="width:60%">Title</td>
<td style="width:20%">Date</td>
</tr>

<tr>
<td colspan="4">Summary</td>
</tr>

<!! --- These are the closing tags. --- >

</table>
</center>