Difference between revisions of "Template:Challenge Enabled"

From Creative Commons
Jump to: navigation, search
(New page: <div class="challenges"> Have an idea about this page? Want to help build the CC ecosystem? Check out the challenges related to {{PAGENAME}}, or add one of your own below. {{#ask: [[Rel...)
 
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="challenges">
+
<noinclude>
Have an idea about this page?  Want to help build the CC ecosystem?  Check out the challenges related to {{PAGENAME}}, or add one of your own below.
+
This is the 'Challenge_Enabled' template. It should be called in the following format:
 +
<pre>
 +
{{Challenge_Enabled
 +
}}
 +
</pre>
 +
Edit the page to see the template text.
  
{{#ask: [[Related To::{{PAGENAME}}]]
+
This template is used to include a box listing challenges related to a page, along with a text box that allows a new challenge to be added.
|format=list}}
+
</noinclude><includeonly>
 +
{| style="width: 90%; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin: auto; padding: 0.5em; text-align:left;"
 +
! style="text-align: center; background-color:#ccccff;" colspan="2" cellpadding="2"|<big>{{PAGENAME}}</big>
 +
|-
 +
| Have an idea about this page?  Want to help build the CC ecosystem?  Check out the challenges related to {{PAGENAME}}, or add one of your own below.
 +
|-
 +
|cellpadding="2"| '''''Open Challenges'''''
 +
|-
 +
|cellpadding="2" |{{#ask:[[Category:Challenge]] [[Is Complete::no]]
 +
[[Related To::{{PAGENAME}}]]|format=table}}
 +
|-
 +
|cellpadding="2"| '''''Completed Challenges'''''
 +
|-
 +
|cellpadding="2" |{{#ask:[[Category:Challenge]] [[Is Complete::yes]]
 +
[[Related To::{{PAGENAME}}]]|format=table}}
 +
|-
 +
|cellpadding="2" align="center"|{{#forminput:Challenge|35||Add a Challenge|Challenge[related_to]={{PAGENAME}} }}
 +
|}
  
{{#forminput:Task|35||Add a Challenge|Challenge[related_to]={{PAGENAME}}
+
[[Category:Challenge Enabled]]
 
+
</includeonly>
</div>
 

Latest revision as of 19:07, 7 May 2009

This is the 'Challenge_Enabled' template. It should be called in the following format:

{{Challenge_Enabled
}}

Edit the page to see the template text.

This template is used to include a box listing challenges related to a page, along with a text box that allows a new challenge to be added.