Template:IndexProject: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the "IndexProject" template. | |||
It should be called in the following format: | |||
<pre> | |||
{{IndexProject | {{IndexProject | ||
|title= | |title= | ||
| Line 23: | Line 14: | ||
|step5= | |step5= | ||
}} | }} | ||
</noinclude> | </pre> | ||
Edit the page to see the template text. | |||
</noinclude><includeonly> | |||
{{#if:{{{id|}}}|<span id="{{{id}}}"></span>|}} | |||
<div class="index-project"> | |||
<div class="index-project-title">'''<big>{{{title|}}}</big>'''</div> | |||
;Doel | |||
: {{{goal|}}} | |||
{{#if:{{{sources|}}}| | |||
;Bronnen | |||
: {{{sources}}} | |||
|}} | |||
{{#if:{{{status|}}}| | |||
;Status | |||
: {{{status}}} | |||
|}} | |||
{{#if:{{{step1|}}}{{{step2|}}}{{{step3|}}}{{{step4|}}}{{{step5|}}}| | |||
;Volgende stappen | |||
: | |||
<ul class="index-project-steps"> | |||
{{#if:{{{step1|}}}|<li>{{{step1}}}</li>|}} | |||
{{#if:{{{step2|}}}|<li>{{{step2}}}</li>|}} | |||
{{#if:{{{step3|}}}|<li>{{{step3}}}</li>|}} | |||
{{#if:{{{step4|}}}|<li>{{{step4}}}</li>|}} | |||
{{#if:{{{step5|}}}|<li>{{{step5}}}</li>|}} | |||
</ul> | |||
|}} | |||
</div> | |||
</includeonly> | |||
Latest revision as of 13:49, 12 June 2026
This is the "IndexProject" template. It should be called in the following format:
{{IndexProject
|title=
|goal=
|sources=
|status=
|step1=
|step2=
|step3=
|step4=
|step5=
}}
Edit the page to see the template text.