Template:Non-GPL2: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Created a new template based on Template:Non-GPL, for GPLv2+ compatibility.)
 
(Added the 'width' parameter.)
Line 1: Line 1:
{| class=toccolours align="center" style="text-align:center; width: 80%; clear:both; margin-top:1em; margin-bottom:-0.5em; border-left: 15px solid orange;"  
{| class=toccolours align="center" style="text-align:center; width: {{{width|80%}}}; clear:both; margin-top:1em; margin-bottom:-0.5em; border-left: 15px solid orange;"  
| {{LangSwitch
| {{LangSwitch
  | en = <!-- English -->
  | en = <!-- English -->
Line 13: Line 13:


== Usage ==
== Usage ==
  <nowiki>{{non-GPL}}</nowiki>
  {{obr}}non-GPL2
{{!}} ''width''
{{cbr}}
 
All parameters are optional.
 
; width: The width of the box.  This defaults to {{param||80%}}.  It should be a legal CSS width value.
 
}}
}}



Revision as of 11:45, 20 June 2016

The product featured in this article is NOT available under version 2+ of the GNU GPL, the primary license of the FlightGear project. This means that you may not be able to re-use (parts of) it in other GPLv2 projects.


The following template description is not displayed when the template is inserted in an article.

Goal

This template can be added to pages describing functionality that is not available under the GNU GPL.

Usage

{{non-GPL2
| width
}}

All parameters are optional.

width
The width of the box. This defaults to 80%. It should be a legal CSS width value.