Difference between revisions of "Template:Infobox journal/doc"
imported>Gonnym (Undid revision 974704098 by Funandtrvl (talk) It's needed here) |
imported>Funandtrvl (copy edit, organize, sync w/template, clarify) |
||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see [[Wikipedia:Wikidata]])--> | <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see [[Wikipedia:Wikidata]])--> | ||
| − | {{For|citing journals|Template:Cite journal}} | + | {{For|citing articles in journals|Template:Cite journal}} |
| − | {{ | + | {{High-use|8969}} |
{{Auto italic title}} | {{Auto italic title}} | ||
{{Auto short description}} | {{Auto short description}} | ||
| Line 8: | Line 8: | ||
{{Parameter names example|italic title=no | {{Parameter names example|italic title=no | ||
| − | + | |title | |
| − | + | |image | |
| − | + | |image_size | |
| − | + | |alt | |
| − | + | |caption | |
| − | + | |former_name | |
| − | + | |abbreviation | |
| − | + | |discipline | |
| − | + | |peer-reviewed | |
| − | + | |language | |
| − | + | |editor | |
| − | + | |publisher | |
| − | + | |country | |
| − | + | |history | |
| − | + | |frequency | |
| − | + | |openaccess | |
| − | + | |license | |
| − | + | |impact | |
| − | + | |impact-year | |
| − | + | |bluebook | |
| − | + | |mathscinet | |
| − | + | |nlm | |
| − | + | |ISSN | |
| − | + | |ISSNlabel | |
| − | + | |eISSN | |
| − | + | |CODEN | |
| − | + | |JSTOR | |
| − | + | |LCCN | |
| − | + | |OCLC | |
| − | + | |website | |
| − | + | |link1 | |
| − | + | |link1-name | |
| − | + | |link2 | |
| − | + | |link2-name | |
}} | }} | ||
| − | {{tl|Infobox journal}} can be used to display details about [[academic journal]]s as a right- | + | {{tl|Infobox journal}} can be used to display details about [[academic journal]]s, as a right-aligned infobox. It can be stacked with other infoboxes. The [[User:Tokenzero/infoboxJournal|infoboxJournal.js]] script can be used to easily add the infobox to articles, as well as standardize existing infoboxes. The script is in development, so make sure to review the suggested presentation before saving. |
== Usage == | == Usage == | ||
| − | ; | + | ;Syntax<!-- full syntax for ease of use to new editors --> |
| − | + | Simply copy-paste this code in an article and fill it according to the [[#Parameters|documentation]] below. Remove hidden notes (both the <code><nowiki><!--</nowiki></code> and <code><nowiki>--></nowiki></code> characters) that surround certain entries, in order for the data you enter to appear in the published article. Unused parameters may also be removed. | |
| + | |||
<pre style="overflow:auto;"> | <pre style="overflow:auto;"> | ||
{{Infobox journal | {{Infobox journal | ||
| title = | | title = | ||
| image = <!-- or |cover= --> | | image = <!-- or |cover= --> | ||
| + | | image_size = <!-- default is 200px --> | ||
| + | | alt = | ||
| caption = | | caption = | ||
| former_name = <!-- or |former_names= --> | | former_name = <!-- or |former_names= --> | ||
| − | | abbreviation = <!-- ISO 4 | + | | abbreviation = <!-- use ISO 4 standard --> |
| discipline = <!-- or |subject= --> | | discipline = <!-- or |subject= --> | ||
| + | | peer-reviewed = | ||
| language = | | language = | ||
| editor = <!-- or |editors= --> | | editor = <!-- or |editors= --> | ||
| Line 67: | Line 71: | ||
| impact = | | impact = | ||
| impact-year = | | impact-year = | ||
| − | | ISSN = | + | | bluebook = |
| − | | eISSN = | + | | mathscinet = |
| − | | CODEN = | + | | nlm = |
| − | | JSTOR = | + | | ISSN = <!-- up to |ISSN10= --> |
| − | | LCCN = | + | | ISSNlabel = <!-- up to |ISSNlabel10= --> |
| − | | OCLC = | + | | eISSN = <!-- up to |eISSN10= --> |
| + | | CODEN = <!-- up to |CODEN10= --> | ||
| + | | JSTOR = <!-- up to |JSTOR10= --> | ||
| + | | LCCN = <!-- up to |LCCN10= --> | ||
| + | | OCLC = <!-- up to |OCLC10= --> | ||
| website = | | website = | ||
| − | | link1 | + | | link1 = <!-- up to |link10= --> |
| − | + | | link1-name = <!-- up to |link10-name= --> | |
| − | |||
| − | | | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 85: | Line 91: | ||
<pre style="overflow:auto;"> | <pre style="overflow:auto;"> | ||
| bluebook = <!-- For law journals only --> | | bluebook = <!-- For law journals only --> | ||
| − | | mathscinet = <!-- For the MathSciNet abbreviation IF different from ISO 4 abbreviation --> | + | | mathscinet = <!-- For the MathSciNet abbreviation, IF different from ISO 4 abbreviation --> |
| − | | nlm = <!-- For the NLM abbreviation IF different from ISO 4 abbreviation --> | + | | nlm = <!-- For the NLM abbreviation, IF different from ISO 4 abbreviation --> |
</pre> | </pre> | ||
| Line 109: | Line 115: | ||
... | ... | ||
</pre> | </pre> | ||
| − | Goes | + | Goes up to {{para|ISSNlabel10}}. |
=== Parameters === | === Parameters === | ||
| Line 126: | Line 132: | ||
| {{para|former_name }} | Any former name or names of the journal (italicized by default). | | {{para|former_name }} | Any former name or names of the journal (italicized by default). | ||
| {{para|abbreviation }} | The [[ISO 4]] abbreviation for journal. Include dots (e.g. <code>J. Phys.</code>, not <code>J Phys</code>). If unset, links to find out what the ISO 4 abbreviation is will be displayed. Use {{para|abbreviation|no}} to hide the field. | | {{para|abbreviation }} | The [[ISO 4]] abbreviation for journal. Include dots (e.g. <code>J. Phys.</code>, not <code>J Phys</code>). If unset, links to find out what the ISO 4 abbreviation is will be displayed. Use {{para|abbreviation|no}} to hide the field. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| {{para|discipline }} | Topic of the journal. | | {{para|discipline }} | Topic of the journal. | ||
| {{para|peer-reviewed }} | Put <code>no</code> if journal is not [[Peer review|peer-reviewed]] (in which case {{tl|Infobox magazine}} is probably more appropriate). If the situation is complicated, put "See text" and describe it in the text. If the field is blank, omitted, or set to <code>yes</code>, no field is shown, and peer-review status is implied. | | {{para|peer-reviewed }} | Put <code>no</code> if journal is not [[Peer review|peer-reviewed]] (in which case {{tl|Infobox magazine}} is probably more appropriate). If the situation is complicated, put "See text" and describe it in the text. If the field is blank, omitted, or set to <code>yes</code>, no field is shown, and peer-review status is implied. | ||
| Line 142: | Line 144: | ||
| {{para|impact }} | Journal's [[impact factor]]. | | {{para|impact }} | Journal's [[impact factor]]. | ||
| {{para|impact-year }} | Year impact factor above was measured, '''not''' the year it was published. E.g. the 2016 impact factor was published in 2017, so 2016 goes in the infobox. | | {{para|impact-year }} | Year impact factor above was measured, '''not''' the year it was published. E.g. the 2016 impact factor was published in 2017, so 2016 goes in the infobox. | ||
| + | | {{para|bluebook }} | The [[Bluebook]] abbreviation for law journal. | ||
| + | | {{para|mathscinet }} | The [[MathSciNet]] abbreviation IF different from ISO 4 abbreviation. | ||
| + | | {{para|nlm }} | The [[United States National Library of Medicine|NLM]] abbreviation IF different from ISO 4 abbreviation. | ||
| + | | {{para|bypass-rcheck }} | Set to <code>yes</code> to bypass the built-in ISO 4 / bluebook redirect check until {{phab|T14019}} is resolved. This should '''only''' be used after the ISO 4 / bluebook redirects were created, '''not''' to get rid of the template messages. See [[:Category:Infobox journals with bypassed redirect checking]] for more information. | ||
| {{para|ISSNlabel }} | To distinguish between ISSNs when more than one is given (use in conjunction with ISSN2label, ISSN3label, ... ISSN10label). | | {{para|ISSNlabel }} | To distinguish between ISSNs when more than one is given (use in conjunction with ISSN2label, ISSN3label, ... ISSN10label). | ||
| {{para|ISSN }} | [[International Standard Serial Number|ISSN]] (print edition) or eISSN if electronic-only journal. If there is more than one journal, such as in ''[[European Physical Journal]]'', use additional ISSN2, ISSN3, ... ISSN10 parameters. | | {{para|ISSN }} | [[International Standard Serial Number|ISSN]] (print edition) or eISSN if electronic-only journal. If there is more than one journal, such as in ''[[European Physical Journal]]'', use additional ISSN2, ISSN3, ... ISSN10 parameters. | ||
| Line 159: | Line 165: | ||
=== Usage notes === | === Usage notes === | ||
| − | * ''language'' - default is "English" but it is possible to put more than one: language=English, French (etc.) | + | * ''title'' - The infobox displays the journal title at the top, wrapping to keep the infobox narrow. To custom-wrap a long title, insert "{{tag|br|s}}". Otherwise, the title will auto-wrap after all words that fit: |
| + | | title = Canadian Journal of{{tag|br|s}}Earth Sciences | ||
| + | * ''language'' - default is "English" but it is possible to put more than one: language=English, 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 "Online access": | * ''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 "Online access": | ||
| website = http://www.nature.com | | website = http://www.nature.com | ||
| link1 = http://www.nature.com/nature/current_issue.html | | link1 = http://www.nature.com/nature/current_issue.html | ||
| link1-name = Online access | | link1-name = Online access | ||
| − | |||
| − | |||
| − | |||
In general, any parameter can be custom-wrapped by inserting a "{{tag|br|s}}" wherever needed. | In general, any parameter can be custom-wrapped by inserting a "{{tag|br|s}}" wherever needed. | ||
| Line 181: | Line 186: | ||
|- | |- | ||
|{{tl|Infobox journal/ISO 4 preload}} || The suggested content of the ISO4 redirect page. | |{{tl|Infobox journal/ISO 4 preload}} || The suggested content of the ISO4 redirect page. | ||
| + | |- | ||
| + | |{{tl|Infobox journal/ISSN-eISSN}} || Used to format the ISSN information | ||
|- | |- | ||
|{{tl|Infobox journal/MathSciNet check}} || Checks if a [[MathSciNet]] redirects exists. If not, prompts editors to create it. | |{{tl|Infobox journal/MathSciNet check}} || Checks if a [[MathSciNet]] redirects exists. If not, prompts editors to create it. | ||
| Line 189: | Line 196: | ||
|- | |- | ||
|{{tl|Infobox journal/NLM preload}} || The suggested content of the NLM redirect page. | |{{tl|Infobox journal/NLM preload}} || The suggested content of the NLM redirect page. | ||
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
| Line 199: | Line 204: | ||
|- | |- | ||
|{{tl|Infobox journal/Abbreviation search}} || Provides search links for relevant standard abbreviations ([[ISO 4]], [[Bluebook]], [[MathSciNet]], and [[United States National Library of Medicine|NLM]]). It also gives a link to their corresponding databases when possible. Some links needs {{para|ISSN/eISSN}} to work. | |{{tl|Infobox journal/Abbreviation search}} || Provides search links for relevant standard abbreviations ([[ISO 4]], [[Bluebook]], [[MathSciNet]], and [[United States National Library of Medicine|NLM]]). It also gives a link to their corresponding databases when possible. Some links needs {{para|ISSN/eISSN}} to work. | ||
| + | |- | ||
| + | |{{tl|Infobox journal/Former check}} || Checks if former name redirects exists. If not, prompts editors to create it and to verify that standard abbreviation redirects are also created. This is currently experimental, and will only display if you've enabled the search links. | ||
|- | |- | ||
|{{tl|Infobox journal/Indexing search}} || Provides a MIAR database search link to verify Abstracting/Indexing information. Needs {{para|ISSN/eISSN}} to work. | |{{tl|Infobox journal/Indexing search}} || Provides a MIAR database search link to verify Abstracting/Indexing information. Needs {{para|ISSN/eISSN}} to work. | ||
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
| Line 554: | Line 559: | ||
* {{clc|Infobox journals with bypassed redirect checking}} | * {{clc|Infobox journals with bypassed redirect checking}} | ||
| − | ===Related categories=== | + | ===Related tracking categories=== |
* {{clc|Journal articles needing infoboxes}} | * {{clc|Journal articles needing infoboxes}} | ||
* {{clc|Redirects from ISO 4 abbreviations}} | * {{clc|Redirects from ISO 4 abbreviations}} | ||
| Line 561: | Line 566: | ||
* {{clc|Redirects from NLM abbreviations}} | * {{clc|Redirects from NLM abbreviations}} | ||
| − | ===Related templates=== | + | ===Related redirect templates=== |
| + | * {{tl|R from Bluebook abbreviation}} | ||
* {{tl|R from ISO 4 abbreviation}} | * {{tl|R from ISO 4 abbreviation}} | ||
| − | |||
* {{tl|R from MathSciNet abbreviation}} | * {{tl|R from MathSciNet abbreviation}} | ||
* {{tl|R from NLM abbreviation}} | * {{tl|R from NLM abbreviation}} | ||
== See also == | == See also == | ||
| + | * {{tl|Infobox bibliographic database}} | ||
* {{tl|Infobox magazine}} | * {{tl|Infobox magazine}} | ||
| − | |||
{{Organization infoboxes}} | {{Organization infoboxes}} | ||
| − | <includeonly>{{ | + | <includeonly>{{sandbox other|| |
| − | + | <!-- Categories below this line; interwikis at Wikidata --> | |
| − | <!-- | ||
[[Category:Organization infobox templates|Journal]] | [[Category:Organization infobox templates|Journal]] | ||
[[Category:Publishing infobox templates|Journal]] | [[Category:Publishing infobox templates|Journal]] | ||
[[Category:Templates that add a tracking category]] | [[Category:Templates that add a tracking category]] | ||
}}</includeonly> | }}</includeonly> | ||
Revision as of 19:13, 18 September 2020
| This is a documentation subpage for Template:Infobox journal. It contains usage information, categories and other content that is not part of the original template page. |
| This template is used on approximately 9,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
Transclusion count updated automatically (see documentation). |
This infobox should italicize the article title automatically. If this is not required, add |italic title=no to the list of parameters. If this is required but the title is not being italicized, try |italic title=force. |
| This template adds an automatically generated short description. |
| File:Lua-Logo.svg | This template uses Lua: |
Template:Parameter names example
{{Infobox journal}} can be used to display details about academic journals, as a right-aligned infobox. It can be stacked with other infoboxes. The infoboxJournal.js script can be used to easily add the infobox to articles, as well as standardize existing infoboxes. The script is in development, so make sure to review the suggested presentation before saving.
Contents
Usage
- Syntax
Simply copy-paste this code in an article and fill it according to the documentation below. Remove hidden notes (both the <!-- and --> characters) that surround certain entries, in order for the data you enter to appear in the published article. Unused parameters may also be removed.
{{Infobox journal
| title =
| image = <!-- or |cover= -->
| image_size = <!-- default is 200px -->
| alt =
| caption =
| former_name = <!-- or |former_names= -->
| abbreviation = <!-- use ISO 4 standard -->
| discipline = <!-- or |subject= -->
| peer-reviewed =
| language =
| editor = <!-- or |editors= -->
| publisher =
| country =
| history =
| frequency =
| openaccess =
| license =
| impact =
| impact-year =
| bluebook =
| mathscinet =
| nlm =
| ISSN = <!-- up to |ISSN10= -->
| ISSNlabel = <!-- up to |ISSNlabel10= -->
| eISSN = <!-- up to |eISSN10= -->
| CODEN = <!-- up to |CODEN10= -->
| JSTOR = <!-- up to |JSTOR10= -->
| LCCN = <!-- up to |LCCN10= -->
| OCLC = <!-- up to |OCLC10= -->
| website =
| link1 = <!-- up to |link10= -->
| link1-name = <!-- up to |link10-name= -->
}}
- Non-ISO 4 abbreviations (pick those that apply)
| bluebook = <!-- For law journals only --> | mathscinet = <!-- For the MathSciNet abbreviation, IF different from ISO 4 abbreviation --> | nlm = <!-- For the NLM abbreviation, IF different from ISO 4 abbreviation -->
- Identifiers for multiple journals at once
| ISSNlabel = | ISSN = | eISSN = | CODEN = | JSTOR = | LCCN = | OCLC = | ISSNlabel2 = | ISSN2 = | eISSN2 = | CODEN2 = | JSTOR2 = | LCCN2 = | OCLC2 = ...
Goes up to |ISSNlabel10=.
Parameters
All parameters are optional.
{{Infobox journal
- Script error: No such module "aligned table".
}}
Usage notes
- 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
- language - default is "English" but it is possible to put more than one: language=English, 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 "Online access":
| website = http://www.nature.com | link1 = http://www.nature.com/nature/current_issue.html | link1-name = Online access
In general, any parameter can be custom-wrapped by inserting a "<br />" wherever needed.
Sub templates
- Main infobox
| {{Infobox journal/Bluebook check}} | Checks if a Bluebook redirects exists. If not, prompts editors to create it. |
| {{Infobox journal/Bluebook preload}} | The suggested content of the Bluebook redirect page. |
| {{Infobox journal/ISO 4 check}} | Checks if an ISO 4 redirects exists. If not, prompts editors to create it. |
| {{Infobox journal/ISO 4 preload}} | The suggested content of the ISO4 redirect page. |
| {{Infobox journal/ISSN-eISSN}} | Used to format the ISSN information |
| {{Infobox journal/MathSciNet check}} | Checks if a MathSciNet redirects exists. If not, prompts editors to create it. |
| {{Infobox journal/MathSciNet preload}} | The suggested content of the ISO4 redirect page. |
| {{Infobox journal/NLM check}} | Checks if a NLM redirects exists. If not, prompts editors to create it. |
| {{Infobox journal/NLM preload}} | The suggested content of the NLM redirect page. |
- Search links
Put .infobox-journal-search { display: inline !important;} in your CSS file (like this) to enable search links.
| {{Infobox journal/Abbreviation search}} | Provides search links for relevant standard abbreviations (ISO 4, Bluebook, MathSciNet, and NLM). It also gives a link to their corresponding databases when possible. Some links needs |ISSN/eISSN= to work.
|
| {{Infobox journal/Former check}} | Checks if former name redirects exists. If not, prompts editors to create it and to verify that standard abbreviation redirects are also created. This is currently experimental, and will only display if you've enabled the search links. |
| {{Infobox journal/Indexing search}} | Provides a MIAR database search link to verify Abstracting/Indexing information. Needs |ISSN/eISSN= to work.
|
- Other
Template characteristics
Microformat
COinS
This template produces COinS metadata; see COinS in Wikipedia for background information.
TemplateData
TemplateData documentation used by VisualEditor and other tools
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
See the monthly parameter usage report for this template.
TemplateData for Infobox journal {{Infobox journal}} can be used to display details about academic journals and similar publications as a right-side infobox.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tracking categories
- Category:Articles with missing ISO 4 abbreviation redirects (0)
- Category:Articles with missing Bluebook abbreviation redirects (0)
- Category:Articles with missing MathSciNet abbreviation redirects (0)
- Category:Articles with missing NLM abbreviation redirects (0)
- Category:Articles with outdated impact factors (0)
- Category:ISSN needed (0)
- Category:Pages using infobox journal with unknown parameters (0)
- Category:Infobox journals with missing ISO 4 abbreviations (0)
- Category:Infobox journals with missing Bluebook abbreviations (0)
- Category:Infobox journals with missing MathSciNet abbreviations (0)
- Category:Infobox journals with missing NLM abbreviations (0)
- Category:Infobox journals with missing former name redirects (0)
- Category:Infobox journals with bypassed ISO 4 abbreviations (0)
- Category:Infobox journals with bypassed redirect checking (0)
Related tracking categories
- Category:Journal articles needing infoboxes (0)
- Category:Redirects from ISO 4 abbreviations (0)
- Category:Redirects from Bluebook abbreviations (0)
- Category:Redirects from MathSciNet abbreviations (0)
- Category:Redirects from NLM abbreviations (0)
Related redirect templates
- {{R from Bluebook abbreviation}}
- {{R from ISO 4 abbreviation}}
- {{R from MathSciNet abbreviation}}
- {{R from NLM abbreviation}}
See also
Template:Organization infoboxes