Difference between revisions of "Template:Dump/doc"
Jump to navigation
Jump to search
imported>Was a bee m |
imported>Was a bee |
||
| Line 3: | Line 3: | ||
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | ||
This is wrapper template which provides easy access to <code>Dump</code> function defined in [[Module:Wikidata]]. | This is wrapper template which provides easy access to <code>Dump</code> function defined in [[Module:Wikidata]]. | ||
| + | |||
| + | == Function == | ||
| + | This template shows raw data of Wikidata page in [[JSON]] format. | ||
| + | {| class="wikitable" | ||
| + | ! Browser interface of [[:d:Q42|Q42]] | ||
| + | ! style ="width:500px;" | Raw data of [[:d:Q42|Q42]] | ||
| + | |- | ||
| + | | style ="width:400px;"|[[File:Wikidata Q42 screenshot 2018-06-10.png|400px]] | ||
| + | | style ="width:500px;"|{{Dump|title=Douglas Adams|width=500px|height=400px}} | ||
| + | |- | ||
| + | |Wikidata item page interface displayed when accessed by browser. The example item is {{Q|Q42}}. | ||
| + | | style ="width:500px;"|Raw data of the item page. Shown by <code><nowiki>{{Dump|id=Q42}}</nowiki></code>. JSON data is also accessble through URL https://www.wikidata.org/wiki/Special:EntityData/Q42.json. | ||
| + | |} | ||
== Example == | == Example == | ||
| Line 8: | Line 21: | ||
<code><nowiki>{{Dump|title=Douglas Adams|claims|P856|1|mainsnak}}</nowiki></code> | <code><nowiki>{{Dump|title=Douglas Adams|claims|P856|1|mainsnak}}</nowiki></code> | ||
;Output | ;Output | ||
| − | {{Dump|title=Douglas Adams| | + | {{Dump|title=Douglas Adams|claims|P856|1|mainsnak}} |
== Usage == | == Usage == | ||
Revision as of 22:12, 9 June 2018
| 40px | This is a documentation subpage for Template:Dump. It contains usage information, categories and other content that is not part of the original template page. |
| 30px | This template uses Lua: |
This is wrapper template which provides easy access to Dump function defined in Module:Wikidata.
Function
This template shows raw data of Wikidata page in JSON format.
| Browser interface of Q42 | Raw data of Q42 |
|---|---|
| 400px | Lua error in Module:Sandbox/Was_a_bee/Dump at line 13: attempt to index field 'wikibase' (a nil value). |
| Wikidata item page interface displayed when accessed by browser. The example item is Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value). (Q42). | Raw data of the item page. Shown by {{Dump|id=Q42}}. JSON data is also accessble through URL https://www.wikidata.org/wiki/Special:EntityData/Q42.json.
|
Example
- Input
{{Dump|title=Douglas Adams|claims|P856|1|mainsnak}}
- Output
Lua error in Module:Sandbox/Was_a_bee/Dump at line 13: attempt to index field 'wikibase' (a nil value).
Usage
{{Dump}}
{{Dump|id=Q42}}
{{Dump|title=Douglas Adams}}