Help:Tips for working with prefixes
From Wikimedia Incubator
(Redirected from Incubator:PREFIXTIPS)
|
English • Deutsch • Ελληνικά • Español • Français • עברית • Magyar • 日本語 • Ripoarisch • Nederlands • Português • Русский • 中文(简体) |
(Version $1): 2.1 |
[edit] Prefixes
- Please go to Help:FAQ#Prefix - all information about prefixes is there.
- You can use gadget AddPrefix to help you.
[edit] Old tips - don't use these
- While importing normal prefixes can be removed but these templates not.
In this example, we use the English Wikipedia article "House", which would be in the incubator "Wp/en/House".
| what you type | gives (nowiki) | gives (what you see) | notes |
|---|---|---|---|
| {{p}} | {{BASEPAGENAME}}/ | Wp/en/ | |
| {{l|Article}} | [[Wp/en/Article|Article]] | Article | Only works to link to a page in the same namespace and in the same test project |
| {{l|Article|Text}} | [[Wp/en/Article|Text]] | Text | Only works to link to a page in the same namespace and in the same test project |
| [[../Article]] | [[Wp/en/Article]] | Wp/en/Article | |
| [[../Article/]] | [[Wp/en/Article|Article]] | Article | |
| [[/Subpage]] | [[Wp/en/House/Subpage|/Subpage]] | /Subpage | |
| [[/Subpage/]] | [[Wp/en/House/Subpage|Subpage]] | Subpage |