Help:Moving pages from MediaWiki

From WardleyPedia
Revision as of 18:07, 1 November 2017 by Peterl (talk | contribs) (Created page with "Pages copied from MediaWiki are usually Help pages. Two big issues show up for pages copied from MediaWiki: translation tags, translation templates, and translatable links....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Pages copied from MediaWiki are usually Help pages.


Two big issues show up for pages copied from MediaWiki: translation tags, translation templates, and translatable links.

Translation Tags

Translation tags look like: <translate>, </translate>, <languages />, and one that is different each time, but has the format <!--T:2-->, where the number after the T: changes.

All of these tags should be deleted from the copied code to product clean formatting on Wardleypedia.


Translation Templates

Templates all have the form of {{some template name}}. Not every template should be removed. Some, we may already have working on Wardleypedia, some we probably want on here (see Help:Templates#Copying from one wiki to another), and some don't really apply and should be removed.

If a template that should be remove is alone on a line, it can just be deleted. Sometimes, it is in the middle of a link, e.g. [[Category:Help{{Langcat|Formatting}}|Formatting]]. In this example, you can, as before, just delete the template codes (everything between, and including the curly braces).

Translatable Links