Template:ChapterContributors: Difference between revisions
Jump to navigation
Jump to search
Created page with "<div class="chapter-authors"> <div class="chapter-authors-title">Authors</div> <div class="chapter-authors-group"> <div class="chapter-authors-group-title">Coordinating Lead Authors</div> <div class="chapter-authors-pills">{{{cla}}}</div> </div> <div class="chapter-authors-group"> <div class="chapter-authors-group-title">Lead Authors</div> <div class="chapter-authors-pills">{{{la}}}</div> </div> <div class="chapter-authors-group"> <div class="chapter-authors-group-ti..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class=" | <onlyinclude><div class="ccon-box"> | ||
<div class="ccon-header">Contributors</div> | |||
{{#if:{{{cla|}}}|<div class="ccon-group"><span class="ccon-label">Coordinating Lead Authors</span><span class="ccon-names">{{{cla}}}</span></div>}} | |||
{{#if:{{{la|}}}|<div class="ccon-group"><span class="ccon-label">Lead Authors</span><span class="ccon-names">{{{la}}}</span></div>}} | |||
{{#if:{{{ca|}}}|<div class="ccon-group"><span class="ccon-label">Contributing Authors</span><span class="ccon-names">{{{ca}}}</span></div>}} | |||
{{#if:{{{cs|}}}|<div class="ccon-group"><span class="ccon-label">Chapter Scientists</span><span class="ccon-names">{{{cs}}}</span></div>}} | |||
{{#if:{{{re|}}}|<div class="ccon-group"><span class="ccon-label">Review Editors</span><span class="ccon-names">{{{re}}}</span></div>}} | |||
</div></onlyinclude> | |||
<noinclude> | |||
== Usage == | |||
<pre> | |||
{{ChapterContributors | |||
| cla = Myles R. Allen (UK), Opha Pauline Dube (Botswana), William Solecki (USA) | |||
| la = Fernando Aragón-Durand (Mexico), Wolfgang Cramer (France/Germany), Stephen Humphreys (UK/Ireland) | |||
| ca = Purnamita Dasgupta (India), Haile Eakin (USA), Bronwyn Hayward (New Zealand) | |||
| cs = Richard Millar (UK) | |||
| re = Ismail Elgizouli Idris (Sudan), Andreas Fischlin (Switzerland), Xuejie Gao (China) | |||
}} | |||
</pre> | |||
All groups are optional — omit a parameter to hide that group entirely. | |||
[[Category:Templates]] | |||
</noinclude> | |||
</ | |||
Latest revision as of 04:22, 13 April 2026
Contributors
Usage
[edit]{{ChapterContributors
| cla = Myles R. Allen (UK), Opha Pauline Dube (Botswana), William Solecki (USA)
| la = Fernando Aragón-Durand (Mexico), Wolfgang Cramer (France/Germany), Stephen Humphreys (UK/Ireland)
| ca = Purnamita Dasgupta (India), Haile Eakin (USA), Bronwyn Hayward (New Zealand)
| cs = Richard Millar (UK)
| re = Ismail Elgizouli Idris (Sudan), Andreas Fischlin (Switzerland), Xuejie Gao (China)
}}
All groups are optional — omit a parameter to hide that group entirely.