Main Page: Difference between revisions

From NIMBY Rails Wiki
Jump to navigation Jump to search
m (Protected "Main Page" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
No edit summary
Line 1: Line 1:
<style>
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
</style>
<div class="wrapper">
<strong>Welcome to the NIMBY Rails wiki!</strong>
<strong>Welcome to the NIMBY Rails wiki!</strong>
This wiki is a <strong>work in progress</strong>. You can help it to grow by creating an account and contributing guides, tips or extending the existing bare bones concept pages.
<div class="row">
<div class="column">
<strong>Basic concepts</strong>
*[[Blueprint]]
*[[Track]]
*[[Station]]
*[[Signal]]
*[[Layer]]s
*[[Building]]
*[[Line]]
*[[Stop]]
*[[Pax]]
*[[Train]]
*[[Run]]
*[[Order]]
</div>
<div class="column">
<strong>Guides</strong>
*[[Quickstart guide]]
*[[How to us _depots]]
*[[How to signal a junction]]
</div>
</div>
Check out the [[Contents]] master page for work in progress overview of the current content of the wiki.
</div>


Check out the [[:Category:Guide|guides]] and the [[:Category:Concepts|gameplay concepts]] of the game.


[[Category:NIMBY Rails Wiki]]
[[Category:NIMBY Rails Wiki]]

Revision as of 16:29, 9 December 2022

<style> .row {

 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 width: 100%;

} .column {

 display: flex;
 flex-direction: column;
 flex-basis: 100%;
 flex: 1;

} </style>

Welcome to the NIMBY Rails wiki! This wiki is a work in progress. You can help it to grow by creating an account and contributing guides, tips or extending the existing bare bones concept pages.

Check out the Contents master page for work in progress overview of the current content of the wiki.