Difference between revisions of "Template:Filetype"
Line 1: | Line 1: | ||
+ | <noinclude> | ||
+ | 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: | ||
+ | |||
+ | <code><pre> | ||
+ | {{Filetype| | ||
+ | license_url=True| | ||
+ | web_statement=True| | ||
+ | more_permissions=False | ||
+ | }} | ||
+ | </pre></code> | ||
+ | |||
+ | Each value can be either <code>True</code> or <code>False</code>. | ||
+ | </noinclude> | ||
[[Category:Filetype]] | [[Category:Filetype]] | ||
Revision as of 16:42, 10 October 2007
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
}}
Each value can be either True
or False
.[[supports_license_url:={{{license_url}}}|]] [[supports_web_statement:={{{web_statement}}}|]] [[supports_more_permissions:={{{more_permissions}}}|]]