User:Joshinils: Difference between revisions
Jump to navigation
Jump to search
m (added another copypasteable thing) |
mNo edit summary |
||
Line 15: | Line 15: | ||
</pre> | </pre> | ||
== | |||
Block that puts ''foo'' and ''bar'' nex to each another if there is space, else it wraps and puts them underneath: | |||
<pre> | |||
<div><ul> | |||
<li style="display:inline-block;"> foo </li> | |||
<li style="display:inline-block;"> bar </li> | |||
</ul></div> | |||
</pre> | |||
{| | |||
|- | |||
| [[Factorio:Wanted_pages#German_Wanted_Pages|List Of German Wanted Pages]] | |||
{{Factorio:Wanted_pages/de}} | {{Factorio:Wanted_pages/de}} | ||
|} |
Revision as of 10:28, 22 August 2017
my sandbox page I may be using for translating
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>