Template:Newsletter View history

imported>Chayakra
(Created page with "<noinclude> This is a template for using the Waze community newsletter Fields: * Image: <nowiki>{{{image|}}}</nowiki> * Title: <nowiki>{{{title|}}}</nowiki> * Content: <nowiki...")
 
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 6: Line 6:
* Content: <nowiki>{{{content|}}}</nowiki>
* Content: <nowiki>{{{content|}}}</nowiki>
* Button label: <nowiki>{{{button link|}}}</nowiki>
* Button label: <nowiki>{{{button link|}}}</nowiki>
{{#cargo_declare:
_table = newsletter
|image=File
|title=String
|date=Date
|content=Wikitext
|color=String
}}
</noinclude>
</noinclude>
<includeonly>
<includeonly>
Line 14: Line 22:
|color={{{color|#66CAFA}}}
|color={{{color|#66CAFA}}}
}}
}}
<div style="height:30px"></div>
{{{newsletterSections|}}}  
{{{newsletterSections
|image={{{image|}}}
|title={{{title|}}}
|content={{{content|}}}
|button link={{{button link|}}}
|button text={{{button text|}}}
|}}}  
<span style="display:none;">{{#default_form:newsletter}}</span>
<span style="display:none;">{{#default_form:newsletter}}</span>
[[category:Newsletter]]{{#arraymap: {{{categories|}}}|;|xx|[[category:xx]]||}}
[[category:Newsletter]]{{#arraymap: {{{categories|}}}|;|xx|[[category:xx]]||}}
<div class="div-section-newsletter" style="background-color: white">
<div class="div-section-newsletter" style="background-color: white">
<div class="go-to-top">
<div class="go-to-top">
[[File:Combined_Shape.png|14px]] [[#top|Back to top]]
[[File:Combined Shape.png|14px]] [[#top|Back to top]]
<hr style="margin-left:40px">
<hr>
</div>
</div>
{{newsletterFooter}}
{{newsletterFooter}}
</div>
</div>
{{#cargo_store:
_table = newsletter
|image={{{image|}}}
|title={{{title|}}}
|date={{{date|}}}
|content={{{content|}}}
|color={{{color|#66CAFA}}}
}}
</includeonly>
</includeonly>

Latest revision as of 10:00, 16 November 2022

This is a template for using the Waze community newsletter Fields:

  • Image: {{{image|}}}
  • Title: {{{title|}}}
  • Content: {{{content|}}}
  • Button label: {{{button link|}}}

This template defines the table "newsletter". View table.