Difference between revisions of "Template:Challenge"
(New page: <noinclude> This is the 'Challenge' template. It should be called in the following format: <pre> {{Challenge |related_to= |outcome= }} </pre> Edit the page to see the template text. </noin...) |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<pre> | <pre> | ||
{{Challenge | {{Challenge | ||
+ | |challenge type= | ||
|related_to= | |related_to= | ||
− | | | + | |tags= |
+ | |is_complete= | ||
}} | }} | ||
</pre> | </pre> | ||
Line 10: | Line 12: | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{| border="0" cellpadding="4" cellspacing="4" | {| border="0" cellpadding="4" cellspacing="4" | ||
− | ! Related To | + | ! Related To: |
| {{#arraymap:{{{related_to|}}}|,|x|[[Related To::x]]}} | | {{#arraymap:{{{related_to|}}}|,|x|[[Related To::x]]}} | ||
|- | |- | ||
− | ! | + | ! Tags: |
− | | [[ | + | | {{#if: {{{tags|}}} | {{#arraymap:{{{tags|}}}|,|x|[[Has Tag::x]]}} | (none) }} |
+ | |- | ||
+ | ! Challenge Type: | ||
+ | | {{#if: {{{challenge_type|}}} | [[Has Challenge Type::{{{challenge_type}}}]] | (none) }} | ||
+ | |- | ||
+ | ! Is Complete: | ||
+ | | {{#if: {{{is_complete|}}} | [[Is Complete::{{{is_complete}}}]] | [[Is Complete::no]] }} | ||
|} | |} | ||
− | + | [[Category:Challenge]] | |
− | [[Category: | ||
</includeonly> | </includeonly> |
Latest revision as of 16:25, 4 March 2008
This is the 'Challenge' template. It should be called in the following format:
{{Challenge |challenge type= |related_to= |tags= |is_complete= }}
Edit the page to see the template text.