Help:Automatic conversion of wikitext
From CommunityTest
Contents |
[edit] What is automatic conversion of wikitext?
Sometimes wikitext (the syntax used when editing a wiki) is automatically converted to something else when you save the page.
[edit] What is signature expansion?
A signature (a link to your user page and a timestamp) is automatically created wherever you type ~~~~. Signatures can be highly customized.
- See Help:Signature.
[edit] What is a substituted template?
Normally, a template named {{something}} will appear to expand to whatever is at [[Template:Something]] when the page is saved, but if you edit the page you will still see {{something}} in the wikitext.
However, if you substitute a template, the text "{{subst:something}}" will actually be replaced with whatever is at [[Template:Something]]. If you edit the page again after saving, you will no longer see {{subst:something}} in the text.
[edit] What is the pipe trick?
By adding a pipe or vertical bar ("|") before the closing brackets in certain links, you can hide namespaces, clarifying words in parentheses, or words after commas.
- [[Someone (author)|]] is converted to [[Someone (author)|Someone]].
- [[Help:Something|]] is converted to [[Help:Something|Something]].
- [[Some City, Some State|]] is converted to [[Some City, Some State|Some City]].
- See Help:Piped links.