Module documentation
From MapbenderWiki
[edit]
add a module maintainer
- See Module maintainer. Whenever you edit a piece of code and you are the originator (Urheber), go to the corresponding Wiki page and add your Wiki user name as a link. Also consider adding the page to your watchlist.
Example:
[[User:Foo Hacker]] ([[Module maintainer]])
- Whenever you edit a piece of code that has been abandoned by the originator (no alive user link there, coder has left altogether, whatever) you can take over responsibilities by adding your Wiki user name.
Example:
[[User:Foo Hacker]]
- The originator and major contributors of the code should also always be kept on that page, so do not delete the names but simply remove the square brackets around User:Foo Hacker and only leave "Foo Hacker".
Example:
User:Foo Hacker
[edit]
add category
for example by adding
[[Category:Modules]]
[edit]
use this template
[[User:Foo Maintainer]] ([[Module maintainer]]) OR [[Modules_without_maintainer | ''no maintainer'']] [[User:Foo Contributor1]] [[User:Foo Contributor2]] . . . == Description == === english=== <description, to do's etc.> === deutsch === <Beschreibung, To Do's usw.> == Element vars == <tt>element var 1</tt>: <description> / <Beschreibung> <tt>element var 2</tt>: <description> / <Beschreibung> . . . == Files == For this module the following files are required / Für dieses Modul werden die folgenden Dateien benötigt: * http://trac.osgeo.org/mapbender/browser/trunk/mapbender/http/<path1>/<filename1>?format=raw * http://trac.osgeo.org/mapbender/browser/trunk/mapbender/http/<path2>/<filename2>?format=raw == SQL == Use this sql statement to insert this module in the corresponding gui / Mit diesem SQL kann das Modul in die entsprechende GUI eingefügen werden: <html><textarea rows=6> sql insert statements for gui elements and gui element vars </textarea></html> [[Category:Modules]]

