Difference between revisions of "Template:Project"

From Open Food Facts wiki
Jump to navigation Jump to search
(+ TODO + category)
(updated project template for a better structure.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
'''Title:''' {{{title}}}
+
{{{title}}}
  
'''Short description:''' {{{description}}}
+
=== Summary ===
  
'''What (outcomes):''' {{{what}}}
+
{{{description}}}
  
'''Impact (why):''' {{{why}}}
+
=== Description ===
  
'''Status:''' {{{status}}}
+
'''Status''': {{{status}}}
  
'''Timeline:''' {{{timeline}}}
+
'''People''': {{{who}}}
  
'''Needs:''' {{{needs}}}
+
==== Impact (why) ====
  
'''How to join/contribute:''' {{{joining}}}
+
{{{impact_why}}}
  
'''People:''' {{{people}}}
+
==== Expected outcomes (what) ====
 +
 
 +
{{{expected_outcomes_what}}}
 +
 
 +
==== Timeline ====
 +
 
 +
{{{timeline}}}
 +
 
 +
=== Resources / Contributing ===
 +
 
 +
{{{contributing}}}
 +
 
 +
{{{resources}}}
 +
 
 +
=== Archives ===
 +
 
 +
 
 +
[[Category:Project]]
  
 
<noinclude>
 
<noinclude>
Line 21: Line 38:
  
 
== TODO ==
 
== TODO ==
* conditional display? <pre>{{ #if: {{{title}}} | {{{title}}} | ... }}</pre>
+
* conditional display (text or alternative is displayed based on a condition)? <code>{{ #if: {{{title}}} | {{{title}}} | ... }}</code>
 
* add TemplateData extension to help filling the template with the visual editor (see https://www.mediawiki.org/wiki/Extension:TemplateData )
 
* add TemplateData extension to help filling the template with the visual editor (see https://www.mediawiki.org/wiki/Extension:TemplateData )
 
</noinclude>
 
</noinclude>

Latest revision as of 12:32, 23 May 2022

{{{title}}}

Summary

{{{description}}}

Description

Status: {{{status}}}

People: {{{who}}}

Impact (why)

{{{impact_why}}}

Expected outcomes (what)

{{{expected_outcomes_what}}}

Timeline

{{{timeline}}}

Resources / Contributing

{{{contributing}}}

{{{resources}}}

Archives

TODO