Difference between revisions of "HowToAddAModel"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) |
AndreasLeue (talk | contribs) m |
||
Line 1: | Line 1: | ||
* Become familiar with [[Help:Editing|editing]] wiki pages in general. If you just want to try it out, you can | * Become familiar with [[Help:Editing|editing]] wiki pages in general. If you just want to try it out, you can do so in the [[OOModels:Sandbox]]. | ||
* If you don't already have, [[Special:Userlogin|create an account and login]] ([[Why do I need an account?]]). | * If you don't already have, [[Special:Userlogin|create an account and login]] ([[Why do I need an account?]]). | ||
* Let's assume your model is named ''MyModel''. | * Let's assume your model is named ''MyModel''. |
Revision as of 13:22, 8 July 2008
- Become familiar with editing wiki pages in general. If you just want to try it out, you can do so in the OOModels:Sandbox.
- If you don't already have, create an account and login (Why do I need an account?).
- Let's assume your model is named MyModel.
- Let's assume you work for the famous example.com company.
- Create a wiki page named Artefact:Model/com/example/MyModel. You can do so by linking to this page with a wiki link, like here in this sentence. You can also just type the respective URL in your browser http://www.oomodels.org/wiki/index.php/Artefact:Model/com/example/MyModel (learn more about wiki page names)
- Now you can create a model from scratch, or you can just copy&paste the wiki code from an existing page (e.g. Artefact:Model/org/oomodels/tests/models/basic/SimpleClass) and adopt it to your needs.