Template:Infobox journal

From Glottopedia
Revision as of 10:16, 30 June 2009 by Wohlgemuth (talk | contribs) (from http://en.wikipedia.org/wiki/Template:Infobox_journal)
Jump to navigation Jump to search
Infobox journal  
Discipline {{{discipline}}}
Language English
Publication details
Publisher {{{publisher}}} ({{{country}}})

 The Template:Infobox Journal is used to display details about journal
 publications as a right-side infobox. It can be stacked with other infoboxes. Template:Documentation subpage

Usage

{{Infobox Journal
| title         = 
| cover         = 
| editor        = 
| discipline    = 
| language      = 
| abbreviation  = 
| publisher     = 
| country       = 
| frequency     = 
| history       = 
| openaccess    = 
| license       = 
| impact        = 
| impact-year   = 
| website       = 
| link1         = 
| link1-name    = 
| link2         = 
| link2-name    = 
| RSS           = 
| atom          = 
| JSTOR         = 
| OCLC          = 
| LCCN          = 
| CODEN         = 
| ISSN          = 
| eISSN         = 
| boxwidth      = 
}}
{{Infobox Journal
| title = Name of journal (defaults to page name)
| cover = Optional image of journal
| editor = Optional name of editor
| discipline = Topic of the journal
| language = Language of publication, (or abstracts)
| abbreviation = Abbreviation for journal
| publisher = Name of publisher
| country = Country of publication, as: USA
| frequency = Frequency of publication
| history = Publication history, as: 1869 to present
| openaccess = Availability of open access content, with links if appropriate
| license = License of the journal's content
| impact = The impact factor of the journal
| impact-year = The year the impact factor was measured
| website = URL for journal homepage; see usage below
| link1 = URL for additional link; see below
| link1-name = name for additional link; see below
| link2 = URL for additional link; see below
| link2-name = Name for additional link; see below
| RSS = URL of RSS feed
| atom = URL of Atom feed
| JSTOR = JSTOR number, usually the ISSN - link will be generated automatically
| OCLC = OCLC number
| LCCN = Link to LCCN
| CODEN = Link to CODEN
| ISSN = ISSN (print edition) or eISSN if electronic-only journal
| eISSN = ISSN for web version of paper journals
| boxwidth = Width of infobox, specify 'em' or 'px' explicitly (e.g. boxwidth = 30em or boxwidth = 300px); default is 20em
}}


Examples

  • language - default is "English" but could put many:  language=English or French (etc.).
  • website - Just put the full URL; e.g., http://www.nature.com . This field automatically displays the name "Journal homepage." If you wish to display a different name, or to include additional links, use parameters "link1" & "link1-name" ("link2" etc.). For example, show "About Nature":
   | website = http://www.nature.com
   | link1 = http://www.nature.com/nature/about/index.html
   | link1-name = About Nature
  • title - The infobox displays the journal title at the top, wrapping to keep the infobox narrow. To custom-wrap a long title, insert "<br>". Otherwise, the title will auto-wrap after all words that fit:
   | title = Canadian Journal of<br>Earth Sciences
  • country - such as "Canada". To include a flag, use: country=&nbsp;{{flag|Canada}}. The non-breaking "&nbsp;" keeps the parenthesis "(" on the same line.

 In general, any parameter can be custom-wrapped by inserting a "<br>" wherever needed.