Template:Infobox-Applicable-FSVersion/doc: Difference between revisions
From FSDeveloper Wiki
Jump to navigationJump to search
m (→Useage) |
m (→Useage) |
||
| Line 20: | Line 20: | ||
{{Infobox-Applicable-FSVersion | {{Infobox-Applicable-FSVersion | ||
| FSXI = false | | FSXI = false | ||
| FSXA = | | FSXA = false | ||
| FSX = | | FSX = false | ||
| FS2004 = | | FS2004 = false | ||
| FS2002 = false | | FS2002 = false | ||
| FS2000 = unknown | | FS2000 = unknown | ||
| Line 28: | Line 28: | ||
}} | }} | ||
</pre> | </pre> | ||
* Set the version applicability to '''true''', '''false''', or '''unknown''', (case insensitive). | |||
* Do not delete an of the FS version ''categories'' | * Do not delete an of the FS version ''categories'' | ||
* FSXI, (FS11), is commented out in the template, it will be activated on release. | * FSXI, (FS11), is commented out in the template, it will be activated on release. | ||
* FS98 can also be commented out if required. | * FS98 can also be commented out if required. | ||
Revision as of 07:15, 19 April 2008
| This page is for any potential contributors, editors, and admins of the FSDeveloper Wiki. It is not about developing for flightsim. |
Proof of concept test page for Infobox-Applicable-FSVersion.
The Applicable infobox is intended to be placed at the top of all pages.
It gives a clear indicator of page content's applicability.
Useage
- Paste the following code into the required page.
{{Infobox-Applicable-FSVersion
| FSXI = false
| FSXA = false
| FSX = false
| FS2004 = false
| FS2002 = false
| FS2000 = unknown
| FS98 = unknown
}}
- Set the version applicability to true, false, or unknown, (case insensitive).
- Do not delete an of the FS version categories
- FSXI, (FS11), is commented out in the template, it will be activated on release.
- FS98 can also be commented out if required.
Done
- Add links to FS version category pages.
ToDo
- Not sure if this is an issue - Modify <div> so that boxes for <code> and <pre> display correctly.
Test Code
Test - convert upper to all lower