Template: DevUseCase: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
<div class="d-flex"> | <div class="d-flex"> | ||
{{#if: {{{Year|}}} | <div>Year: {{{Year|}}}</div> |}} | {{#if: {{{Year|}}} | <div>Year: {{{Year|}}}</div> |}} | ||
{{#if: {{{Location|}}} | <div>Location: {{{Location|}}}</div> |}} | |||
{{#if: {{{Scale|}}} | <div>Scale: {{{Scale|}}}</div> |}} | |||
</div> | </div> | ||
</div> | </div> | ||
Line 38: | Line 40: | ||
<h5>Thematic</h5> | <h5>Thematic</h5> | ||
{{#arraymap:{{{Use cases thematic|}}}|,|x|<li>x</li>|\s}} | {{#arraymap:{{{Use cases thematic|}}}|,|x|<li>x</li>|\s}} | ||
</div> | </div> | ||
<div> | <div> |
Revision as of 13:00, 18 October 2022
Template for a Use Case profile.
Still in development!