Template:Thread table: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude> {{Documentation}} This template creates a dynamic table for summarizing threads, such as book chapters or other narrative elements. </noinclude> <includeonly> {{#invoke:Thread_Table|render}} </includeonly>" |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
This template creates a | This template creates a table for summarizing multiple threads. | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{# | {| class="wikitable" style="width: 100%; margin: auto;" | ||
! style="background:{{{color|#E6E6FA}}}; width: 60%;" | Thread Title | |||
! style="background:{{{color|#E6E6FA}}}; width: 30%; text-align: center;" | Characters | |||
! style="background:{{{color|#E6E6FA}}}; width: 10%; text-align: center;" | Links | |||
{{{threads|}}} | |||
|} | |||
</includeonly> | </includeonly> | ||