Difference between revisions of "HowToAddAModel"

From OOModels
Jump to navigationJump to search
(New page: * Become familiar with editing wiki pages in general. If you just want to try it out, you can do so in the Sandbox. * If you don't already have, [[Special:Login|create...)
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
* Become familiar with [[Help:Editing|editing]] wiki pages in general. If you just want to try it out, you can do so in the [[Sandbox]].
{{HelpPagesHeaderBar}}
* If you don't already have, [[Special:Login|create an account and login]] ([[Why do I need an account?]]).
 
* 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?]]).
 
== Quick & Simple ==
 
* Go to a namespace page (e.g. [[Namespace:com/example]]) and use the form at the bottom of that page.
 
== Detailed & Manually ==
 
* Let's assume your model is named ''MyModel''.
* Let's assume your model is named ''MyModel''.
* Let's assume you work for the famous ''example.com'' company.
* Let's assume you work for the famous ''example.com'' company.
* Create a wiki page named [[Artefact: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:com/example/MyModel].
* 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 http://www.oomodels.org/wiki/index.php/Artefact:Model/com/example/MyModel] ([[Help:Structure|learn more about wiki page names]])
* You can [[ArtefactSyntax|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.
* Now you can [[ArtefactSyntax|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.
 
[[Category:HowTo]]

Latest revision as of 07:50, 30 October 2008

Quick & Simple[edit]

Detailed & Manually[edit]