CreateNewSpecModule

From W3C XForms Group Wiki (Public)

Create new Spec Module Page

  • Create a new page (e.g.: The_XForms_Transform_Function_Module)
  • Add the following to the top of your page (remove the space before and after NUMBEREDHEADINGS):
__ NUMBEREDHEADINGS __
{{TR|title=XForms Module: Transform Function }}
  • Add a div with id 'editors' containing the editors of the spec:
<div id='editors'>
; Editors:
: John Doe, Company X
</div>
  • Add a div with id 'editors' containing the editors of the spec:
; Abstract
: <div id='abstract'><p>My abstract</p></div>
</div>
  • Add the status (the short name of the module is the first argument):
; Status of this Document
:{{status|xformstransformfunction}}
  • Add the copyright:
{{copyright}}
  • Wrap your spec text with a div with id docbody
<div id='docbody'></div>
  • After the docbody div add
----
[[Category:XForms12]][[Category:XForms12Module]]

  • If the table of contents isn't showed (if you have not enough sections) add __TOC__ to force the table of contents.
  • Start your root sections with titles at level h2 (==)

Add your module to a round

  • Add a section with the name of the wiki page of your module and a first public status comment

Add your deliverable to group_data.py

  • Add the Deliverable to forms.deliverables
  • Add the DocumentRelease to the new/latest ReleaseEvent

Other useful templates

  • EditorialNote:
{{EditorialNote|title=Add Dialog to the list of container controls all over the spec|desc=Add Dialog to the list of container controls all over the spec (like switch an repeat).}}
  • Note in spec
{{SpecNote|When an XPath 1.0 processor is used the first argument is always a string}}