Help:Editing
This wiki makes use of the MediaWiki software, which is the same software as is used to power the all-knowing Wikipedia website. For an overview of the syntax that you can use, see Help:Editing on the meta.wikimedia.org site.
If you want to create a table on your page, see here.
In addition to the standard MediaWiki syntax, we have additionally included plugin support for:
Code highlighting
We are using the ASHighlight extension (that we wrote ourselves, making use of Andre Simon's highlight program inside):
<source lang=a4c>
MODEL mymodel;
x IS_A length;
END model;
</source>
|
MODEL mymodel; x IS_A length; END model; |
<source lang=c>
int main(void);
fprintf(stderr,"hello world!\n");
exit(0);
}
</source>
|
int main(void); fprintf(stderr,"hello world!\n"); exit(0); } |
|}
References
You can use <ref> tags in our wiki. Please see documentation and plugin details.