Template:Lp-layout-default: Difference between revisions

Content deleted Content added
actually there's no need to wrap simple tables in <html>, which lets us simplify the code a bit more
if country isn't passed, safer to default to ordinary forms as we have more of them.
Line 105:
| country = {{#ifeq: {{{country|US}}}|XX|US|{{{country}}}}}
| appeal = {{{appeal|Appeal-default}}}
| form-countryspecific = {{#ifeq: {{{country|US}}}|US|Form-countryspecific-recurring|{{{form-countryspecific|Form-countryspecific-control}}}}}
}}
</td>