Template:Infobox newspaper/doc: Difference between revisions
→Usage: m |
Crisco 1492 (talk | contribs) document native name functionality |
||
(26 intermediate revisions by 17 users not shown) | |||
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]])--> |
||
{{Auto italic title|italic title}} |
|||
{{High-use}} |
{{High-use}} |
||
{{Auto italic title|italic title}} |
|||
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} |
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} |
||
{{Uses TemplateStyles}} |
|||
== Usage == |
== Usage == |
||
Line 10: | Line 11: | ||
| italic title = no <!--so that Template:Infobox newspaper is not italicized--> |
| italic title = no <!--so that Template:Infobox newspaper is not italicized--> |
||
| name |
| name |
||
| logo |
| logo |
||
| logo_upright |
|||
| logo_size |
|||
| logo_border |
| logo_border |
||
| logo_alt |
| logo_alt |
||
| logo_size |
|||
| image |
|||
| logo_caption |
|||
| image_size |
|||
| image |
|||
| image_upright |
|||
| image_border |
| image_border |
||
| image_alt |
| image_alt |
||
| image_size |
|||
| caption |
| caption |
||
| motto |
| motto |
||
Line 67: | Line 71: | ||
}} |
}} |
||
<syntaxhighlight lang=" |
<syntaxhighlight lang="wikitext" style="overflow:auto;"> |
||
{{Infobox newspaper |
{{Infobox newspaper |
||
| name = |
| name = |
||
| logo = |
| logo = |
||
| |
| logo_upright = |
||
| logo_border = |
| logo_border = |
||
| logo_alt = |
| logo_alt = |
||
| logo_size = |
|||
| logo_caption = |
|||
| image = |
| image = |
||
| |
| image_upright = |
||
| image_border = |
| image_border = |
||
| image_alt = |
| image_alt = |
||
| image_size = |
|||
| caption = |
| caption = |
||
| native_name = |
|||
| motto = |
| motto = |
||
| type = |
| type = |
||
Line 133: | Line 141: | ||
* ''name'' – name of the newspaper. If this is omitted (not just left blank), it will be inferred from the article title. |
* ''name'' – name of the newspaper. If this is omitted (not just left blank), it will be inferred from the article title. |
||
* ''logo'' – image (logo or other), use with ''logo_size'' (default is 250x50px) |
* ''logo'' – image (logo or other), use with ''logo_size'' (default is 250x50px). |
||
* ''logo_alt'' - [[WP:ALTTEXT|Alternative text]] of the logo; very important. |
|||
* ''image'' – image (front page or other), use with ''image_size'' (default is 220px) and ''image_alt''. |
|||
* ''image'' – image (front page or other), use with ''image_size'' (default is 220px). |
|||
* ''image_alt'' - [[WP:ALTTEXT|Alternative text]] of the image; very important. |
|||
* ''motto'' – motto of newspaper |
|||
* ''caption'' – caption text to be displayed below ''image'' |
|||
* ''native_name'' – name of newspaper in its native language/script |
|||
* ''motto'' – motto of newspaper. Use only if it is closely associated with the newspaper and of historical significance; omit otherwise. |
|||
* ''type'' – frequency and type, i.e. [[Daily newspaper]] |
* ''type'' – frequency and type, i.e. [[Daily newspaper]] |
||
* ''format'' – page format, i.e. [[Broadsheet]], [[Berliner (format)|Berliner]], [[Tabloid (paper size)|Tabloid]], [[Compact (newspaper)|Compact]] |
* ''format'' – page format, i.e. [[Broadsheet]], [[Berliner (format)|Berliner]], [[Tabloid (paper size)|Tabloid]], [[Compact (newspaper)|Compact]] |
||
Line 161: | Line 172: | ||
* ''sportseditor'' – name of Sports Editor |
* ''sportseditor'' – name of Sports Editor |
||
* ''photoeditor'' – name of Photo Editor |
* ''photoeditor'' – name of Photo Editor |
||
* ''businessmanager'' – name of Business Manager |
|||
* ''environmenteditor'' – name of Environment Editor |
|||
* ''staff'' – names of Staff writers |
* ''staff'' – names of Staff writers |
||
* ''custom_label'' – position for person with a custom title (must use with {{para|custom}}) |
* ''custom_label'' – position for person with a custom title (must use with {{para|custom}}) |
||
Line 185: | Line 198: | ||
== Example == |
== Example == |
||
'''''[[Chicago Tribune]]''''' |
|||
{{Infobox newspaper |
{{Infobox newspaper |
||
| italic title=no<!--so that the title of Template:Infobox newspaper is not italicized--> |
| italic title=no<!--so that the title of Template:Infobox newspaper is not italicized--> |
||
Line 231: | Line 245: | ||
}} |
}} |
||
<syntaxhighlight lang=" |
<syntaxhighlight lang="wikitext" style="overflow:auto;"> |
||
{{Infobox newspaper |
{{Infobox newspaper |
||
| name = Chicago Tribune |
| name = Chicago Tribune |
||
Line 280: | Line 294: | ||
== TemplateData == |
== TemplateData == |
||
{{TemplateData header}} |
|||
{{Collapse top|title=[[Wikipedia:TemplateData|TemplateData]] documentation used by [[Wikipedia:VisualEditor|VisualEditor]] and other tools}} |
|||
{{collapse top|title=TemplateData}} |
|||
{{TemplateData header|noheader=1}} |
|||
<templatedata> |
<templatedata> |
||
{ |
{ |
||
"description": "This templates generates an infobox to summarize information about a newspaper.", |
"description": "This templates generates an infobox to summarize information about a newspaper.", |
||
"format": "block", |
|||
"params": { |
"params": { |
||
"name": { |
"name": { |
||
"label": "Name", |
"label": "Name", |
||
"description": "Name of the newspaper. If left blank, it will be inferred from the article title." |
"description": "Name of the newspaper. If left blank, it will be inferred from the article title.", |
||
"type": "string", |
|||
"default": "{{{PAGENAMEBASE}}}", |
|||
"suggested": true |
|||
}, |
}, |
||
"logo": { |
"logo": { |
||
"label": "Logo", |
"label": "Logo", |
||
"type": "wiki- |
"type": "wiki-file-name", |
||
"description": " |
"description": "The logo used by the newspaper" |
||
}, |
}, |
||
"image": { |
"image": { |
||
"label": "Image", |
"label": "Image", |
||
"type": "wiki- |
"type": "wiki-file-name", |
||
"description": " |
"description": "An image, probably of the front page", |
||
"example": "The-Washington-Post-10-June-2020.jpg" |
|||
}, |
}, |
||
"caption": { |
"caption": { |
||
Line 311: | Line 330: | ||
"format": { |
"format": { |
||
"label": "Format", |
"label": "Format", |
||
"description": "Page format, i.e. Broadsheet, Berliner, Tabloid, Compact" |
"description": "Page format, i.e. Broadsheet, Berliner, Tabloid, Compact", |
||
"example": "[[Broadsheet]]", |
|||
"type": "string" |
|||
}, |
}, |
||
"owners": { |
"owners": { |
||
"label": "Owner", |
"label": "Owner(s)", |
||
"type": "string", |
"type": "string", |
||
"description": "Name of the company, person or family which owns the newspaper", |
"description": "Name of the company, person or family which owns the newspaper", |
||
Line 322: | Line 343: | ||
}, |
}, |
||
"founder": { |
"founder": { |
||
"label": "Founder", |
"label": "Founder(s)", |
||
"type": "string", |
"type": "string", |
||
"description": "Name of the company or person who founded or directs the newspaper, if \"owner\" is not appropriate (for instance, in the case of some nonprofits)", |
"description": "Name of the company or person who founded or directs the newspaper, if \"owner\" is not appropriate (for instance, in the case of some nonprofits)", |
||
Line 373: | Line 394: | ||
}, |
}, |
||
"managingeditordesign": { |
"managingeditordesign": { |
||
"label": "Managing Editor", |
"label": "Managing Editor, Design", |
||
"type": "string", |
"type": "string", |
||
"description": "Name of Managing Editor, Design" |
"description": "Name of Managing Editor, Design" |
||
Line 403: | Line 424: | ||
}, |
}, |
||
"staff": { |
"staff": { |
||
"label": "Staff |
"label": "Staff", |
||
"type": "string", |
"type": "string", |
||
"description": "Names of Staff writers" |
"description": "Names of Staff writers" |
||
Line 415: | Line 436: | ||
}, |
}, |
||
"political": { |
"political": { |
||
"label": "Political |
"label": "Political alignment", |
||
"description": "Political leanings of the newspaper |
"description": "Political leanings of the newspaper", |
||
"aliases": [ |
"aliases": [ |
||
"political position" |
"political position" |
||
] |
], |
||
"example": "Center-left", |
|||
"type": "string" |
|||
}, |
}, |
||
"language": { |
"language": { |
||
Line 428: | Line 451: | ||
"ceased publication": { |
"ceased publication": { |
||
"label": "Publication cease", |
"label": "Publication cease", |
||
"type": " |
"type": "date", |
||
"description": "Date that a former newspaper ceased publication" |
"description": "Date that a former newspaper ceased publication" |
||
}, |
}, |
||
"relaunched": { |
"relaunched": { |
||
"label": " |
"label": "Relaunched", |
||
"type": " |
"type": "date", |
||
"description": "Date that a newspaper was relauched" |
"description": "Date that a newspaper was relauched" |
||
}, |
}, |
||
Line 446: | Line 469: | ||
}, |
}, |
||
"sister newspapers": { |
"sister newspapers": { |
||
"label": "Sister |
"label": "Sister newspapers", |
||
"type": "string", |
"type": "string", |
||
"description": "Names of any sister newspapers" |
"description": "Names of any sister newspapers" |
||
Line 470: | Line 493: | ||
"website": { |
"website": { |
||
"label": "Website", |
"label": "Website", |
||
"type": " |
"type": "url", |
||
"description": "The newspaper's website" |
"description": "The newspaper's website", |
||
"example": "{{URL|https://nytimes.com}}" |
|||
}, |
}, |
||
"free": { |
"free": { |
||
Line 488: | Line 512: | ||
"type": "content" |
"type": "content" |
||
}, |
}, |
||
"school": { |
"school": { |
||
" |
"label": "School name", |
||
"description": "If the newspaper is for a school, the school it belongs to", |
|||
"logo_border": {}, |
|||
" |
"example": "[[Harvard]]" |
||
}, |
|||
" |
"logo_size": { |
||
" |
"label": "Logo size", |
||
"description": "Sets the displayed logo size, in pixels", |
|||
"motto": {}, |
|||
" |
"type": "string", |
||
" |
"default": "250x50px" |
||
}, |
|||
" |
"logo_border": { |
||
"label": "Logo border", |
|||
"publishing_country": {}, |
|||
"description": "If 'yes', adds a slight border around the logo", |
|||
"circulation_date": {}, |
|||
" |
"type": "boolean", |
||
"autovalue": "yes" |
|||
}, |
|||
"logo_alt": { |
|||
"label": "Logo alt", |
|||
"description": "Alt text for the logo", |
|||
"type": "string" |
|||
}, |
|||
"image_size": { |
|||
"label": "Image size", |
|||
"description": "Sets the displayed image size, in pixels" |
|||
}, |
|||
"image_border": { |
|||
"label": "Image border", |
|||
"description": "If 'yes', adds a slight border around the image", |
|||
"type": "boolean", |
|||
"autovalue": "yes" |
|||
}, |
|||
"image_alt": { |
|||
"label": "Image alt", |
|||
"description": "Alt text for the image", |
|||
"type": "string" |
|||
}, |
|||
"motto": { |
|||
"description": "Motto of the newspaper. Use only if it is closely associated with the newspaper and of historical significance; omit otherwise.", |
|||
"type": "string", |
|||
"label": "Motto" |
|||
}, |
|||
"generalmanager": { |
|||
"label": "General Manager" |
|||
}, |
|||
"metroeditor": { |
|||
"label": "Metro Editor" |
|||
}, |
|||
"metrochief": { |
|||
"label": "Metro chief" |
|||
}, |
|||
"publishing_city": { |
|||
"label": "Publishing city" |
|||
}, |
|||
"publishing_country": { |
|||
"label": "Publishing country" |
|||
}, |
|||
"circulation_date": { |
|||
"label": "Circulation date", |
|||
"description": "Shows with circulation numbers, \"as of (Date)\"", |
|||
"type": "date" |
|||
}, |
|||
"readership": { |
|||
"label": "Readership" |
|||
}, |
|||
"RNI": {}, |
"RNI": {}, |
||
"italic title": { |
"italic title": { |
||
"label": "Italic title", |
|||
"description": "Overrides the infobox adding an italic title", |
|||
"example": "no", |
|||
"type": "boolean", |
|||
"default": "yes", |
|||
"autovalue": "no" |
|||
}, |
|||
"custom_label": { |
"custom_label": { |
||
"label": "Custom label", |
"label": "Custom label", |
||
Line 513: | Line 594: | ||
"custom": { |
"custom": { |
||
"description": "The name of the person in the custom field; use with \"custom_label\"", |
"description": "The name of the person in the custom field; use with \"custom_label\"", |
||
"type": "string", |
|||
"label": "Custom data" |
|||
}, |
|||
"logo_upright": { |
|||
"label": "Logo upright", |
|||
"description": "The upright value for the logo", |
|||
"type": "number" |
|||
}, |
|||
"image_upright": { |
|||
"label": "Image upright", |
|||
"description": "The upright value for the image", |
|||
"type": "number" |
|||
}, |
|||
"logo_caption": { |
|||
"label": "Logo caption", |
|||
"description": "A caption for the logo", |
|||
"example": "Logo used since 2012", |
|||
"type": "string" |
"type": "string" |
||
} |
} |
||
}, |
}, |
||
"format": "block", |
|||
"paramOrder": [ |
"paramOrder": [ |
||
"name", |
"name", |
||
" |
"italic title", |
||
"motto", |
|||
"logo", |
"logo", |
||
"logo_size", |
|||
"logo_border", |
"logo_border", |
||
"logo_alt", |
"logo_alt", |
||
"logo_upright", |
|||
"logo_size", |
|||
"logo_caption", |
|||
"image", |
"image", |
||
"image_size", |
|||
"image_border", |
"image_border", |
||
"image_alt", |
"image_alt", |
||
"image_upright", |
|||
"image_size", |
|||
"caption", |
"caption", |
||
"motto", |
|||
"type", |
"type", |
||
"format", |
"format", |
||
"school", |
|||
"owners", |
"owners", |
||
"founder", |
"founder", |
||
"publisher", |
"publisher", |
||
"president", |
"president", |
||
"generalmanager", |
|||
"chiefeditor", |
"chiefeditor", |
||
"editor", |
"editor", |
||
Line 542: | Line 642: | ||
"assoceditor", |
"assoceditor", |
||
"maneditor", |
"maneditor", |
||
"generalmanager", |
|||
"newseditor", |
"newseditor", |
||
"managingeditordesign", |
"managingeditordesign", |
||
Line 553: | Line 654: | ||
"photoeditor", |
"photoeditor", |
||
"staff", |
"staff", |
||
"custom_label", |
|||
"custom", |
|||
"foundation", |
"foundation", |
||
"political", |
"political", |
||
Line 571: | Line 674: | ||
"RNI", |
"RNI", |
||
"website", |
"website", |
||
"free" |
"free" |
||
"italic title", |
|||
"custom_label", |
|||
"custom" |
|||
] |
] |
||
} |
} |
||
Line 600: | Line 700: | ||
[[Category:WikiProject Journalism templates]] |
[[Category:WikiProject Journalism templates]] |
||
[[Category:Templates that add a tracking category]] |
[[Category:Templates that add a tracking category]] |
||
}}</includeonly> |
}}</includeonly> |
Latest revision as of 00:10, 28 December 2024
This is a documentation subpage for Template:Infobox newspaper. It may contain usage information, categories and other content that is not part of the original template page. |
This template is used on approximately 10,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. |
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 uses Lua: |
This template uses TemplateStyles: |
Usage
[edit]{{{motto}}} | |
[[File:{{{logo}}}|{{{logo_size}}}|alt={{{logo_alt}}}|upright={{{logo_upright}}}|class=logo]] | |
[[File:{{{image}}}|{{{image_size}}}|alt={{{image_alt}}}|upright={{{image_upright}}}]] | |
Type | {{{type}}} |
---|---|
Format | {{{format}}} |
School | {{{school}}} |
Owner(s) | {{{owner}}} |
Founder(s) | {{{founder}}} |
Publisher | {{{publisher}}} |
President | {{{president}}} |
Editor-in-chief | {{{chiefeditor}}} |
Editor | {{{editor}}} |
Deputy editor | {{{depeditor}}} |
Associate editor | {{{assoceditor}}} |
Managing editor | {{{maneditor}}} |
General manager | {{{generalmanager}}} |
News editor | {{{newseditor}}} |
Managing editor, design | {{{managingeditordesign}}} |
Director of Interactive | {{{dirinteractive}}} |
Campus editor | {{{campuseditor}}} |
Campus chief | {{{campuschief}}} |
Metro editor | {{{metroeditor}}} |
Metro chief | {{{metrochief}}} |
Opinion editor | {{{opeditor}}} |
Sports editor | {{{sportseditor}}} |
Photo editor | {{{photoeditor}}} |
Staff writers | {{{staff}}} |
{{{custom_label}}} | {{{custom}}} |
Founded | {{{foundation}}} |
Political alignment | {{{political}}} |
Language | {{{language}}} |
Ceased publication | {{{ceased publication}}} |
Relaunched | {{{relaunched}}} |
Headquarters | {{{headquarters}}} |
City | {{{publishing_city}}} |
Country | {{{publishing_country}}} |
Circulation | {{{circulation}}} (as of {{{circulation_date}}}){{{circulation_ref}}} |
Readership | {{{readership}}} |
Sister newspapers | {{{sister newspapers}}} |
ISSN | {{{ISSN}}} (print) {{{eISSN}}} (web) |
OCLC number | {{{oclc}}} |
RNI | {{{RNI}}} |
Website | {{{website}}} |
Free online archives | {{{free}}} |
{{Infobox newspaper
| name =
| logo =
| logo_upright =
| logo_border =
| logo_alt =
| logo_size =
| logo_caption =
| image =
| image_upright =
| image_border =
| image_alt =
| image_size =
| caption =
| native_name =
| motto =
| type =
| format =
| school =
| owner = <!-- or |owners= -->
| founder = <!-- or |founders= -->
| publisher =
| president =
| generalmanager =
| chiefeditor =
| editor =
| depeditor =
| assoceditor =
| maneditor = <!-- or |maneditors= -->
| newseditor =
| managingeditordesign =
| dirinteractive =
| campuseditor =
| campuschief =
| metroeditor =
| metrochief =
| opeditor =
| sportseditor =
| photoeditor =
| staff =
| custom_label =
| custom =
| foundation = <!-- or |launched= --><!-- Use: {{start date and age|YYYY|MM|DD}} or {{start date|...}}, if ceased -->
| political =
| language =
| ceased publication = <!-- Use: {{end date|YYYY|MM|DD}} -->
| relaunched =
| headquarters =
| publishing_city =
| publishing_country =
| circulation =
| circulation_date =
| circulation_ref =
| readership =
| sister newspapers =
| ISSN =
| eISSN =
| oclc =
| RNI =
| website =
| free =
}}
Parameters
[edit]All parameters are optional. If no value is specified for the parameter, it will not be displayed.
- name – name of the newspaper. If this is omitted (not just left blank), it will be inferred from the article title.
- logo – image (logo or other), use with logo_size (default is 250x50px).
- logo_alt - Alternative text of the logo; very important.
- image – image (front page or other), use with image_size (default is 220px).
- image_alt - Alternative text of the image; very important.
- caption – caption text to be displayed below image
- native_name – name of newspaper in its native language/script
- motto – motto of newspaper. Use only if it is closely associated with the newspaper and of historical significance; omit otherwise.
- type – frequency and type, i.e. Daily newspaper
- format – page format, i.e. Broadsheet, Berliner, Tabloid, Compact
- school – for school newspapers
- owner – or owners, name of the company, person or family which owns the newspaper
- founder – or founders, name of the company or person who founded or directs the newspaper, if
|owner=
is not appropriate (for instance, in the case of some nonprofits) - publisher – name of Publisher
- president – name of President
- generalmanager – name of General Manager
- chiefeditor – name of Editor-in-Chief
- editor – name of Editor
- depeditor – name of Deputy Editor
- assoceditor – name of Associate Editor
- maneditor – or maneditors, name of Managing Editor or Editors
- newseditor – name of News Editor
- managingeditordesign – name of Managing Editor, Design
- dirinteractive – name of Director of Interactive
- campuseditor – name of Campus Editor
- campuschief – name of Campus Chief
- metroeditor – name of Metro Editor
- metrochief – name of Metro Chief
- opeditor – name of Opinion Editor
- sportseditor – name of Sports Editor
- photoeditor – name of Photo Editor
- businessmanager – name of Business Manager
- environmenteditor – name of Environment Editor
- staff – names of Staff writers
- custom_label – position for person with a custom title (must use with
|custom=
) - custom – person with a custom title (must use with
|custom_label=
) - foundation – or launched date newspaper was founded. Use {{Start date}} or {{start date and age}}
- political – political leanings of the newspaper, e.g. Centre-right, cited to a reliable source. For use only when a newspaper has formally aligned its news coverage with a political party or movement. Do not use the infobox for allegations of bias or descriptions of the opinion page.
- language – language used in the newspaper, usually omitted, if English
- ceased publication – date that a former newspaper ceased publication. Use {{End date}}
- relaunched – date that a newspaper was relaunched
- headquarters – location of the newspaper's headquarters
- publishing_city – city of publication
- publishing_country – unlinked country of publication
- circulation – the newspaper circulation numbers
- circulation_date – the date or period of the newspaper circulation numbers
- circulation_ref – a
<ref>
tag indicating the source of the value of|circulation=
and/or|circulation_date=
- readership – readership
- sister newspapers – names of any sister newspapers
- ISSN – the newspaper's ISSN, e.g. 1085-6706 (automatically linked to https://www.worldcat.org via {{ISSN link}}). Search here or here to find an ISSN
- eISSN – the newspaper's electronic ISSN, e.g. 2165-171X (automatically linked to https://www.worldcat.org via {{ISSN link}}).
- oclc – the newspaper's OCLC number, useful where an ISSN has not been allocated (automatically linked to https://www.worldcat.org)
- RNI – the Office of the Registrar of Newspapers for India number
- website – the newspaper's website, use {{URL}}, i.e.
{{URL|www.latimes.com}}
- free – the newspaper's online free archives
Example
[edit]Type | Daily newspaper |
---|---|
Format | Broadsheet |
Owner(s) | Tribune Publishing |
Founder(s) | James Kelly, John E. Wheeler and Joseph K. C. Forrest |
Editor-in-chief | Colin McMahon |
Managing editor | Christine Wolfram Taylor |
General manager | Par Ridder |
Opinion editor | Kristen McQueary |
Sports editor | Amanda Kaschube |
Photo editor | Todd Panagopoulos |
Founded | June 10, 1847 |
Language | English |
Headquarters |
|
Country | United States |
Circulation |
|
ISSN | 1085-6706 (print) 2165-171X (web) |
OCLC number | 7960243 |
Website | www |
{{Infobox newspaper
| name = Chicago Tribune
| logo = Chicago Tribune Logo.svg
| logo_alt = Logo of the Chicago Tribune
| image = Chicagotribunejune162009.png
| image_size = 180px
| image_alt = Front page of Chicago Tribune on June 16, 2009
| type = Daily newspaper
| format = [[Broadsheet]]
| owner = [[Tribune Publishing]]
| founders = [[James Kelly (journalist)|James Kelly]], John E. Wheeler and Joseph K. C. Forrest
| publisher =
| president =
| generalmanager = Par Ridder
| chiefeditor = Colin McMahon
| editor =
| depeditor =
| assoceditor =
| maneditor = Christine Wolfram Taylor
| newseditor =
| managingeditordesign =
| dirinteractive =
| metroeditor =
| metrochief =
| opeditor = Kristen McQueary
| sportseditor = Amanda Kaschube
| photoeditor = Todd Panagopoulos
| staff =
| foundation = {{Start date and age|1847|06|10}}
| political =
| language = [[English language|English]]
| headquarters = {{ubl|160 North Stetson Avenue|Chicago, Illinois 60601}}
| publishing_country = United States
| circulation = {{ubl|448,930 daily|331,190 Saturday|853,324 Sunday}}
| circulation_date = March 31, 2013
| circulation_ref =
| readership =
| sister newspapers =
| ISSN = 1085-6706
| eISSN = 2165-171X
| oclc = 7960243
| website = {{URL|https://www.chicagotribune.com/}}
}}
This example has been modified for display purposes.
TemplateData
[edit]TemplateData for Infobox newspaper
TemplateData
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
This templates generates an infobox to summarize information about a newspaper.
|
Tracking category
[edit]See also
[edit]- {{Infobox journal}}
- {{Infobox magazine}}
- {{ISSN}}
- {{ISSN link}}
- {{OCLC}}
- {{OCLC search link}}