Diferencia entre revisiones de «Plantilla:Sitelink»
Apariencia
Contenido eliminado Contenido añadido
Página creada con «<includeonly>{{ {{{|safesubst:}}}#if:{{{linked|{{{shortlinked|}}}}}}|:{{{1|{{{lang|en}}}}}}:{{ {{{|safesubst:}}}#invoke:WikidataIB|getSiteLink|qid={{{qid|{{ {{{|safesubst:}}}Get QID|{{{title|}}}}}}}}|wiki={{ {{{|safesubst:}}}trim|{{{1|{{{lang|en}}}}}}}}wiki|ps=1}}|{{ {{{|safesubst:}}}#if: {{{shortlinked|}}}|{{{1|{{{lang|en}}}}}}|{{ {{{|safesubst:}}}#invoke:WikidataIB|getSiteLink|qid={{{qid|{{ {{{|safesubst:}}}Get QID|{{{title|}}}}}}}}|wiki={{ {{{|safesubst:}}}trim|{…» |
Sin resumen de edición Etiqueta: Revertido |
||
Línea 1: | Línea 1: | ||
<includeonly>{{ {{{|safesubst:}}}#if:{{{linked|{{{shortlinked|}}}}}}|[[:{{{1|{{{lang| |
<includeonly>{{ {{{|safesubst:}}}#if:{{{linked|{{{shortlinked|}}}}}}|[[:{{{1|{{{lang|cbk-zam}}}}}}:{{ {{{|safesubst:}}}#invoke:WikidataIB|getSiteLink|qid={{{qid|{{ {{{|safesubst:}}}Get QID|{{{title|}}}}}}}}|wiki={{ {{{|safesubst:}}}trim|{{{1|{{{lang|cbk-zam}}}}}}}}wiki|ps=1}}|{{ {{{|safesubst:}}}#if: {{{shortlinked|}}}|{{{1|{{{lang|cbk-zam}}}}}}|{{ {{{|safesubst:}}}#invoke:WikidataIB|getSiteLink|qid={{{qid|{{ {{{|safesubst:}}}Get QID|{{{title|}}}}}}}}|wiki={{ {{{|safesubst:}}}trim|{{{1|{{{lang|cbk-zam}}}}}}}}wiki|ps=1}}}}]]|{{ {{{|safesubst:}}}#invoke:WikidataIB|getSiteLink|qid={{{qid|{{ {{{|safesubst:}}}Get QID|{{{title|}}}}}}}}|wiki={{ {{{|safesubst:}}}trim|{{{1|{{{lang|cbk-zam}}}}}}}}wiki|ps=1}}}}</includeonly><noinclude> |
||
{{documentation}} |
{{documentation}} |
||
</noinclude> |
</noinclude> |
Revisión del 07:07 9 Enero 2025
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
{{Sitelink|lang=|title=|linked=|shortlinked=}}
{{Sitelink|lang=|qid=|linked=}}
{{Sitelink|lang=}}
{{Sitelink|1=|qid=|linked=}}
Parameters
|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
{{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}}
→ (English assumed if no lang){{Sitelink|hr|title=German Empire}}
→ Predložak:Naslov na stranom jeziku (hr
is 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)