Difference between revisions of "Template:ContentDirectory"

From Creative Commons
Jump to: navigation, search
(One last attempt to get directory categories working.)
 
(32 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<noinclude>This template simplifies the creation of articles about [[ContentDirectory|Content Directories]]. When inserted in an directory's page, it creates a decorative table with information about the content provided. It also takes care of annotating the given data semantically, so that users can easily find it or query it in other articles. Do not try to read this page's source code for learning table syntax &ndash; there are far easier ways of creating tables in MediaWiki.
+
<noinclude>This template simplifies the creation of articles about [[Content Directories]]. When inserted in a directory's page, it creates a decorative table with information about the content provided. It also takes care of annotating the given data semantically, so that users can easily find it or query it in other articles. Do not try to read this page's source code for learning table syntax &ndash; there are far easier ways of creating tables in MediaWiki.
  
To use this template, insert the following at the beginning of your user page. All fields are '''optional''' and should be omitted if no information is available.  The page name should reflect the name of the Content Directory.
+
To use this template, insert the following at the beginning of your page. All fields are '''optional''' and should be omitted if no information is available.  The page name should reflect the name of the Content Directory.
  
 
<pre>{{ContentDirectory|
 
<pre>{{ContentDirectory|
Line 7: Line 7:
 
   ccportal= The URL for the CC-only portal (ie: http://flickr.com/creativecommons/)|
 
   ccportal= The URL for the CC-only portal (ie: http://flickr.com/creativecommons/)|
 
   ccfeed= The URL for the CC-only feed |
 
   ccfeed= The URL for the CC-only feed |
   format1=Sound|
+
   apiportal= The URL for API documentation for the site (ie: http://www.flickr.com/services/api/)|
   format2=MovingImage|
+
   format=Sound, MovingImage, Image
  format3=Image|
 
  format4=|
 
  format5=|
 
  format6=|
 
 
   size= Approximate size of the CC-licensed collection (ie: 1000)|
 
   size= Approximate size of the CC-licensed collection (ie: 1000)|
 
  }}
 
  }}
Line 19: Line 15:
  
 
The order of the fields is not relevant. The template should be given as the ''first'' thing on a page.
 
The order of the fields is not relevant. The template should be given as the ''first'' thing on a page.
 
== Formats ==
 
 
The following are recommended values for the format fields:
 
 
* Sound
 
* Image
 
* Text
 
* MovingImage
 
* InteractiveResource
 
  
 
</noinclude><includeonly>
 
</noinclude><includeonly>
  
 
{| cellspacing="0" cellpadding="5" style="position:relative; margin: 0; border-collapse: collapse; border: 1px solid #aaa; background: #fff; float: center; clear: right; width: 100%"
 
{| cellspacing="0" cellpadding="5" style="position:relative; margin: 0; border-collapse: collapse; border: 1px solid #aaa; background: #fff; float: center; clear: right; width: 100%"
! colspan="2" style="background: #006600; color: white" |[[Name:={{{Name|{{PAGENAME}}}}}]]
+
! colspan="2" style="background: #006600; color: white" |[[Name:={{{Name|{{PAGENAME}}}}}|Content Directory]]
 
|-
 
|-
{{#ifeq:{{{mainurl|}}}|||{{Tablerow|Label='''URL:'''|Value=[{{{mainurl}}} [[mainurl:={{{mainurl}}}|{{{mainurl label|{{{mainurl}}}}}}]]]}}}}
+
! URL: {{{mainurl}}}
 
|-
 
|-
{{#ifeq:{{{ccportal|}}}|||{{Tablerow|Label='''CC-only portal:'''|Value=[[ccportal:={{{ccportal}}}]]}}}}
+
! CC licensed content portal: {{{ccportal|}}}
 
|-
 
|-
{{#ifeq:{{{ccfeed|}}}|||{{Tablerow|Label='''CC-only feed:'''|Value=[[ccfeed:={{{ccfeed}}}]]}}}}
+
! CC licensed content feed: {{{ccfeed|}}}
 
|-
 
|-
{{#if:{{{format1|}}}|{{Tablerow|Label='''Formats'''|Value=[[format::{{{format1}}}]]|}}{{#if:{{{format2|}}}|, [[format::{{{format2}}}]]}}{{#if:{{{format3|}}}|, [[format::{{{format3}}}]]}}{{#if:{{{format4|}}}|, [[format::{{{format4}}}]]}}{{#if:{{{format5|}}}|, [[format::{{{format5}}}]]}}{{#if:{{{format6|}}}|, [[format::{{{format6}}}]]}}  
+
! Formats: {{{format|}}}
}}  
 
 
|-
 
|-
{{#ifeq:{{{size|}}}|||{{Tablerow|Label='''Approximate Size of the CC-licensed collection'''|Value={{{size}}}}}}}
+
! Approximate size of the CC-licensed collection: {{{size|}}}
 
|-
 
|-
 
|}
 
|}
[[Category:Content_Directory]]</includeonly>
+
[[Category:Content_Directory]]
 +
[[Category:{{{format|Other}}}_Directories]]
 +
</includeonly>

Latest revision as of 00:13, 25 June 2015

This template simplifies the creation of articles about Content Directories. When inserted in a directory's page, it creates a decorative table with information about the content provided. It also takes care of annotating the given data semantically, so that users can easily find it or query it in other articles. Do not try to read this page's source code for learning table syntax – there are far easier ways of creating tables in MediaWiki.

To use this template, insert the following at the beginning of your page. All fields are optional and should be omitted if no information is available. The page name should reflect the name of the Content Directory.

{{ContentDirectory|
  mainurl= The main URL of the site (ie: http://flickr.com)|
  ccportal= The URL for the CC-only portal (ie: http://flickr.com/creativecommons/)|
  ccfeed= The URL for the CC-only feed |
  apiportal= The URL for API documentation for the site (ie: http://www.flickr.com/services/api/)|
  format=Sound, MovingImage, Image
  size= Approximate size of the CC-licensed collection (ie: 1000)|
 }}

The order of the fields is not relevant. The template should be given as the first thing on a page.