Template:Quote: Difference between revisions

Added templatedata to give names parameters because some pillock decided to name them "1", "2", and "3"
imported>2pentz
(Created page with "<includeonly>{| style="background:transparent" |- {{ #if: {{{3|}}} | {{!}} {{ #if: {{{2|}}} | rowspan="2" {{!}} }} [[File:{{{3}}}|64px]] }} | style="color: #b2b7f2; font-size: 3.3em; font-family: 'Times New Roman',serif; font-weight: bold; padding: 4px 2px 2px; width: 0.5em; vertical-align: top;" | “ | ''{{{1}}}'' | style="color: #b2b7f2; font-size: 3.3em; font-family: 'Times New Roman',serif; font-weight: bold; padding: 4px 2px 2px; width: 0.5em; vertical-align: botto...")
imported>DaWhiteLouise
(Added templatedata to give names parameters because some pillock decided to name them "1", "2", and "3")
Line 10: Line 10:
{{!}} style="text-align: right;" {{!}} <small>~ {{{2}}}</small>
{{!}} style="text-align: right;" {{!}} <small>~ {{{2}}}</small>
{{!}} <!-- empty cell to prevent potential rendering issues --> }}
{{!}} <!-- empty cell to prevent potential rendering issues --> }}
|}</includeonly><noinclude>Usage:<pre>{{Quote|quoted|source|image}}</pre>[[Category:Templates]]</noinclude>
|}</includeonly><noinclude>Usage:<pre>{{Quote|quoted|source|image}}</pre>[[Category:Templates]]<templatedata>
{
"params": {
"1": {
"label": "Quote"
},
"2": {
"label": "Author",
"example": "Daniel Larson"
},
"3": {
"label": "Image",
"example": "Image.png"
}
}
}
</templatedata></noinclude>