Difference between revisions of "Template:Events"
From Earth Science Information Partners (ESIP)
| Line 11: | Line 11: | ||
--><div class="d-flex"> | --><div class="d-flex"> | ||
| − | <div class="text-muted" style="width:100px">Committee:</div> | + | <div class="text-muted" style="width:100px">Committee:</div>'''{{{News feed|}}}''' |
| − | '''{{{News feed|}}}''' | ||
</div> <!-- | </div> <!-- | ||
| Line 22: | Line 21: | ||
|; | |; | ||
|@@@ | |@@@ | ||
| − | |<i class="fa fa-hashtag small"></i> '''@@@''' | + | |<span class="text-nowrap"><i class="fa fa-hashtag small"></i> '''@@@'''</span> |
|  | |  | ||
}}</div><!-- | }}</div><!-- | ||
| Line 40: | Line 39: | ||
|{{#time: M j, Y|{{{Start date|}}} }} <span class="text-muted">{{{Start hour|}}}:{{{Start minute|}}}</span> - {{#time: M j, Y|{{{End date|}}} }} <span class="text-muted">{{{End hour|}}}:{{{End minute|}}}</span> | |{{#time: M j, Y|{{{Start date|}}} }} <span class="text-muted">{{{Start hour|}}}:{{{Start minute|}}}</span> - {{#time: M j, Y|{{{End date|}}} }} <span class="text-muted">{{{End hour|}}}:{{{End minute|}}}</span> | ||
}} | }} | ||
| + | </div> <!-- | ||
| + | |||
| + | ####### LOCATION ####### | ||
| + | |||
| + | -->{{#if: {{{Event location|}}} | ||
| + | |<div class="d-flex"> | ||
| + | <div class="text-muted" style="width:100px">Location:</div>'''{{{Event location|}}}''' | ||
| + | </div> | ||
| + | }} <!-- | ||
| + | |||
| + | ####### PARTICIPANTS ####### | ||
| + | |||
| + | -->{{#if: {{{Event participant|}}} | ||
| + | |<div class="d-flex"> | ||
| + | <div class="text-muted" style="width:100px">Participants:</div>{{#arraymap: {{{Event participant|}}} | ||
| + | |; | ||
| + | |@@@ | ||
| + | |'''@@@''' | ||
| + | |,  | ||
| + | }} | ||
</div> | </div> | ||
| + | }} | ||
<!-- | <!-- | ||