Module:Sandbox/RexxS/Iscountry/doc
![]() | This is a documentation subpage for Module:Sandbox/RexxS/Iscountry. It may contain usage information, categories and other content that is not part of the original module page. |
{{Module rating }} Demo routine to determine whether a Wikidata entity is a country.
It takes an entity-id as the parameter |qid=
.
Usage
From wiki-text:
{{#invoke:Sandbox/RexxS/Iscountry|iscountry |qid=entity-id}}
From another module: <syntaxhighlight lang="lua"> local iscountry = require("Module:Sandbox/RexxS/Iscountry)._iscountry" if iscountry(qid) then
...
end </syntaxhighlight>
Examples
For (Q12130)
{{#invoke:Sandbox/RexxS/Iscountry |iscountry |qid=Q12130}}
→
For (Q142)
{{#invoke:Sandbox/RexxS/Iscountry |iscountry |qid=Q142}}
→