Template:Infobox Christian leader: Difference between revisions
Appearance
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: | ||
This is a lightweight infobox for biographies of Christian leaders. No Lua/modules required. | |||
== Parameters == | |||
* '''name''' | |||
* '''image''' – pass a full file tag, e.g. <code><nowiki>[[File:Photo.jpg|220px|alt=]]</nowiki></code> | |||
* '''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: <code><nowiki>[https://example.com example.com]</nowiki></code> | |||
== Example == | |||
<pre> | |||
{{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] | |||
}} | |||
| | </pre> | ||
| | |||
| | |||
| | |||
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]
}}