Difference between revisions of "How to Edit Pages"
Line 1: | Line 1: | ||
{{mlo}} | {{mlo}} | ||
+ | Mediawiki (where we are now) is a wiki and so is Wikidot (where we used to be). There's a lot in common, but there's a lot minor differences in how you do things. '''''Don't let this bother you!''''' Feel free to use the markup if you're comfortable with it, but also feel free to just add text -- we'll fix up the formatting. | ||
− | [https://www.mediawiki.org/wiki/Help:Editing_pages Mediawiki editing guide] | + | Here's the official guide: [https://www.mediawiki.org/wiki/Help:Editing_pages Mediawiki editing guide] |
− | + | And here's a short guide to the important differences for people familiar with Wikidot: | |
+ | |||
+ | === Links === | ||
+ | |||
+ | Links are indicated by two square brackets rather than three: | ||
+ | '''<pre>[[Noreascon Three]] -- Mediawiki</pre>''' | ||
+ | <pre>[[[Noreascon Three]]] -- Wikidot </pre> | ||
+ | |||
+ | Unlike Wikidot, page names in Mediawiki are '''case sensitive''' after the first letter when used in links. So in wikidot, you could get away with | ||
+ | <pre>[[[noreascon three]]]</pre> | ||
+ | but in Mediawiki, you must capitalize the link correctly (except for the first character!): | ||
+ | '''<pre>[[Noreascon Three]]]''' | ||
+ | (This is likely to be the most annoying difference between the two systems.) | ||
− | |||
− | |||
− | |||
− | |||
For tables, don't use the mediawiki standard tables, use the [https://www.mediawiki.org/wiki/Extension:SimpleTable SimpleTable] extension with a '||' separator between columns. | For tables, don't use the mediawiki standard tables, use the [https://www.mediawiki.org/wiki/Extension:SimpleTable SimpleTable] extension with a '||' separator between columns. | ||
Line 48: | Line 57: | ||
</pre> | </pre> | ||
− | |||
+ | |||
+ | For external links, don't use the standard mediawiki syntax, but our special template which will also give access to the page on the Internet Archive, in-case it gets deleted. | ||
+ | |||
+ | <pre> | ||
+ | {{link | website=http://taff.org.uk | text=TAFF}} | ||
+ | {{link | website=http://taff.org.uk | text=TAFF | capture=2019}} | ||
+ | </pre> | ||
[[Category:Admin]] | [[Category:Admin]] |
Revision as of 14:32, 12 December 2019
Things for Mark to do Mediawiki (where we are now) is a wiki and so is Wikidot (where we used to be). There's a lot in common, but there's a lot minor differences in how you do things. Don't let this bother you! Feel free to use the markup if you're comfortable with it, but also feel free to just add text -- we'll fix up the formatting.
Here's the official guide: Mediawiki editing guide
And here's a short guide to the important differences for people familiar with Wikidot:
Links[edit]
Links are indicated by two square brackets rather than three:
[[Noreascon Three]] -- Mediawiki
[[[Noreascon Three]]] -- Wikidot
Unlike Wikidot, page names in Mediawiki are case sensitive after the first letter when used in links. So in wikidot, you could get away with
[[[noreascon three]]]
but in Mediawiki, you must capitalize the link correctly (except for the first character!):
[[Noreascon Three]]]''' (This is likely to be the most annoying difference between the two systems.) For tables, don't use the mediawiki standard tables, use the [https://www.mediawiki.org/wiki/Extension:SimpleTable SimpleTable] extension with a '||' separator between columns. <pre> <tab> Field 1||Field 2||Field 3 Field 4||Field 5||Field 6 Field 7||Field 8||Field 9 </tab> <tab head=top collapse=true> Header 1||Header 2||Header 3 Field 4||Field 5||Field 6 Field 7||Field 8||Field 9 </tab>
If you have files to upload, tell the Administrators.
All pages must be in at least one category
People must be fan/pro/mundane Anything geographical must be one of Asia/Australia/Europe/Ireland/Japan/NZ/UK/US/World (multiple places OK for joint efforts)
Conventions TBD
Mediawiki for wikidot users[edit]
If you are familiar with wikidot syntax, the mapping to mediawiki is as follows
++ heading to == heading +++ heading to === heading **bold** to '''bold''' //italic// to ''italic'' [[[page|text]]] to [[page|text]] [[include stub]] to {{stub}} [[module Redirect destination="target"]] to #REDIRECT [[target]] For tags use [[Category:fanzine]]
For external links, don't use the standard mediawiki syntax, but our special template which will also give access to the page on the Internet Archive, in-case it gets deleted.
{{link | website=http://taff.org.uk | text=TAFF}} {{link | website=http://taff.org.uk | text=TAFF | capture=2019}}