Template:Frame data diagram: Difference between revisions

Template page
No edit summary
No edit summary
 
(3 intermediate revisions by the same user 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" />
<templatestyles src="Frame data diagram/styles.css" />
<table class="frame-data-diagram">
<table class="frame-data-diagram">
Line 5: Line 35:
<tr><td>{{{13|}}}</td><td>{{{14|}}}</td><td>{{{15|}}}</td><td>{{{16|}}}</td><td>{{{17|}}}</td><td>{{{18|}}}</td></tr>
<tr><td>{{{13|}}}</td><td>{{{14|}}}</td><td>{{{15|}}}</td><td>{{{16|}}}</td><td>{{{17|}}}</td><td>{{{18|}}}</td></tr>
</table>
</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