All public logs
Combined display of all available logs of the change wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:35, 27 August 2022 Elie talk contribs created page Code:make-flow-diagram1.html (Created page with "This javascript/HTML canvas generates the "flow diagram" of File:food-funnel.png. If you want to generate a different flow diagram, you can save your own version of this and modify the draw() function to your liking. <syntaxhighlight lang="html"> <html><head> <script> // This draw() is the main function: Change it according to how you want your diagram: function draw() { primary = 5454; // crops harvested leftStart(); go(5000); branch(491...")