OK, I think the message has gotten through that any registered member can add to, edit, or create new wiki pages.
Please, for those of us who are totally uninitiated to "wiki speak", point us to a tutorial on how to create, add to, and edit pages? How to upload pictures? Many of us who do not even speak HTML very well!
There are many of us willing to try, and our results will not be as professional as Beardsmore, but at least we are willing.
How to speak "wiki"
-
- Location: land of the rusty beamsprings
- DT Pro Member: -
The login button is on very the top right corner. You have to log in, even if you are already logged into DT.
wiki/Help:Contents
wiki/Help:Uploading_images
wiki/Help:Creating_pages
If you edit a page there is a nice help right on top of the text input field.
It's not to different from writing stuff in the forums, I think.
wiki/Help:Contents
wiki/Help:Uploading_images
wiki/Help:Creating_pages
If you edit a page there is a nice help right on top of the text input field.
It's not to different from writing stuff in the forums, I think.
- XMIT
- [ XMIT ]
- Location: Austin, TX area
- Main keyboard: XMIT Hall Effect
- Main mouse: CST L-Trac Trackball
- Favorite switch: XMIT 60g Tactile Hall Effect
- DT Pro Member: 0093
I have a personal hatred of the MediaWiki markup language. I wonder if we can install Markdown support through an extension such as: https://www.mediawiki.org/wiki/Extensio ... xtraParser.
- webwit
- Wild Duck
- Location: The Netherlands
- Main keyboard: Model F62
- Favorite switch: IBM beam spring
- DT Pro Member: 0000
- Contact:
Is it converted to mediawiki markup, or is it a second markup language besides mediawiki markup? It the second case, it's a no.
Because then editors would need to learn two markup languages.
![Twisted Evil :twisted:](./images/smilies/icon_twisted.gif)
- Daniel Beardsmore
- Location: Hertfordshire, England
- Main keyboard: Filco Majestouch 1 (home)/Poker II backlit (work)
- Main mouse: MS IMO 1.1
- Favorite switch: Probably not whatever I wrote here
- DT Pro Member: -
- Contact:
I wonder if I am the only person who ever taught himself/herself HTML by playing with it? I simply took a copy of a lecturer's site and dumped it into my own account (so now my Web space showed a copy of his site) and then looked for parts of the page that stood out (e.g. headings) and then looked through the HTML for that same text, to see what code was responsible for it.
Consistency is important in presentation, and you can achieve consistency by copying/pasting existing pages and adapting them to look like what you want them to. The only awkward parts are images (no preview for the description at all during upload) and categories (the Preview button previews the categorisation, but the Preview tab does not, and the Preview button is awful).
Over time, you may start remembering the syntax, but with the infoboxes it's still easier to copy/paste rather than try to remember all the field names! Unlike making a new website where you have to understand the code, with the wiki you only need to copy/paste/adapt existing pages.
Also, I would suggest enabling the spelling checker in your browser, so that mistakes are caught early.
You need to learn to stop hating it. It's really not a complicated language for most part. You're an intelligent man and you shouldn't struggle picking up a simple few codes. Most of it can go onto a small crib sheet if it's really that hard to remember, but there's also an editor toolbar to help out with things (that I never even remember is there as I just learnt all the basics and type it straight in).
Having thus far used—to some extent or another—BASIC (BBC BASIC, QBasic, VBScript, REALbasic, OPL, MacASP …), C, C++, Common LISP, Prolog, PHP, Perl, Java, JavaScript, DOS batch script, UNIX shell script (Bash I guess, I don't know the intricacies of what Bash added/changed), AppleScript, PowerShell as well as BBCode (UBB, phpBB, …) HTML, XML, CSS and wiki code (PmWiki, TWiki and MediaWiki) it's not impossible to learn and remember programming and markup languages. LISP is still evil, of course.
(I've configured my text editor to flag up in red when I use Perlisms in JavaScript, such as "unless" or "undef", as it's hard keeping those two straight in my head, as I use both of them all the time.)
MediaWiki has some horrible ideas (the template system is nearly impossible to use for anything clever) but the basics are really not that hard. The only really silly issue that I do hate is the appalling way that they overloaded [[…]] to link, inline and categorise depending on the presence or absence of a leading colon.
However, you just get used to it. People believe that you can solve all the woes in an language by creating a new language. Now you have two defective languages. I don't care for Python's idea on indenting (since I use indentation creatively for multi-line statements) but I've trawled through so much incorrectly-indented code to realise why that idea came about and when reading code I think I'd find it immensely helpful!
-
- Location: UK (Berkshire)
- Main keyboard: Cherry G84-4400 (work) / Tipro MID (home)
- Main mouse: Tiny trackball or laptop trackpad
- Favorite switch: Model M, until I try something rarer ;)
- DT Pro Member: -
... if you've got Javascript enabled.
![Smile :)](./images/smilies/icon_e_smile.gif)
Is the Wikipedia cheatsheet applicable here? I had that bookmarked when I was doing Wikipedia. And it doesn't need Javascript.
![Cool :cool:](./images/smilies/icon_cool.gif)
- Daniel Beardsmore
- Location: Hertfordshire, England
- Main keyboard: Filco Majestouch 1 (home)/Poker II backlit (work)
- Main mouse: MS IMO 1.1
- Favorite switch: Probably not whatever I wrote here
- DT Pro Member: -
- Contact:
Yes — it's the same wiki software as Wikipedia.
- Wodan
- ISO Advocate
- Location: ISO-DE
- Main keyboard: Intense Rotation!!!
- Main mouse: Logitech G903
- Favorite switch: ALL OF THEM
- DT Pro Member: -
I usually just try to find a very similair article to the one I am looking for create, copy it and update all the content. Then publish and wait for Beardsmore to get my spelling right.