As many of you know, you can link to specific sections of pages on the wiki (e.g., http://wiki.flightgear.org/FlightGear#Flight_Dynamics_Models). I thought it would be a great improvement to the website if we could link to specific aircraft headers on the aircraft download page (e.g., http://www.flightgear.org/download/aircraft-v3-4/#A-10). The main usage of this would be to link to specific aircraft from infoboxes on the wiki.
To do this, an id attribute would need to be added to the headers (technically <strong> elements) above the aircraft picture on the aircraft download page.
Example:
- Code: Select all
<strong id="A-10">A-10</strong>
The only problem is the filter on the aircraft download page; we need a way to either turn it off, or configure it to show all aircraft. That could be done using arguments that are then processed by JavaScript.
I hope you find my suggestion helpful.
Regards,
Red Leader