User:Joshinils: Difference between revisions
Jump to navigation
Jump to search
m (deleted bad english of bilka) |
mNo edit summary |
||
Line 1: | Line 1: | ||
<!-- copied from keyboard keybindings, I have no idea what exactly this does besides creating two collumns--> | <!-- copied from keyboard keybindings, I have no idea what exactly this does besides creating two collumns--> | ||
<div style="column-count:2;-moz-column-count:2;-webkit-column-count:2"> | <div style="column-count:2;-moz-column-count:2;-webkit-column-count:2"> | ||
As I'm usig this bit so often, here it is to copy-paste: | As I'm usig this bit so often, here it is to copy-paste: | ||
Line 43: | Line 40: | ||
== Subpages== | |||
{{Special:PrefixIndex/User:Joshinils}} | |||
{| | {| |
Revision as of 18:00, 1 September 2017
As I'm usig this bit so often, here it is to copy-paste:
== Siehe auch == * [[Research/de|Forschung]] * [[Technologies/de|Technologien]]
! Technologie !! Kosten !! Auswirkung !! Aufaddierte <br/>Auswirkung
Block that puts foo and bar nex to each another if there is space, else it wraps and puts them underneath:
<div><ul> <li style="display:inline-block;"> foo </li> <li style="display:inline-block;"> bar </li> </ul></div>
Screenshot command:
/c game.take_screenshot{resolution = {x = 1000, y = 1000}, zoom = 2, show_entity_info = true}
Remaining research command:
/c global.research = function(amount) if amount == nil then game.print(game.player.force.research_progress * 100 .. "% done") else game.print(amount -game.player.force.research_progress * amount .. " packs needed") end end