Template:Infobox-Applicable-FSVersion/doc: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
mNo edit summary
Line 31: Line 31:
</pre>
</pre>
* Set the version applicability to '''true''', '''false''', or '''unknown''', (case insensitive).
* Set the version applicability to '''true''', '''false''', or '''unknown''', (case insensitive).
* Do not delete any of the FS version ''categories''.
* '''Do not delete any of the FS version ''categories'' '''.
* FSXI, (FS11), is commented out in the template, it will be activated on release.  
* FSXI, (FS11) - Placeholder, is commented out within the source template, it will be activated on FS11 release.  
* FS98 can also be commented out if required.
* FS2000/FS98 - If not required anywhere in the Wiki I can also comment these out within the source template.


== Completed ==
== Completed ==

Revision as of 07:41, 19 April 2008

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.

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 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 Wiki I can also comment these out within the source template.

Completed

  • Added links to FS version category pages.
  • Added link to this page.

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