Πρότυπο:If then show/τεκμηρίωση

Από τη Βικιπαίδεια, την ελεύθερη εγκυκλοπαίδεια

This template tests whether the first unnamed parameter is not an empty string and returns it if it is not empty. Otherwise it returns the second unnamed parameter.

This is useful when the first parameter is a {{#invoke: }} of a Lua module that may return a value or nothing. Because it uses the {{#invoke: }} just once, it simplifies the coding of infoboxes, for example.

The optional third and fourth unnamed parameters provide a prefix and a suffix for the first parameter when returned. This enables the designer to construct more complex templates that still only use one invoke of a Lua module.

Χρήση[επεξεργασία κώδικα]

σύζυγος (P26) for Ρίτσαρντ Μπάρτον (Q151973)
{{If then show|{{#invoke:WikidataIB|getValue|P26|qid=Q151973|fwd=ALL|osd=no}}|unmarried}}Ελίζαμπεθ Τέιλορ, Σίμπιλ Κρίστοφερ, Σούζι Χαντ, Ελίζαμπεθ Τέιλορ, Σάλι Μπάρτον Edit this on Wikidata
σύζυγος (P26) for Φραντς Κάφκα (Q905)
{{If then show|{{#invoke:WikidataIB|getValue|P26|qid=Q905|fwd=ALL|osd=no}}|unmarried}} → unmarried

Prefix and suffix[επεξεργασία κώδικα]

Infobox field with microformat[επεξεργασία κώδικα]

A value in an infobox can be designed to be wrapped in a microformat if the wikidata call is not empty:

{{if then show | {{#invoke:WikidataIB | getValue | rank=best |P19 |name=birth_place |qid={{{qid|}}} |suppressfields={{{suppressfields|}}} |fetchwikidata={{{fetchwikidata|}}} |noicon={{{noicon|}}} | {{{birth_place|}}} }} || <span class="birthplace"> | </span>}}
If there is a local parameter supplied in the article (e.g. |birth_place=London), the code will return <span class="birthplace">London</span>.
If there is no local parameter it will attempt to fetch a value for τόπος γέννησης (P19) from Wikidata.
If that has a value, such as "New York", the code will return <span class="birthplace">New York</span>.
If there is no value returned from Wikidata, the code returns nothing.

Table[επεξεργασία κώδικα]

A table can be designed to display a row only when a particular property of the article exists on Wikidata.

σύζυγος (P26) for Ρίτσαρντ Μπάρτον (Q151973)
{| class="wikitable"
|-
! scope="col" style="width:15em;" | Label
! scope="col" style="width:36em;" | Value
{{If then show|{{#invoke:WikidataIB|getValue|P26|qid=Q151973|fwd=ALL|osd=no}}||<tr><th>{{#invoke:WikidataIB|getLabel|P26|qid=Q151973}}</th><td>|</td></tr>}}
|}
Label Value
σύζυγοςΕλίζαμπεθ Τέιλορ, Σίμπιλ Κρίστοφερ, Σούζι Χαντ, Ελίζαμπεθ Τέιλορ, Σάλι Μπάρτον Edit this on Wikidata
σύζυγος (P26) for Φραντς Κάφκα (Q905)
{| class="wikitable"
|-
! scope="col" style="width:15em;" | Label
! scope="col" style="width:36em;" | Value
{{If then show|{{#invoke:WikidataIB|getValue|P26|qid=Q905|fwd=ALL|osd=no}}||<tr><th>{{#invoke:WikidataIB|getLabel|P26|qid=Q905}}</th><td>|</td></tr>}}
|}
Label Value

Δείτε επίσης[επεξεργασία κώδικα]