टेम्पलेट:Quicktemplates: रिवीजन सभ के बीचा में अंतर

Content deleted Content added
छो Bot: Migrating 1 langlinks, now provided by Wikidata on d:q14466285
छो Bot: Replace deprecated <source> tag and "enclose" parameter [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html]
 
लाइन 10:
==== [[Help:Files|Image]] ====
|-
|<sourcesyntaxhighlight lang="moin">[[File: | thumb | 250px | upright | right | alt= | caption ]]</sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 17:
==== [[Template:Cite web|Cite Web]] ====
|-
|<sourcesyntaxhighlight lang="xml+smarty"><ref>{{cite web
|url=
|title=
लाइन 25:
|publisher=
|accessdate=
}}</ref></sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 32:
==== [[Template:Cite journal|Cite Journal]] ====
|-
|<sourcesyntaxhighlight lang="xml+smarty"><ref>{{cite journal
|last1=
|first1=
लाइन 46:
|doi=
|url=
|accessdate= }}</ref></sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 53:
==== [[Template:Cite book|Cite Book (Short)]] ====
|-
|<sourcesyntaxhighlight lang="xml+smarty"><ref>{{cite book
|last =
|first =
लाइन 63:
|doi =
|isbn =
}}</ref></sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 70:
====[[Template:Cite book|Cite Book (Extended)]] ====
|-
|<sourcesyntaxhighlight lang="xml+smarty"><ref>{{cite book
| last =
| first =
लाइन 92:
| pages =
| chapter =
}}</ref></sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 99:
==== [[Template:Convert|Metric Conversions]] ====
|-
|Single Input:<sourcesyntaxhighlight lang="xml+smarty">
{{convert|original_value|original_unit|conversion_unit|abbr=on}}</sourcesyntaxhighlight>
Range of Values:<sourcesyntaxhighlight lang="xml+smarty">
{{convert|orig_val1|range|orig_val2|original_unit|conversion_unit|abbr=on}}</sourcesyntaxhighlight>
EXAMPLES:<sourcesyntaxhighlight lang="xml+smarty">
{{convert|60|and|170|kg|lb|abbr=on}}
{{convert|18|°C|°F}}
{{convert|3.21|kg|lb}}</sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 180:
==== [[Wikipedia:Citing sources#Footnotes|Recalling Named Reference]] ====
|-
|<sourcesyntaxhighlight lang="xml"><ref name="NAMEOFREF" /></sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 187:
====[[Template:Quote|Quote]] ====
|-
|<sourcesyntaxhighlight lang="smarty">{{quote| text =| sign =}}</sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 194:
====[[Template:Blockquote|Blockquote]] ====
|-
|<sourcesyntaxhighlight lang="html"><blockquote>
<p>QUOTED PARAGRAPH</p>
<p>NAME, SOURCE, REFERENCE</p>
</blockquote></sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 205:
|-
|<small>(This page is about USE1. For other uses, see About (disambiguation).)</small><br/>
<sourcesyntaxhighlight lang="smarty">{{About|USE1}}</sourcesyntaxhighlight>
|-
|<small>(This page is about USE1. For other uses, see PAGE2.)</small><br/>
<sourcesyntaxhighlight lang="smarty">{{About|USE1||PAGE2}}</sourcesyntaxhighlight>
|-
|<small>(This page is about USE1. For USE2, see PAGE2.)</small><br/>
<sourcesyntaxhighlight lang="smarty">{{About|USE1|USE2|PAGE2}}</sourcesyntaxhighlight>
|-
|<small>(This page is about USE1. For USE2, see PAGE2. For USE3, see PAGE3. For USE4, see PAGE4. For USE5, see PAGE5.)</small><br/>
<sourcesyntaxhighlight lang="smarty">{{About|USE1|USE2|PAGE2|USE3|PAGE3|USE4|PAGE4|USE5|PAGE5}}</sourcesyntaxhighlight>
|-
|}
लाइन 222:
====[[Help:Table|Table (Borderless)]] ====
|-
|<sourcesyntaxhighlight lang="css">{|
|-
! scope="col" width="width:20em;" |COLUMN1
लाइन 233:
|ROW2/COL2
|-
|}</sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 240:
====[[Help:Table|Table Style 1]] ====
|-
|<sourcesyntaxhighlight lang="css">{| border="1" cellpadding="2"
|----
! scope="col" width="width:20em;" |COLUMN1
लाइन 251:
|ROW2/COL2
|----
|}</sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 258:
====[[Help:Wikitable|Table Style 2 (Wikitable)]] ====
|-
|<sourcesyntaxhighlight lang="css">{| class="wikitable" style="text-align: left;"
|-
! style="width:20em;" |COLUMN1
लाइन 269:
|ROW2/COL2
|-
|}</sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 277:
====[[Help:Collapsing|Collapsible Table, Default: Collapsed]] ====
|-
|<sourcesyntaxhighlight lang="css">{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
|-
! style="width:20em;" |COLUMN1
लाइन 288:
|ROW2/COL2
|-
|}</sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 295:
====[[Help:Columns|Columns]] ====
|-
|<sourcesyntaxhighlight lang="smarty">{{col-begin|width=100%}}
{{col-break|width=}}
{{col-end}}</sourcesyntaxhighlight>
|}
{| class="wikitable collapsible collapsed" style="text-align: left;margin:0px;"
लाइन 344:
{| class="wikitable" style="text-align: left;margin:0px;"
|-
| <sourcesyntaxhighlight lang="moin">
* {{subst:uw-vandalism1|PageName}} ~~~~ (unintentional vandalism/test)
* {{subst:uw-delete1|PageName}} ~~~~ (unintentional removal of content)
लाइन 355:
* {{subst:uw-vandalism4im|PageName}} ~~~~ (only warning; for severe or grotesque vandalism only)
* {{subst:uw-delete4im|PageName}} ~~~~ (only warning; for many blankings in a short period of time)
</syntaxhighlight>
</source>
|}
|}
लाइन 363:
====[[Template:Rp|Page Citation]] ====
|-
|<sourcesyntaxhighlight lang="smarty">{{rp|page=}}</sourcesyntaxhighlight>
|}
|}<noinclude>