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

From FSDeveloper Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:
}}
}}
Proof of concept test page for Infobox-Applicable-FSVersion.
Proof of concept test page for Infobox-Applicable-FSVersion.
This ''infobox'' is intended to be placed at the top of '''all pages'''.
<br>
It gives a clear indicator of page applicability.


Test - {{lc:Convert UPPER to all LoWeR}}
Test - {{lc:Convert UPPER to all LoWeR}}
Line 25: Line 29:
* Set the version applicability to '''true''', '''false''', or '''unknown''', (case insensitive).
* 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.  
* FSXI, (FS11), is commented out in the template, it will be activated on release.  
 
* FS98 can also be commented out if required.
== 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 13:51, 18 April 2008

Proof of concept test page for Infobox-Applicable-FSVersion.

This infobox is intended to be placed at the top of all pages.
It gives a clear indicator of page applicability.

Test - convert upper to all lower

Useage

  • Paste the following code into the required page.
{{Infobox-Applicable-FSVersion
| FSXI = false
| FSX = true
| FS2004 = true
| FS2002 = false
| FS2000 = unknown
| FS98 = unknown
}}
  • 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.

ToDo

  • Fix the <div> so that boxes for <code> and <pre> display correctly.