Difference between revisions of "Template:Infobox Publication"

From Pensapedia, the Pensacola encyclopedia
Jump to navigation Jump to search
 
Line 7: Line 7:
 
<tr><td colspan="2" style="text-align: center;"><hr></td></tr>
 
<tr><td colspan="2" style="text-align: center;"><hr></td></tr>
 
<tr><th>Owner</th><td>{{{owners}}}</td></tr>
 
<tr><th>Owner</th><td>{{{owners}}}</td></tr>
{{#if: {{{publisher|}}}
+
<tr><th>Publisher</th><td>{{{publisher}}}</td></tr>
| <tr><th>Publisher</th><td>{{{publisher}}}</td></tr>
+
<tr><th>Editor</th><td>{{{editor}}}</td></tr>
}}{{#if: {{{editor|}}}
+
<tr><th>Founded</th><td>{{{foundation}}}</td></tr>
| <tr><th>Editor</th><td>{{{editor}}}</td></tr>
+
{{#if: {{{ceased publication|}}}
}}{{#if: {{{chiefeditor|}}}
 
| <tr><th>Editor-in-Chief</th><td>{{{chiefeditor}}}</td></tr>
 
}}{{#if: {{{assoceditor|}}}
 
| <tr><th>Associate Editor</th><td>{{{assoceditor}}}</td></tr>
 
}}{{#if: {{{staff|}}}
 
| <tr><th>Staff Writers</th><td>{{{staff}}}</td></tr>
 
}}<tr><th>Founded</th><td>{{{foundation}}}</td></tr>
 
{{#if: {{{political|}}}
 
| <tr><th>Political&nbsp;allegiance</th><td>{{{political}}}</td></tr>
 
}}{{#if: {{{language|}}}
 
| <tr><th>Language</th><td>{{{language}}}</td></tr>
 
}}{{#if: {{{ceased publication|}}}
 
 
| <tr><th>Ceased&nbsp;publication</th><td>{{{ceased publication}}}</td></tr>
 
| <tr><th>Ceased&nbsp;publication</th><td>{{{ceased publication}}}</td></tr>
 
}}{{#if: {{{price|}}}
 
}}{{#if: {{{price|}}}
Line 29: Line 17:
 
{{#if: {{{circulation|}}}
 
{{#if: {{{circulation|}}}
 
| <tr><th>Circulation</th><td>{{{circulation}}}</td></tr>
 
| <tr><th>Circulation</th><td>{{{circulation}}}</td></tr>
}}{{#if: {{{ISSN|}}}
+
}}
| <tr><th>[[ISSN]]</th><td>{{ISSN search link|{{{ISSN}}}}}</td></tr>
+
<tr><td colspan="2" style="text-align: center;"> <hr> </td></tr>
}}<tr><td colspan="2" style="text-align: center;"> <hr> </td></tr>
 
 
<tr><td colspan="2" style="text-align: center;">'''Website:''' {{{website}}}</td></tr>
 
<tr><td colspan="2" style="text-align: center;">'''Website:''' {{{website}}}</td></tr>
 
</table><noinclude>
 
</table><noinclude>

Revision as of 03:34, 26 September 2006

{{{name}}}
Type{{{type}}}
Format{{{format}}}

Owner{{{owners}}}
Publisher{{{publisher}}}
Editor{{{editor}}}
Founded{{{foundation}}}
Headquarters{{{headquarters}}}

Website: {{{website}}}

How to use this template

Empty syntax

{{Infobox Newspaper
| name                = 
| image               = 
| caption             = 
| type                = 
| format              = 
| foundation          = 
| ceased publication  = 
| price               = 
| owners              = 
| publisher           = 
| editor              = 
| language            = 
| political           = 
| circulation         = 
| headquarters        = 
| ISSN                = 
| website             = 
}}

Optional parameters

The following parameters are optional; if no value is specified for the parameter, it will not be displayed.

  • ceased publication
  • editor
  • owners
  • political
  • publisher
  • price
  • ISSN
  • language
  • circulation

Example

Example: Chicago Tribune

{{Infobox Newspaper
| name                = [[Image:Chicago Tribune.png|225px|centre]]
| image               = [[Image:Chicago Tribune Frontpage.jpg|150px|centre]]
| type                = Daily [[newspaper]]
| format              = [[Broadsheet]]
| foundation          = [[June 10]], [[1847]]
| owners              = [[Tribune Company]]
| publisher           = David Hiller
| editor              = Ann Marie Lipinski
| political           = conservative
| price               = USD 0.50 City & Suburbs<br />USD 0.75 Elsewhere
| headquarters        = [[Chicago, Illinois]]
| ISSN                = 1085-6706
| website             = [http://www.chicagotribune.com www.chicagotribune.com]
}}