Difference between revisions of "Template:Filetype"

From Creative Commons
Jump to: navigation, search
Line 22: Line 22:
 
| [[supports_license_url::{{{license_url}}}]]
 
| [[supports_license_url::{{{license_url}}}]]
 
|-  
 
|-  
! Supports embedding [[Web Statement]]:
+
! Supports embedding [[Web Statement|web statement]]:
 
| [[supports_web_statement::{{{web_statement}}}]]
 
| [[supports_web_statement::{{{web_statement}}}]]
 
|-  
 
|-  
! Supports embedding [[More Permissions]]:
+
! Supports embedding [[CCPlus|more permissions]]:
 
| [[supports_more_permissions::{{{more_permissions}}}]]
 
| [[supports_more_permissions::{{{more_permissions}}}]]
 
|-  
 
|-  

Revision as of 02:27, 28 August 2008

The Filetype template annotates a page with semantic information about which Creative Commons "features" are supported for a given filetype.

Use the template by including the following text in the page:


  {{Filetype|
    license_url=True|
    web_statement=True|
    more_permissions=False|
    metadata_location=Application Block|
    metadata_format=XMP
  }}

license_url, web_statement, and more_permissions can be either True or False. metadata_location and metadata_format are free-form strings.