Welcome to Airport City!

AirportCityGame.com is the Number One place to be when it comes to the hit game Airport City!

Real time chat to other players, trade items together, complete space missions, form & arrange alliances and much much more. It's all here at AirportCityGame.com

Updating Wiki Entries

Hi everyone, Thanks for all the feedback and the suggestions.

So far I have created the following:

Aircraft - Every plane and guest plane listed (No including event planes)
Flights - All the standard flights, special flights, alliance flights and space flights.

Every page I have created so far is templated. It just means people can click on the edit button and fill in the missing information. An example being if you clicked onto Training Flight and clicked edit, you would see this:

Code:
[template=flights]
| name= Training Flight
| image=
| level=
| stars_required=
| plane_required=
| buildings_required=
| items_required=
| fuel_required=
| passengers_required=
| flight_time=
| catalyst_acceleration=
| fuel_speed_up=
| specialist=
| master=
| expert=
| gold_coins=
| experience=
| common_items=
| special_items=
[/template]

All you would need to do is add the details to complete it as follows:

Code:
[template=flights]
| name= Training Flight
| image= *Attach image*
| level= 1
| stars_required= 0
| plane_required= Swallow
| buildings_required= None
| items_required= None
| fuel_required= 10
| passengers_required= 12
| flight_time= 04m 00s
| catalyst_acceleration= None
| fuel_speed_up= 8
| specialist= 2 Flights
| master= 4 Flights
| expert= 8 Flights
| gold_coins= 16
| experience= 6
| common_items= None
| special_items= None
[/template]

Once saved, it will then look like this on the main page:

tf.png


You can see that where you typed the plane type as Swallow, that has now automatically created a link, which when clicked on will take you to the page with information about that aircraft.

Even if a page is not yet been created, such as for the items, as long as we all follow the same procedure on typing the names in, when the page is finally created, it will link to it.

Edit - Just noticed it's showing an icon of a runway instead of a star. I've corrected this now!
 
Last edited:
Top Bottom