Help:Index/Metadata/Metadata: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Jess Key
(New page: {{Help page|Metadata}} Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sollicitudin purus in eros mattis vitae tempus mauris mattis. Nulla facilisi. Quisque felis neque, ...)
 
imported>Jess Key
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Help page|Metadata}}
{{Help page|Metadata}}
There is one subpage which is not like the others; it's called the ''metadata'', and it contains material which is not displayed to users, but rather used internally to Citizendium, to contain information about the article (hence its name). In addition to containing information which Citizendium uses to tie together all the subpages with the main article page, it also tracks things like the article's quality, which [[CZ:Workgroups|workgroups]] are responsible for it, etc. Information which it contains is also used to automatically add the article to a number of relevant categories.


Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sollicitudin purus in eros mattis vitae tempus mauris mattis. Nulla facilisi. Quisque felis neque, tincidunt vitae commodo vel, tincidunt in velit. Duis eleifend, orci id consequat bibendum, purus purus tempor lectus, nec mattis arcu metus placerat ipsum. Quisque faucibus mattis ante sed varius. Ut auctor lectus nec urna placerat a consectetur justo facilisis. Donec a dolor libero. Cras tincidunt ipsum commodo libero feugiat eu mattis odio pellentesque. Integer at quam sit amet mi pellentesque ullamcorper. Vivamus in est semper dolor dictum suscipit.
===Metadata contents===


Nunc nunc dolor, rhoncus nec molestie at, suscipit sit amet neque. Quisque hendrerit, magna id condimentum auctor, massa turpis consectetur turpis, non semper urna erat sed eros. Maecenas varius urna sapien, id accumsan dui. Fusce nulla risus, rhoncus a feugiat at, pellentesque vel nibh. Morbi ut mi tincidunt lacus congue congue. Donec a diam dolor. Cras a augue lorem. Ut feugiat, dui in volutpat congue, metus nulla faucibus massa, sit amet cursus nunc augue sed diam. Proin adipiscing sem id neque aliquet pellentesque. Proin vel nulla eget massa cursus vulputate. Sed rhoncus, tellus a varius aliquam, ipsum sem pulvinar risus, vitae ultrices dolor urna a erat. Integer facilisis velit non sem pulvinar ac posuere arcu porttitor. Maecenas sem sapien, fringilla sed vehicula sed, varius eu ante. Quisque cursus porttitor tortor quis aliquam. Quisque ac sem elit, at sagittis felis.  
Here is a list of the fields in the metadata:
 
{{Metadata_doc}}
 
A detailed explanation for each of the field is available [[CZ:The Article Checklist#The template fields explained|here]].
 
===Metadata implementation===
 
The current instantiation (briefly) is that the metdata is a [[MediaWiki template]] (i.e. a piece of [[MediaWiki markup]] which is ''transcluded'' (i.e. copied over) into every page which uses the template). Any page which needs access to any information which is kept in the metadata simply transcludes the template which holds the metadata. The metadata is kept (because it's a template) in the Template: namespace (which is where all templates normally live); specifically, for article "Foo", the metadata is at "Template:Foo/Metadata".


{{Back to help}}
{{Back to help}}

Latest revision as of 15:25, 30 July 2010

This is a Citizendium help page
This help page is meant for help and guidance only. It can be edited by any Citizen and, whilst we try to ensure it is accurate, it may not fully represent current policy.
Further guidance can be found at the Metadata page.

There is one subpage which is not like the others; it's called the metadata, and it contains material which is not displayed to users, but rather used internally to Citizendium, to contain information about the article (hence its name). In addition to containing information which Citizendium uses to tie together all the subpages with the main article page, it also tracks things like the article's quality, which workgroups are responsible for it, etc. Information which it contains is also used to automatically add the article to a number of relevant categories.

Metadata contents

Here is a list of the fields in the metadata:

{{#switch: {{{info}}}

<!--general article properties-->
|       pagename = 
|        variant = 

<!--Required for checklist-->

|            abc =  
|      cat_check = 
|         status = currently no status
|    underlinked = 
|        cleanup = 
|             by = 
|           cat1 = 
|           cat2 = 
|           cat3 = 
|           sub1 = 
|           sub2 = 
|           sub3 = 
|           tab1 = 
|           tab2 = 
|           tab3 = 

<!--required for ToApprove template-->
|    article url = 
|    subpage url = 
|        cluster = 
|            now = 
|     ToA editor = 
|    ToA editor2 = 
|    ToA editor3 = 
|           date = 

<!--required for Approved template-->
|       A editor = 
|      A editor2 = 
|      A editor3 = 

}}<noinclude>{{subpages}}</noinclude>

In brief:

  • pagename: must contain the correct name of the article.
  • variant: records the dialect of English which the article is written in.


  • abc: means the form of the title for alphabetization, e.g. "Doherty, John" or "Orient, The". Please think this one through.
  • cat_check: put "yes" if you want someone to check over the categories.
  • status: 0 for approved articles; 1 developed, 2 developing, 3 stub, 4 external
  • underlinked: put "yes" if not enough other articles link to it (click "What links here" at left)
  • cleanup: put "yes" if basic cleanup has been done.
  • by: obsolete; leave blank.
  • cat1, cat2 and cat3: workgroups; fill in numerical order.
  • sub1, sub2 and sub3: sub-workgroups; fill in numerical order.
  • tab1, tab2 and tab3: per-article subpages; fill in numerical order.


  • article url: a URL link to the version to approve.
  • subpage url: a URL link to the version of a subpage to approve.
  • cluster: blank unless the whole cluster needs to be approved.
  • now: the date and time when the nomination was made.
  • ToA editor, ToA editor2, ToA editor3: name of the editor(s) who nominated the article for approval; fill in numerical order.
  • date: deadline for comments (format yyyymmdd).


  • A editor, A editor2, A editor3: copied from ToA editor etc when Approval is completed.

A detailed explanation for each of the field is available here.

Metadata implementation

The current instantiation (briefly) is that the metdata is a MediaWiki template (i.e. a piece of MediaWiki markup which is transcluded (i.e. copied over) into every page which uses the template). Any page which needs access to any information which is kept in the metadata simply transcludes the template which holds the metadata. The metadata is kept (because it's a template) in the Template: namespace (which is where all templates normally live); specifically, for article "Foo", the metadata is at "Template:Foo/Metadata".

Click here to return to main help page.


Citizens, we need your help!
These help pages are a work in progress and need developing. Some topics are not written at all yet. Feel free to edit this page, or any other within the help system, and contribute towards making this a useful tool to all.