Jump to content

Help:Module Workflow

From Consumer_Action_Taskforce
Revision as of 05:37, 30 January 2025 by Louis (talk | contribs) (Created page with "= How to Create a New Module = 1. Plan your module * Decide what it should do * Choose a clear name * List the functions needed 2. Create the module * Go to Module:YourModuleName * Click "Create" * Add your Lua code 3. Test it * Use the sandbox page * Try different inputs * Check for errors 4. Document it * Create Module:YourModuleName/doc * Explain how to use it * Add examples 5. Ask for help * Use the discussion page * Tag experienced users")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to Create a New Module[edit | edit source]

1. Plan your module

  • Decide what it should do
  • Choose a clear name
  • List the functions needed

2. Create the module

  • Go to Module:YourModuleName
  • Click "Create"
  • Add your Lua code

3. Test it

  • Use the sandbox page
  • Try different inputs
  • Check for errors

4. Document it

  • Create Module:YourModuleName/doc
  • Explain how to use it
  • Add examples

5. Ask for help

  • Use the discussion page
  • Tag experienced users