Template: DreamerSection: Difference between revisions

From Dreams Knowledge Platform
Jump to: navigation, search
(Created page with "<includeonly> <div class="dreamer-section"> <div class="dreamer-section__head"> <div class="dreamer-section__title">{{{title|}}}</div> <div class="dreamer-section__subtitle">{{{subtitle|}}}</div> </div> <div class="dreamers-grid"> {{{1|}}} </div> </div> </includeonly>")
 
No edit summary
Line 11: Line 11:
</div>
</div>
</includeonly>
</includeonly>
<noinclude>
Usage:
<pre>
{{DreamerSection|title=University of Twente (UT)|subtitle=Project Coordinator|
  {{DreamerCard|image=...|name=...|role=...}}
  {{DreamerCard|image=...|name=...|role=...}}
}}
</pre>
</noinclude>

Revision as of 20:03, 24 February 2026


Usage:

{{DreamerSection|title=University of Twente (UT)|subtitle=Project Coordinator|
  {{DreamerCard|image=...|name=...|role=...}}
  {{DreamerCard|image=...|name=...|role=...}}
}}