Template: DevUseCase: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 23: Line 23:
<div class="mb-2">{{{Description|No description provided.}}}</div>
<div class="mb-2">{{{Description|No description provided.}}}</div>
<div class="d-flex">
<div class="d-flex">
{{#if: {{{Year|}}} | <div>Year: {{{Year|}}}</div> |}}
{{#if: {{{Year|}}} | <div class="mr-4">Year: {{{Year|}}}</div> |}}
{{#if: {{{Location|}}} | <div>Location: {{{Location|}}}</div> |}}
{{#if: {{{Location|}}} | <div class="mr-4">Location: {{{Location|}}}</div> |}}
{{#if: {{{Scale|}}} | <div>Scale: {{{Scale|}}}</div> |}}
{{#if: {{{Scale|}}} | <div class="mr-4">Scale: {{{Scale|}}}</div> |}}
</div>
</div>
</div>
</div>

Revision as of 13:01, 18 October 2022

Template for a Use Case profile.
Still in development!