tomayac / wikipedia-tools-for-google-spreadsheets

Wikipedia Tools for Google Spreadsheets — Install:
https://gsuite.google.com/marketplace/app/wikipedia_and_wikidata_tools/595109124715?pann=cwsdp&hl=en
Apache License 2.0
141 stars 32 forks source link

Help with use of WIKIDATAFACTS #22

Closed alexrollin closed 7 years ago

alexrollin commented 7 years ago

Hello! with the WIKIDATAFACTS function, is it possible to grab the taxon common name in Indonesian, shown underlined here in red?

Help with the syntax would be very welcome for both :

image

I don't understand the instructions, and there isn't an example in the docs that uses the string= argument.

image

viswam commented 7 years ago

It is indeed possible. =WIKIDATAFACTS( A1,"first","P1843") where Cell A1 is id:Cipoh_kacat

(or you may enter directly in a single cell like =WIKIDATAFACTS("id:Cipoh_kacat","first","P1843")

This uses three parameters, (the language code:ArticleName), number (order) of the entry to be displayed and the property to be displayed.

However, the help documentation for certain functions such as this, is too short. It will be great if the documentation can be in more detail and descriptive. :)

tomayac commented 7 years ago

Thanks for helping out, @viswam. I have a backlog of open issues that I want to address at some point, so any help with improving the docs is welcome. Here is the to-be-expanded example section. You need to check the file locally to make sure the indentation with the <pre> works fine. I'm closing this very Issue.