Page 1 of 1
[Solved] minor: a bit confusing table in Electric furnace article
Posted: Thu Oct 31, 2024 6:57 am
by lelick
Table has entries like
which reads as a fraction of second. it should be something like
- Screenshot 2024-10-31 at 10.54.05.png (111.79 KiB) Viewed 219 times
Re: [Docs] minor: a bit confusing table in Electric furnace article
Posted: Thu Oct 31, 2024 11:56 am
by vadcx
Changed to be
0.0625/s (1/16) with this regex (
https://docs.kde.org/stable5/en/kate/ka ... -capturing)
Code: Select all
Find: (\d\.\d+) \((\d+/\d+)s\)
Replace: \1/s \(\2\)
Still, what even are the rows for if there are only 2 module slots? I'll add that question to the talk page.
https://wiki.factorio.com/Electric_furnace
Re: [Docs] minor: a bit confusing table in Electric furnace article
Posted: Fri Nov 01, 2024 3:59 pm
by Bilka
Looks like the page was changed after conversation on the talk page, so I'm marking this solved. Yay!