Jump to content

Template:Composer infobox: Difference between revisions

From PentaLatin
Phase 2: composer infobox template
 
Phase 2: fix table/parser-function pipe conflict
 
Line 2: Line 2:
! colspan="2" style="background:#B2472F; color:#F7F1E6; font-family:Georgia,'Times New Roman',serif;" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="background:#B2472F; color:#F7F1E6; font-family:Georgia,'Times New Roman',serif;" | {{{name|{{PAGENAME}}}}}
|-
|-
{{#if:{{{born|}}}|
| '''Born''' || {{{born|}}}
| '''Born''' || {{{born|}}}
|-
|-
}}
| '''Died''' || {{{died|}}}
{{#if:{{{died|}}}|
| '''Died''' || {{{died|}}}
|-
|-
}}
| '''Country''' || {{#if:{{{country|}}}|[[:Category:Composers from {{{country}}}|{{{country}}}]]|}}
{{#if:{{{country|}}}|
| '''Country''' || [[:Category:Composers from {{{country}}}|{{{country}}}]]
|-
}}
|}
|}
{{{bio|}}}
{{{bio|}}}

Latest revision as of 20:17, 17 July 2026

This template renders a standard infobox for Composer/Artist pages.

Usage:

{{Composer infobox
|name=Blas Galindo
|born=1910
|died=1993
|country=Mexico
|bio=Short biography text goes here.
}}

See also: Template:Work infobox, PentaLatin:Naming conventions.