Test Instance – This MediaWiki installation is a test environment. It is intended for:
- Development and debugging.
- Experimentation with new features.
- Testing configurations.
Content on this site may be incomplete, provisional, or subject to frequent changes. Do not rely on it for production or official reference. For the live, production wiki, please visit the appropriate site.
MediaWiki:Wikibasecirrus-license-mapping
Jump to navigation
Jump to search
#
# Map of license names to structured data statements, for use with the haslicense keyword feature. # Changes to this take effect immediately. # The syntax is as follows: # * Everything from a "#" character to the end of the line is a comment. # * Every non-blank line is the license name, followed by a "|" character followed by a comma-separated list of <property>=<item> statements. # Examples of good lines: # cc-by-sa|P123=Q456,P123=Q789 # cc-by|P123=Q000 # Adding additional whitespace for improved legibility (e.g. newlines) is allowed around the | and , characters. # Example: # cc-by-sa| # P123=Q456, # P123=Q789, # cc-by| # P123=Q000, #