Difference between revisions of "Template:Dump/doc"
Jump to navigation
Jump to search
imported>Was a bee |
imported>Was a bee |
||
| Line 11: | Line 11: | ||
|- | |- | ||
| style ="width:400px; vertical-align: top;"|[[File:Wikidata Q42 screenshot 2018-06-10.png|400px]] | | style ="width:400px; vertical-align: top;"|[[File:Wikidata Q42 screenshot 2018-06-10.png|400px]] | ||
| − | | style ="width:500px; vertical-align: top;"|{{Dump| | + | | style ="width:500px; vertical-align: top;"|{{Dump|id=Q42|width=500px|height=400px}} |
|- | |- | ||
| style ="width:400px; vertical-align: top;"|Wikidata item page interface displayed when accessed by browser. The example item is {{Q|Q42}}. | | style ="width:400px; vertical-align: top;"|Wikidata item page interface displayed when accessed by browser. The example item is {{Q|Q42}}. | ||
| style ="width:500px; vertical-align: top;"|Raw data of the same item page in [[JSON]]-like format (for details, see [[:mw:Wikibase/DataModel/JSON]]) rendered by the code <code><nowiki>{{Dump|id=Q42}}</nowiki></code>. Real JSON format data is accessible through URL https://www.wikidata.org/wiki/Special:EntityData/Q42.json. | | style ="width:500px; vertical-align: top;"|Raw data of the same item page in [[JSON]]-like format (for details, see [[:mw:Wikibase/DataModel/JSON]]) rendered by the code <code><nowiki>{{Dump|id=Q42}}</nowiki></code>. Real JSON format data is accessible through URL https://www.wikidata.org/wiki/Special:EntityData/Q42.json. | ||
| + | |} | ||
| + | |||
| + | {| class="wikitable" | ||
| + | ! style ="width:500px;" | Template usage | ||
| + | ! style ="width:400px;" | Result | ||
| + | |- | ||
| + | | style ="width:500px; vertical-align: top;"|[[File:Wikidata_Dump_function.svg|500px]] | ||
| + | | style ="width:400px; vertical-align: top;"|{{Dump|id=Q42|claims|P856|1|mainsnak|width=400px|height=300px}} | ||
| + | |- | ||
| + | | style ="width:500px; vertical-align: top;"|Whole raw data is vert long. This template provides function to render specific part of the tree. | ||
| + | | style ="width:400px; vertical-align: top;"|Partial tree rendered by the code <code><nowiki>{{Dump|id=Q42|claims|P856|1|mainsnak}}</nowiki></code>. | ||
|} | |} | ||
Revision as of 13:35, 10 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.
Contents
Function
This template renders raw data of Wikidata item page in JSON-like format (for details, see mw:Wikibase/DataModel/JSON) by using Lua function mw.dumpObject.
| Browser interface for 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 same item page in JSON-like format (for details, see mw:Wikibase/DataModel/JSON) rendered by the code {{Dump|id=Q42}}. Real JSON format data is accessible through URL https://www.wikidata.org/wiki/Special:EntityData/Q42.json.
|
| Template usage | Result |
|---|---|
| 500px | Lua error in Module:Sandbox/Was_a_bee/Dump at line 13: attempt to index field 'wikibase' (a nil value). |
| Whole raw data is vert long. This template provides function to render specific part of the tree. | Partial tree rendered by the code {{Dump|id=Q42|claims|P856|1|mainsnak}}.
|
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}}
See also