Template:LSpecial/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
Sometimes there are multiple links for a single page like [[Special: | Sometimes there are multiple links for a single page like [[Special:UncategorizedFiles]] vs [[Special:UncategorizedImages]], but only one of them is the proper name for the interface string so only one will properly get translated | ||
* {{Code|<nowiki>{{LSpecial| | * {{Code|<nowiki>{{LSpecial|UncategorizedFiles}}</nowiki>}} = {{LSpecial|UncategorizedFiles}} | ||
* {{Code|<nowiki>{{LSpecial| | * {{Code|<nowiki>{{LSpecial|UncategorizedImages}}</nowiki>}} = {{LSpecial|UncategorizedImages}} | ||
Revision as of 05:24, 11 August 2024
To use for Special: links on translated pages so that they use the translation used in wiki interface
- {{{1}}} - Special: page name
- {{{2}}} - alt name (default uses string defined in MediaWiki namespace i.e interface language)
- {{{case}}} - lc - all lower case, lcfirst - first letter lower case, uc - all upper, ucfirst - first letter upper
- {{{lang}}} - force specific language (default use {{language}})
- {{LSpecial|ProtectedPages}} = Protected pages
- {{LSpecial|AllMessages}} = System messages
- {{LSpecial|AllMessages|lang=sk}} = Všetky systémové správy
- {{LSpecial|RandomRootpage|Rocket Raccoon}} = Rocket Raccoon
- {{LSpecial|RandomRootpage|case=uc}} = RANDOM ROOT PAGE
- {{LSpecial|RandomRootpage|case=lcfirst}} = random root page
Sometimes there are multiple links for a single page like Special:UncategorizedFiles vs Special:UncategorizedImages, but only one of them is the proper name for the interface string so only one will properly get translated
- {{LSpecial|UncategorizedFiles}} = ⧼UncategorizedFiles/en⧽
- {{LSpecial|UncategorizedImages}} = Uncategorized files