Difference between revisions of "Template:Quote/doc"

From skaldsong companion
(Created page with "Our research study, based upon the raving reviews from genuine clients, found that these 3 brands in the below are the ones that appreciated in the market. The compound has ac...")
 
m (1 revision imported)
 
Line 1: Line 1:
Our research study, based upon the raving reviews from genuine clients, found that these 3 brands in the below are the ones that appreciated in the market. The compound has actually been found through substantial study which was conducted on pure garcinia cambogia essence to have a much garcinia cambogia pure extract ([http://del.icio.us/premiumgc simply click the following webpage]) better understanding as well as study of the substance that has actually verified to have actually unlocked new frontiers in the field of clinical science that can help people in decreasing their weight in a effective and also entirely natural  way without undertaking much problem.<br><br>Don't obtain fooled by lower effectiveness Garcinia cambogia extract Pure 1500mg or 50 HCA Our 100% NATURAL, PREMIUM mix of Pure Garcinia cambogia extract components are as follows: 1 Portion (2 Easy-to-swallow Vegetable Capsules) Main FAT BURNING/APPETITE SUBDUING Components: Garcinia cambogia extract (Fruit Skin) Remove (60% HCA) 1600mg (800mg each capsule - 60% greater than our competitors) Potassium 80mg to sustain weight-loss.<br><br>However, over the flow of time and remembering the numerous number of frauds that have actually occurred amongst consumers who plan to acquire premium garcinia cambogia essence, but were given with garcinia cambogia essence products which were of sub-standard top quality a set of standards has been formulated that means to aid consumers in choosing the best sort of item when they want to get all-natural garcinia cambogia essence.<br><br>Outcomes will certainly always differ for individuals, depending upon the person's physical problem, lifestyle, and diet regimen. This research was not completed on any certain brand name (Pure Garcinia cambogia extract Elite, Garcinia Cambogia Plus, Tropical Garcinia cambogia extract, Purely Motivated Garcinia cambogia extract), but results are likely the same for this ingredient across all items.<br><br>No, you don't need to work out when you utilize garcinia cambogia for weight loss, yet you ought to take into consideration including physical fitness to make the most of results. Inning accordance with researchers, the dosage of Garcinia cambogia considered harmful for human usage exceeds 5000mg. The unequalled benefits of Garcinia cambogia extract can now be availed form the extracts readily available in the marketplace as they catch all the benefits of this sour fruit in every dose. Outcomes with garcinia cambogia is primarily dependent on the high quality of the garcinia cambogia essence you get. It doesn't have any kind of binders or fillers and includes a healthy mix of potassium and calcium salts for maximum absorption of the HCA. Scientific researches were additionally carried out to results and also human beings exposed that it offers a sensation of volume or satiation, therefore eat much less.<br><br>Garcinia Cambogia appeared to target that fat solely, which was a win-win for me as I really did not want to lose any from my breast or butt. Label needs to contain GC on it - Be sure to only buy supplements that are in bottles with tags that state Garcinia Cambogia on the label. The ideal use Garcinia cambogia extract in addition to drug would certainly result in reduced blood glucose as well as LDL levels as well. It's rarely you could find something that helps you reduce weight without transforming your diet or exercise habits, however Garcinia Cambogia seems to do just that. This occurs as the remove promotes the endocrine system to produce more serotonin.<br><br>Finest Diets 2017 has taken the effort to bring you the most comprehensive evaluation on Garcinia Cambogia Pure Extract available.. There are 2 important professional tests carried out to confirm the efficiency of Garcinia Cambogia (with HCA degrees of 95%). Authentic Garcinia cambogia extract has actually been noted to have been 'well tolerated' for approximately 12 weeks in human tests.
+
{{Documentation subpage}}
 +
 
 +
{{For|linking a subject to a collection of quotes on [[Wikiquote]]|Template:Wikiquote}}
 +
 
 +
== Usage ==
 +
 
 +
{{tlx|Quote}} adds a [[block quotation]] to an article page.
 +
 
 +
This is easier to type and more wiki-like than the equivalent [[HTML]] {{tag|blockquote}} tags, and has additional pre-formatted attribution and source parameters. <!-- THIS WORKAROUND FAILED; see talk page and its archives. New workaround provided hereafter. It also contains a workaround for [[Bugzilla:6200]], which means you don't need to type {{tag|p}} tags manually. -->
 +
 
 +
'''Note:''' Block quotes do not normally contain quotation marks. See [[MOS:QUOTE]].
 +
 
 +
=== Synopsis ===
 +
 
 +
;Unnamed (positional) parameters
 +
<code><nowiki>{{quote|phrase|person|source}}</nowiki></code>
 +
This markup will fail if any parameter contains an equals sign (=).
 +
 
 +
;Numbered (positional) parameters
 +
<code><nowiki>{{quote|1=phrase|2=person|3=source}}</nowiki></code>
 +
 
 +
;Named parameters
 +
<code><nowiki>{{quote|text=phrase|sign=person|source=source}}</nowiki></code>
 +
 
 +
=== Example ===
 +
 
 +
;Wikitext:
 +
<code><nowiki>{{Quote|text=Cry "Havoc" and let slip the dogs of war.|sign=[[William Shakespeare]]|source=''[[Julius Caesar (play)|Julius Caesar]]'', act III, scene I}}</nowiki></code>
 +
 
 +
;Result:
 +
{{Quote|text=Cry "Havoc" and let slip the dogs of war.|sign=[[William Shakespeare]]|source=''[[Julius Caesar (play)|Julius Caesar]]'', act III, scene I}}
 +
 
 +
=== Restrictions ===
 +
 
 +
If you do not provide quoted text, the template generates a parser error message, which will appear in red text in the rendered page.
 +
 
 +
If any parameter's actual value contains an [[equals sign]] (=), you '''''must''''' use named parameters. (The equals sign gets interpreted as a named parameter otherwise.)
 +
 
 +
If any parameter's actual value contains characters used for wiki markup syntax (such as [[vertical bar|pipe]], [[brackets]], single quotation marks, etc.), you may need to escape it. See [[Template:!]] and friends.
 +
 
 +
Be wary of URLs which contain restricted characters. The equals sign is especially common.
 +
 
 +
=== Multiple paragraphs ===
 +
 
 +
{{Blockquote paragraphs}}
 +
 
 +
== TemplateData ==
 +
{{TemplateDataHeader}}
 +
<templatedata>{
 +
  "description": "Adds a block quotation.",
 +
  "params": {
 +
    "text": {
 +
      "label": "text",
 +
      "description": "The text to quote",
 +
      "type": "string",
 +
      "required": false,
 +
      "aliases": [ "1", "quote" ]
 +
    },
 +
    "sign": {
 +
      "label": "sign",
 +
      "description": "The person who is being quoted",
 +
      "type": "string",
 +
      "required": false,
 +
      "aliases": [ "2", "cite" ]
 +
    },
 +
    "source": {
 +
      "label": "source",
 +
      "description": "A source for the quote",
 +
      "type": "string",
 +
      "required": false,
 +
      "aliases": [ "3" ]
 +
    }
 +
  }
 +
}</templatedata>
 +
 
 +
== See also ==
 +
{{Quotation templates see also}}
 +
 
 +
<includeonly>
 +
<!-- ADD CATEGORIES AFTER THIS LINE -->
 +
[[Category:Quotation templates|Quote]]
 +
[[Category:Semantic markup templates]]
 +
[[ar:قالب:اقتباس]]
 +
[[as:Template:Quote]]
 +
[[bg:Шаблон:Цитат]]
 +
[[ca:Plantilla:Citació]]
 +
[[cs:Šablona:Citace]]
 +
[[cy:Nodyn:Dyfyniad]]
 +
[[da:Skabelon:Citat]]
 +
[[de:Vorlage:Zitat]]
 +
[[dsb:Pśedłoga:Citat]]
 +
[[es:Plantilla:Cita]]
 +
[[eo:Ŝablono:Citaĵo]]
 +
[[eu:Txantiloi:Aipua]]
 +
[[fa:الگو:نقل قول]]
 +
[[fi:Malline:Cquote]]
 +
[[fr:modèle:citation]]
 +
[[gl:Modelo:Cita]]
 +
[[gu:ઢાંચો:ઉક્તિ]]
 +
[[he:Template:ציטוט]]
 +
[[hi:साँचा:Quote]]
 +
[[hsb:Předłoha:Citat]]
 +
[[hu:Sablon:Idézet]]
 +
[[hy:Կաղապար:Քաղվածք]]
 +
[[id:Templat:Quote]]
 +
[[is:Snið:Tilvitnun]]
 +
[[it:Template:quote]]
 +
[[ja:Template:Quote]]
 +
[[ka:თარგი:ციტირება]]
 +
[[kk:Үлгі:Cquote]]
 +
[[ky:Калып:Цитата]]
 +
[[la:Formula:Locus]]
 +
[[lv:Veidne:Quotation]]
 +
[[mwl:Modelo:Quote]]
 +
[[no:Mal:Sitat]]
 +
[[os:Хуызæг:Cquote]]
 +
[[pl:Szablon:Cytat]]
 +
[[pt:Predefinição:Quote]]
 +
[[ro:Format:Cquote]]
 +
[[ru:Шаблон:Цитата]]
 +
[[sco:Template:Quote]]
 +
[[sh:Šablon:Citat]]
 +
[[sk:Šablóna:Citát]]
 +
[[sl:Predloga:Citatni blok]]
 +
[[sv:Mall:Citat]]
 +
</includeonly>

Latest revision as of 01:26, 5 November 2019

{{#ifeq:doc |doc

    | 

{{#ifeq:show |show

         | Template:Mbox
        }}{{#if: |
         |   {{#ifexist:Template:Quote
                  | [[Category:{{#switch:Template |Template=Template |Module=Module |User=User |#default=Wikipedia}} documentation pages]]
                  |
                 }}
        }}
    | 
   }}

{{#switch:<translate></translate> | =

| #default=

 Script error: No such module "Template translation".

}}

Usage

{{[[{{#if:|{{{SISTER}}}Template|Template}}:Quote|Quote]]{{#if:||{{{2}}}}}{{#if:||{{{3}}}}}{{#if:||{{{4}}}}}{{#if:||{{{5}}}}}{{#if:||{{{6}}}}}{{#if:||{{{7}}}}}{{#if:||...}}}} adds a block quotation to an article page.

This is easier to type and more wiki-like than the equivalent HTML {{#if:|

|

}}{{#switch:pair

|c|close  = 
|s|single
|o|open
|p|pair   = <blockquote{{#if:| {{{params}}}}}

}}{{#switch:pair

|c|close  = 
|s|single =  />
|o|open   = >
|p|pair   = >...

}}{{#switch:pair

|s|single
|o|open   = 
|c|close
|p|pair   = </blockquote>

}}{{#if:|

|

}} tags, and has additional pre-formatted attribution and source parameters.

Note: Block quotes do not normally contain quotation marks. See MOS:QUOTE.

Synopsis

Unnamed (positional) parameters

{{quote|phrase|person|source}} This markup will fail if any parameter contains an equals sign (=).

Numbered (positional) parameters

{{quote|1=phrase|2=person|3=source}}

Named parameters

{{quote|text=phrase|sign=person|source=source}}

Example

Wikitext

{{Quote|text=Cry "Havoc" and let slip the dogs of war.|sign=[[William Shakespeare]]|source=''[[Julius Caesar (play)|Julius Caesar]]'', act III, scene I}}

Result
Cry "Havoc" and let slip the dogs of war.
{{#if:William Shakespeare |
William Shakespeare{{#if:Julius Caesar, act III, scene I

|, Julius Caesar, act III, scene I

}}
}}

Restrictions

If you do not provide quoted text, the template generates a parser error message, which will appear in red text in the rendered page.

If any parameter's actual value contains an equals sign (=), you must use named parameters. (The equals sign gets interpreted as a named parameter otherwise.)

If any parameter's actual value contains characters used for wiki markup syntax (such as pipe, brackets, single quotation marks, etc.), you may need to escape it. See Template:! and friends.

Be wary of URLs which contain restricted characters. The equals sign is especially common.

Multiple paragraphs

The {{#if:|

|

}}{{#switch:o

|c|close  = 
|s|single
|o|open
|p|pair   = <blockquote{{#if:| {{{params}}}}}

}}{{#switch:o

|c|close  = 
|s|single =  />
|o|open   = >
|p|pair   = >...

}}{{#switch:o

|s|single
|o|open   = 
|c|close
|p|pair   = </blockquote>

}}{{#if:|

|

}} element and any templates that use it do not honor newlines:

{{#if: | |+ {{{title}}}}} {{#if: || ! style="width:50%" scope="col" | Markup}} {{#if: || ! style="width:50%" scope="col" | Renders as}}{{#if: <blockquote> Line 1 Line 2 Line 3 Line 4 </blockquote>

<blockquote>
Line 1
Line 2
Line 3
Line 4
</blockquote>

Line 1 Line 2 Line 3 Line 4

}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}

To resolve this, use the {{#switch:pair

|c|close  = 
|s|single
|o|open
|p|pair   = <{{#switch:poem
|categorytree={{#ifeq:Extension:CategoryTree|
 |

}}categorytree{{#ifeq:Extension:CategoryTree|

 |

}}

|charinsert={{#ifeq:Extension:CharInsert|
 |

}}charinsert{{#ifeq:Extension:CharInsert|

 |

}}

|gallery={{#ifeq:Help:Gallery tag|
 |

}}gallery{{#ifeq:Help:Gallery tag|

 |

}}

|hiero={{#ifeq:Extension:WikiHiero|
 |

}}hiero{{#ifeq:Extension:WikiHiero|

 |

}}

|imagemap={{#ifeq:Extension:ImageMap|
 |

}}imagemap{{#ifeq:Extension:ImageMap|

 |

}}

|inputbox={{#ifeq:Extension:InputBox|
 |

}}inputbox{{#ifeq:Extension:InputBox|

 |

}}

|math={{#ifeq:Extension:Math|
 |

}}math{{#ifeq:Extension:Math|

 |

}}

|nowiki={{#ifeq:Help:Nowiki|
 |

}}nowiki{{#ifeq:Help:Nowiki|

 |

}}

|poem={{#ifeq:Extension:Poem|
 |

}}poem{{#ifeq:Extension:Poem|

 |

}}

|pre=pre
|ref={{#ifeq:Extension:Cite/Cite.php|
 |

}}ref{{#ifeq:Extension:Cite/Cite.php|

 |

}}

|references={{#ifeq:Extension:Cite/Cite.php|
 |

}}references{{#ifeq:Extension:Cite/Cite.php|

 |

}}

|section={{#ifeq:Extension:Labeled Section Transclusion|
 |

}}section{{#ifeq:Extension:Labeled Section Transclusion|

 |

}}

|score={{#ifeq:Help:Score|
 |

}}score{{#ifeq:Help:Score|

 |

}}

|source={{#ifeq:Extension:SyntaxHighlight|
 |

}}source{{#ifeq:Extension:SyntaxHighlight|

 |

}}

|syntaxhighlight={{#ifeq:Extension:SyntaxHighlight|
 |

}}syntaxhighlight{{#ifeq:Extension:SyntaxHighlight|

 |

}}

|templatedata=templatedata
|timeline={{#ifeq:Extension:EasyTimeline|
 |

}}timeline{{#ifeq:Extension:EasyTimeline|

 |

}}

|#default=tag

}}{{#if:| {{{params}}}}} }}{{#switch:open

|c|close  = 
|s|single =  />
|o|open   = >
|p|pair   = >...

}}{{#switch:open

|s|single
|o|open   = 
|c|close
|p|pair   = </poem>

}} tag inside {{#if:|

|

}}{{#switch:o

|c|close  = 
|s|single
|o|open
|p|pair   = <blockquote{{#if:| {{{params}}}}}

}}{{#switch:o

|c|close  = 
|s|single =  />
|o|open   = >
|p|pair   = >...

}}{{#switch:o

|s|single
|o|open   = 
|c|close
|p|pair   = </blockquote>

}}{{#if:|

|

}}:

{{#if: | |+ {{{title}}}}} {{#if: || ! style="width:50%" scope="col" | Markup}} {{#if: || ! style="width:50%" scope="col" | Renders as}}{{#if: <blockquote><poem> Line 1 Line 2 Line 3 Line 4 </poem></blockquote>

<blockquote><poem>
Line 1
Line 2
Line 3
Line 4
</poem></blockquote>
<poem>

Line 1 Line 2 Line 3 Line 4

</poem>

}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}{{#if: |


}}

TemplateData

{{#if:| |This is the TemplateData documentation for this template used by VisualEditor and other tools.}}

Quote

{{#ifeq:doc|sandbox||

}} <templatedata>{

 "description": "Adds a block quotation.",
 "params": {
   "text": {
     "label": "text",
     "description": "The text to quote",
     "type": "string",
     "required": false,
     "aliases": [ "1", "quote" ]
   },
   "sign": {
     "label": "sign",
     "description": "The person who is being quoted",
     "type": "string",
     "required": false,
     "aliases": [ "2", "cite" ]
   },
   "source": {
     "label": "source",
     "description": "A source for the quote",
     "type": "string",
     "required": false,
     "aliases": [ "3" ]
   }
 }

}</templatedata>

See also

Similar templates comparison: