Template:Infobox-Applicable-FSVersion/doc: Difference between revisions
From FSDeveloper Wiki
Jump to navigationJump to search
m (Documentation:Template:Infobox-Applicable-FSVersion moved to Template:Infobox-Applicable-FSVersion/doc: Titling rationalisation) |
mNo edit summary |
||
| Line 31: | Line 31: | ||
* 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. | ||
== Done == | |||
* Add links to FS version category pages. | |||
== ToDo == | == ToDo == | ||
* Fix the <nowiki><div></nowiki> so that ''boxes'' for <nowiki><code></nowiki> and <nowiki><pre></nowiki> display correctly. | * Fix the <nowiki><div></nowiki> so that ''boxes'' for <nowiki><code></nowiki> and <nowiki><pre></nowiki> display correctly. | ||
Revision as of 06:16, 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
| FSX = true
| FS2004 = true
| FS2002 = false
| FS2000 = unknown
| FS98 = unknown
}}
- Do not delete an of the FS version categories
- Set the version applicability to true, false, or unknown, (case insensitive).
- 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
- Fix the <div> so that boxes for <code> and <pre> display correctly.
Test Code
Test - convert upper to all lower