[Solved] minor: a bit confusing table in Electric furnace article

Anything related to the content on our wiki (https://wiki.factorio.com/)

Moderator: Bilka

lelick
Burner Inserter
Burner Inserter
Posts: 12
Joined: Mon Oct 21, 2024 6:35 pm
Contact:

[Solved] minor: a bit confusing table in Electric furnace article

Post by lelick »

Table has entries like

Code: Select all

0.0625 (1/16s)
which reads as a fraction of second. it should be something like

Code: Select all

0.0625 (1/16)  /sec
Screenshot 2024-10-31 at 10.54.05.png
Screenshot 2024-10-31 at 10.54.05.png (111.79 KiB) Viewed 218 times
vadcx
Long Handed Inserter
Long Handed Inserter
Posts: 51
Joined: Fri Apr 19, 2024 4:12 pm
Contact:

Re: [Docs] minor: a bit confusing table in Electric furnace article

Post 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
Bilka
Factorio Staff
Factorio Staff
Posts: 3309
Joined: Sat Aug 13, 2016 9:20 am
Contact:

Re: [Docs] minor: a bit confusing table in Electric furnace article

Post by Bilka »

Looks like the page was changed after conversation on the talk page, so I'm marking this solved. Yay!
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
Post Reply

Return to “Wiki Talk”