(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...") |
Playerzero (talk | contribs) No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| | To add frame data use the following formula | ||
<pre> | |||
{{Frame data diagram | |||
| | | | | | | |||
| | | | | | | |||
| | | | | | | |||
}} | |||
</pre> | |||
Example: | |||
<pre> | |||
{{Frame data diagram | |||
| | | | | | 33f | |||
| start | 24f | 25-26f | 27-28f | 29-30f | 31-32f/33f | |||
| | | | | | 33f | |||
}} | |||
</pre> | |||
Result | |||
{{Frame data diagram | |||
| | | | | | 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