Template:Restaurant: Difference between revisions

'''Veganwiki.info''': community project to create the biggest resource for and by vegans and vegetarians under a free license.
No edit summary
No edit summary
Line 1: Line 1:
* '''{{{name}}}'''{{#if: {{{review|}}}|  - {{{review|}}}}}{{#if: {{{address|}}}|, {{{address|}}}}}{{#if: {{{last checked|}}}|, ''{{{last checked|}}}''}}{{#if: {{{website|}}}|, {{{website|}}}}}
<noinclude>
This is the "Restaurant" template.
It should be called in the following format:
<pre>
{{Restaurant
|address=
|coordinates=
|last checked=
|website=
|reviews=
|city=
}}
</pre>
Edit the page to see the template text.
</noinclude><includeonly>
==address==
[[address::{{{address|}}}]]
 
==coordinates==
[[coordinates::{{{coordinates|}}}]]
 
==last checked==
[[last checked::{{{last checked|}}}]]
 
==website==
[[website::{{{website|}}}]]
 
==reviews==
{{#arraymap:{{{reviews|}}}|,|x|[[review::x]]}}
 
==city==
[[city::{{{city|}}}]]
 
[[Category:Restaurants]]
</includeonly>

Revision as of 14:36, 19 May 2013

This is the "Restaurant" template. It should be called in the following format:

{{Restaurant
|address=
|coordinates=
|last checked=
|website=
|reviews=
|city=
}}

Edit the page to see the template text.