Template:Main/doc/fr: Difference between revisions
Template page
More actions
< Template:Main | doc
Updating to match new version of source page |
Updating to match new version of source page |
||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
== Usage == | == Usage == | ||
To link to a main article on a topic like [[Example]], use | To link to a main article on a topic like [[Example]], use | ||
<source lang="html5"> | <source lang="html5"> | ||
{{ | {{ Main |Example}} | ||
</source> | </source> | ||
which renders as | which renders as | ||
{{ | {{ Main |Example}} | ||
You can add up to 5 article names in parameters: | You can add up to 5 article names in parameters: | ||
<source lang="html5"> | <source lang="html5"> | ||
{{ | {{ Main |MediaWiki/de|MediaWiki/en|MediaWiki/es|MediaWiki/fr|MediaWiki/zh}} | ||
</source> | </source> | ||
which renders as | which renders as | ||
{{ | {{ Main |MediaWiki/de|MediaWiki/en|MediaWiki/es|MediaWiki/fr|MediaWiki/zh}} | ||
These parameters are used to generate links and may include namespace prefixes or interwiki prefixes. If you want to hide these prefixes (for example here for a link to English Wikipedia) and display an alternative text you can use | These parameters are used to generate links and may include namespace prefixes or interwiki prefixes. If you want to hide these prefixes (for example here for a link to English Wikipedia) and display an alternative text you can use | ||
<source lang="html5"> | <source lang="html5"> | ||
{{ | {{ Main |w:en:Example{{!}}Example (in English Wikipedia)}} | ||
</source> | </source> | ||
which renders as | which renders as | ||
{{ | {{ Main |w:en:Example{{!}}Example (in English Wikipedia)}} | ||
== Internationalisation == | == Internationalisation == | ||
Many articles on Meta should be translatable, in that case use | Many articles on Meta should be translatable, in that case use | ||
<source lang="html5"> | <source lang="html5"> | ||
{{ | {{ Main |Special:MyLanguage/Example{{!}}Exemple}} | ||
</source> | </source> | ||
which renders as | which renders as | ||
{{ | {{ Main |Special:MyLanguage/Example{{!}}Example}} | ||
== See also == | == See also == | ||
Revision as of 13:00, 27 April 2014
Usage
To link to a main article on a topic like Example, use
{{ Main |Example}}
which renders as
You can add up to 5 article names in parameters:
{{ Main |MediaWiki/de|MediaWiki/en|MediaWiki/es|MediaWiki/fr|MediaWiki/zh}}
which renders as
These parameters are used to generate links and may include namespace prefixes or interwiki prefixes. If you want to hide these prefixes (for example here for a link to English Wikipedia) and display an alternative text you can use
{{ Main |w:en:Example{{!}}Example (in English Wikipedia)}}
which renders as
Internationalisation
Many articles on Meta should be translatable, in that case use
{{ Main |Special:MyLanguage/Example{{!}}Exemple}}
which renders as
See also
- {{Further}}
- {{TNT}} (shortcut for {{Translatable template}})
- {{TNTN}} (shortcut for {{Translatable template name}})
- {{Ll}} (shortcut for {{Localized link}})