Difference between pages "Template:Event Calendar Item" and "Template:Fancynote/Doc"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
<noinclude>
== Example and Usage ==
This is the "Event Calendar Item" template.
Example:
</noinclude><includeonly>
<pre>
{| style="width:100%;"! style="width: 110px; text-align: left; vertical-align: middle;" |Event:
{{Fancynote| Note }}
| style="text-align: left;" colspan="3"|{{{event}}}
</pre>
|-
 
! style="width: 110px; text-align: left; vertical-align: middle;" | Start:
Will produce:
| {{{start|}}}
{{Fancynote| Note }}
! style="width: 110px; text-align: left; vertical-align: middle;" | End:
 
| {{{end|}}}
== See also ==
|-
* [[Template:Fancywarning]]
! style="text-align: left;"| Type:
* [[Template:Fancytip]]
| style="text-align: left;"| {{{type|}}}
* [[Template:Fancyimportant]]
! style="width: 80px; text-align: left; vertical-align: middle;" | Location:
| {{{location|}}}
|-
! style="width: 110px; text-align: left; vertical-align: top;" | Description:
| style="text-align: left;" colspan="3" | {{{description|}}}
|-
! style="width: 110px; text-align: left; vertical-align: middle;" |
| style="text-align: right;" colspan="3" | [[Funtoo Events|Other events]]
|} __NOFACTBOX__
[[Page has default form::Event Calendar Item| ]]  
{{#subobject:
|Has event={{{event|}}}
|Has event start={{{start|}}}
|Has event end={{{end|}}}
|Has event type={{{type|}}}
|Has event location={{{location|}}}
|Has event icon={{#switch: {{{type|}}}|Meeting =File:Event-meeting-icon.png|Presentation=File:Event-presentation-icon.png|Talk=File:Event-talk-icon.png }}
|Has event color={{#switch: {{{type|}}}|Meeting=#E9AF32|Presentation=#A0D8F1|Talk=#BF381A|Party=#E07628 }}
|Has event description={{{description|}}}
}}</includeonly>

Latest revision as of 21:18, September 25, 2014

Example and Usage

Example:

{{Fancynote| Note }}

Will produce:

   Note
Note 

See also