Template:Frame data diagram: Difference between revisions

Template page
(Created page with "{| border="1" cellpadding="1" cellspacing="1" style="text-align:center;" | style="width: 80px; height: 80px; background-color: #f8b898;" | {{{1|}}} | style="width: 80px; background-color: #f8b898;" | {{{2|}}} ! style="width: 80px; background-color: #f8b898;" | {{{3|}}} ! style="width: 80px; background-color: #80d0f8;" | {{{4|}}} ! style="width: 80px; background-color: #80d0f8;" | {{{5|}}} ! style="width: 80px; background-color: #80d0f8;" | {{{6|}}} |- ! style="width: 80p...")
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| border="1" cellpadding="1" cellspacing="1" style="text-align:center;"
To add frame data use the following formula
| style="width: 80px; height: 80px; background-color: #f8b898;" | {{{1|}}}
<pre>
| style="width: 80px; background-color: #f8b898;" | {{{2|}}}
{{Frame data diagram
! style="width: 80px; background-color: #f8b898;" | {{{3|}}}
|        |        |        |        |        |
! style="width: 80px; background-color: #80d0f8;" | {{{4|}}}
|        |        |        |        |        |
! style="width: 80px; background-color: #80d0f8;" | {{{5|}}}
|        |        |        |        |        |
! style="width: 80px; background-color: #80d0f8;" | {{{6|}}}
}}
|-
</pre>
! style="width: 80px; height: 80px; background-color: #f8b898;" | {{{7|}}}
 
! style="background-color: #f8b898;" | {{{8|}}}
Example:
! style="background-color: #f8b898;" | {{{9|}}}
<pre>
! style="background-color: #80d0f8;" | {{{10|}}}
{{Frame data diagram
! style="background-color: #80d0f8;" | {{{11|}}}
|      |    |        |        |        | 33f
! style="background-color: #80d0f8;" | {{{12|}}}
| start | 24f | 25-26f | 27-28f | 29-30f | 31-32f/33f
|-
|      |    |        |        |        | 33f
| style="height: 80px; background-color: #f8b898;" | {{{13|}}}
}}
| style="background-color: #f8b898;" | {{{14|}}}
</pre>
! style="background-color: #f8b898;" | {{{15|}}}
 
! style="background-color: #80d0f8;" | {{{16|}}}
Result
! style="background-color: #80d0f8;" | {{{17|}}}
{{Frame data diagram
! style="background-color: #80d0f8;" | {{{18|}}}
|       |    |        |        |        | 33f
|}
| start | 24f | 25-26f | 27-28f | 29-30f | 31-32f/33f
|      |    |        |        |        | 33f
}}
 
To edit the way the table looks head to this page
 
https://wiki.n1gp.net/Template:Frame_data_diagram/styles.css
 
<onlyinclude>
<templatestyles src="Frame data diagram/styles.css" />
<table class="frame-data-diagram">
<tr><td>{{{1|}}}</td><td>{{{2|}}}</td><td>{{{3|}}}</td><td>{{{4|}}}</td><td>{{{5|}}}</td><td>{{{6|}}}</td></tr>
<tr><td>{{{7|}}}</td><td>{{{8|}}}</td><td>{{{9|}}}</td><td>{{{10|}}}</td><td>{{{11|}}}</td><td>{{{12|}}}</td></tr>
<tr><td>{{{13|}}}</td><td>{{{14|}}}</td><td>{{{15|}}}</td><td>{{{16|}}}</td><td>{{{17|}}}</td><td>{{{18|}}}</td></tr>
</table>
</onlyinclude>

Latest revision as of 09:53, 19 February 2023

To add frame data use the following formula

{{Frame data diagram
|        |        |        |        |        | 
|        |        |        |        |        | 
|        |        |        |        |        | 
}}

Example:

{{Frame data diagram
|       |     |        |        |        | 33f
| start | 24f | 25-26f | 27-28f | 29-30f | 31-32f/33f
|       |     |        |        |        | 33f
}}

Result

33f
start 24f 25-26f 27-28f 29-30f 31-32f/33f
33f


To edit the way the table looks head to this page

https://wiki.n1gp.net/Template:Frame_data_diagram/styles.css