code:_template

⏎ Return to Code Contribution Project

This is the Redirect module that redirects the browser directly to the "code:_start" page.

Code author: %%created_by_linked%%
Attribution text: %%form_data{attribution}%%
Programming language: %%form_data{language}%%
Description: %%form_data{description}%%

First submitted: %%created_at|%O ago, %e %B %Y%%
Last updated: %%updated_at|%O ago, %e %B %Y%%

%%form_raw{code}%%

====

[[form]]
fields:
  attribution:
    label: Attribution
    type: text
    width: 100
    hint: How you would like your name to appear in STE?
  description:
    label: Description
    type: wiki
    width: 100
    height: 2
    hint: What does your code actually do? What can it be used for?
  language:
    label: Language
    type: select
    values:
      Cpp: C++
      diff: Diff
      Java: Java
      JavaScript: JavaScript
      Perl: Perl
      Python: Python
      Ruby: Ruby
      SQL: SQL
      XML: XML
      CSS: CSS
      PHP: PHP
      HTML: X/HTML
      other: Other...
  code:
    label: Type code here
    type: text
    width: 100
    height: 10
[[/form]]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License