Template:Infobox-Applicable-FSVersion/doc: Difference between revisions
From FSDeveloper Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
| Line 15: | Line 15: | ||
It gives a clear indicator of page content's FS version applicability. | It gives a clear indicator of page content's FS version applicability. | ||
Contains links to the FS version categories. | Contains links to the FS version categories. It also automatically generates the matching FS version '''Categories:''' footer entries. | ||
FSXA is included as a seperate version as there'll be ~50 FSXA specific pages. | FSXA is included as a seperate version as there'll be ~50 FSXA specific pages. | ||
| Line 41: | Line 41: | ||
* Added link to this page. | * Added link to this page. | ||
* Modified the <nowiki><div></nowiki> code to align it with top edge, (was displaced by 1em). | * Modified the <nowiki><div></nowiki> code to align it with top edge, (was displaced by 1em). | ||
* Automatically generates the matching FS version '''Categories:''' footer entries. | |||
== ToDo == | == ToDo == | ||
Revision as of 08:40, 18 May 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 FS version applicability.
Contains links to the FS version categories. It also automatically generates the matching FS version Categories: footer entries.
FSXA is included as a seperate version as there'll be ~50 FSXA specific pages.
Useage
- Paste the following code into the required page.
- It should be inserted as the top line in the 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 any of the FS version categories .
- FSXI, (FS11) - Placeholder, is commented out within the source template, it will be activated on FS11 release.
- FS2000 & FS98 - If not required anywhere in the entire Wiki, I will then comment these out within the source template.
Completed
- Added links to FS version category pages.
- Added link to this page.
- Modified the <div> code to align it with top edge, (was displaced by 1em).
- Automatically generates the matching FS version Categories: footer entries.
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