PageRenderTime 22ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/shabti/templates/moinmoin/data/moin/underlay/pages/WikiCourse(2f)13(20)Lists/revisions/00000001

https://bitbucket.org/gawel/shabti
#! | 45 lines | 39 code | 6 blank | 0 comment | 0 complexity | 487fd086a83906b04467392fd11e4e5f MD5 | raw file
  1. ## Please edit system and help pages ONLY in the master wiki!
  2. ## For more information, please see MoinMoin:MoinDev/Translation.
  3. ##master-page:
  4. ##master-date:
  5. #acl -All:write Default
  6. #format wiki
  7. #language en
  8. #pragma section-numbers off
  9. <<Navigation(slides)>>
  10. = Lists =
  11. == Bulleted ==
  12. === Input ===
  13. {{{
  14. My pets:
  15. * Dog
  16. * Cat
  17. * Mouse
  18. }}}
  19. === Display ===
  20. My pets:
  21. * Dog
  22. * Cat
  23. * Mouse
  24. == Numbered ==
  25. === Input ===
  26. {{{
  27. To do:
  28. 1. Feed dog
  29. 1. Feed cat
  30. 1. Let out mouse
  31. }}}
  32. === Display ===
  33. To do:
  34. 1. Feed dog
  35. 1. Feed cat
  36. 1. Let out mouse
  37. (!) !MoinMoin can count on its own!
  38. (!) The number of leading spaces defines the hierarchical level of the list.
  39. There are more examples of lists at HelpOnLists.