Plantilla:Sitelink
Hechura
| This template uses Lua: |
{{sitelink}} will retrieve the foreign language article title (sitelink) given the Wikidata Qid or local article title. If none is supplied, it uses the current page's Qid.
Usage
[hace edit con el source]{{Sitelink|lang=|title=|linked=|shortlinked=}}{{Sitelink|lang=|qid=|linked=}}{{Sitelink|lang=}}{{Sitelink|1=|qid=|linked=}}
Parameters
[hace edit con el source]|lang=– ISO-639 language code of the foreign Wikipedia page to be interrogated (required; alias:|1=)|title=– title of the English Wikipedia page (requred if qid is missing; and only one of qid and title may be specified)|qid=– Wikidata id (item Q-number) of the wikidata item that the English Wikipedia page is linked to (required if title is missing)|linked=– if present, the foreign Wikipedia title is linked (optional; default is plain text, no link)|shortlinked=- if present, the foreign Wikipedia title is linked but displayed as the language code. This can be used in place of or in conjunction with linked
Examples
[hace edit con el source]{{Sitelink|lang=es|qid=Q43287}}→ Imperio alemán (name of the 'German Empire' article at Spanish Wikipedia, as linked by Wikidata item Q43287){{Sitelink|es|qid=Q43287}}→ Imperio alemán (param name not required for lang as long as it is the first/only unnamed param){{Sitelink|qid=Q43287|es}}→ Imperio alemán (same as above){{Sitelink|es|Q43287}}→ (fails; param name required for qid){{Sitelink|es|qid=Q43287|linked=y}}→ Imperio alemán{{Sitelink|qid=Q43287}}→ German Empire (English assumed if no lang){{Sitelink|hr|title=German Empire}}→ Predložak:Naslov na stranom jeziku (hris the ISO-639 language code for Croatian){{Sitelink|hr|title=German Empire|linked=y}}→ Predložak:Naslov na stranom jeziku (linked to Croatian Wikipedia article){{Sitelink|hr|title=German Empire|shortlinked=y}}→ hr (linked to Croatian Wikipedia article with 'hr' as display link){{Sitelink|hr|linked=y}}→ Predložak:Naslov na stranom jeziku (Croatian Wikipedia page for this very template)