Freebase Query with Table Template
From Ascii20
| Blade Runner | |
|---|---|
|
| |
| Property | Value |
| Release Date | 1982-06-25 |
| Director | Ridley Scott |
| Actors |
Harrison Ford |
You can create templates, which encapsulate MQL Queries and format the output using MediaWiki Templates. This allows typical users to present structured data on their wiki page without ever having to know how Freebase or MQL works.
To generate the table on the right, I simply included wiki markup like:
{{fbmovie | /topic/en/blade_runner }}
|
Setting up templates like this is actually very easy. All you need is a MQL query that will get the results you are interested in and a bit of knowledge about wiki markup. You can see the template itself at: Template:Fbmovie

