Jump to content

Template:Infobox Christian leader: Difference between revisions

From Webnigerians Wiki
Created page with "<!-- Simple, dependency-free infobox for Christian leaders --> {| class="infobox vcard" |+ class="infobox-title" | {{{name|}}} <!-- Image (optional): pass a local File name; omit if none --> {{#tag:tr||}}<!-- keeps first row styling consistent --> |- | colspan="2" style="text-align:center;" | {{{image| }}}{{!}}<!-- If you pass a file name, use: 220px|alt= --> {{#tag:div||}} |- ! scope="row" | Born | {{{birth_name|}}}<br />{{{birth_date|}}}<br />{..."
 
No edit summary
 
Line 1: Line 1:
<!-- Simple, dependency-free infobox for Christian leaders -->
This is a lightweight infobox for biographies of Christian leaders. No Lua/modules required.
{| class="infobox vcard"
|+ class="infobox-title" | {{{name|}}}


<!-- Image (optional): pass a local File name; omit if none -->
== Parameters ==
{{#tag:tr||}}<!-- keeps first row styling consistent -->
* '''name'''
|-
* '''image''' – pass a full file tag, e.g. <code><nowiki>[[File:Photo.jpg|220px|alt=]]</nowiki></code>
| colspan="2" style="text-align:center;" |
* '''caption''' (not shown in this minimal version; add under the image if desired)
{{{image|
* '''birth_name'''
}}}{{!}}<!-- If you pass a file name, use: [[File:YourImage.jpg|220px|alt=]] -->
* '''birth_date'''
{{#tag:div||}}
* '''birth_place'''
* '''nationality'''
* '''denomination''' (or '''religion''')
* '''spouse'''
* '''children'''
* '''occupation'''
* '''website''' – use external link format: <code><nowiki>[https://example.com example.com]</nowiki></code>


|-
== Example ==
! scope="row" | Born
<pre>
| {{{birth_name|}}}<br />{{{birth_date|}}}<br />{{{birth_place|}}}
{{Infobox Christian leader
 
| name        = A. Joshua Adedeji
|-
| birth_name  = Adegboyega Joshua Adedeji
! scope="row" | Nationality
| birth_date  = 5 November 1985
| {{{nationality|}}}
| birth_place = Ile-Ife, Osun State, Nigeria
 
| nationality = Nigerian
|-
| denomination= Christianity
! scope="row" | Denomination
| spouse     = Oluwaseun Omolara Adedeji
| {{{denomination|{{{religion|}}}}}}
| children   = yes
 
| occupation = Leadership strategist; Organizational development consultant; Entrepreneur
|-
| website    = [https://joshuaadedeji.com joshuaadedeji.com]
! scope="row" | Spouse
}}
| {{{spouse|}}}
</pre>
 
|-
! scope="row" | Children
| {{{children|}}}
 
|-
! scope="row" | Occupation
| {{{occupation|}}}
 
|-
! scope="row" | Website
| {{{website|}}}
|}

Latest revision as of 11:45, 3 October 2025

This is a lightweight infobox for biographies of Christian leaders. No Lua/modules required.

Parameters

[edit]
  • name
  • image – pass a full file tag, e.g. [[File:Photo.jpg|220px|alt=]]
  • caption (not shown in this minimal version; add under the image if desired)
  • birth_name
  • birth_date
  • birth_place
  • nationality
  • denomination (or religion)
  • spouse
  • children
  • occupation
  • website – use external link format: [https://example.com example.com]

Example

[edit]
{{Infobox Christian leader
| name        = A. Joshua Adedeji
| birth_name  = Adegboyega Joshua Adedeji
| birth_date  = 5 November 1985
| birth_place = Ile-Ife, Osun State, Nigeria
| nationality = Nigerian
| denomination= Christianity
| spouse      = Oluwaseun Omolara Adedeji
| children    = yes
| occupation  = Leadership strategist; Organizational development consultant; Entrepreneur
| website     = [https://joshuaadedeji.com joshuaadedeji.com]
}}