Difference between revisions of "Template:Quotation"

From Let's Play Webtoon Wikipedia
Jump to: navigation, search
Line 1: Line 1:
<blockquote class="templatequote">
+
<templatedata>
<p>Quote text.</p>
+
{
<div class="templatequotecite"><cite>—Author, Source</cite></div>
+
  "description": "insert description here",
</blockquote>
+
  "params": {
 +
    "1": {
 +
      "label": "Quoted material",
 +
      "description": "",
 +
      "type": "string",
 +
      "required": true
 +
    },
 +
    "2": {
 +
      "label": "Author",
 +
      "description": "",
 +
      "type": "string",
 +
      "required": false
 +
    },
 +
    "3": {
 +
      "label": "Title",
 +
      "description": "",
 +
      "type": "string",
 +
      "required": false
 +
    },
 +
    "4": {
 +
      "label": "Publication",
 +
      "description": "Use <ref> and {{Cite book}} etc.",
 +
      "type": "string",
 +
      "required": false
 +
    }
 +
  }
 +
}
 +
</templatedata>

Revision as of 02:40, 8 August 2018

<templatedata> {

 "description": "insert description here",
 "params": {
   "1": {
     "label": "Quoted material",
     "description": "",
     "type": "string",
     "required": true
   },
   "2": {
     "label": "Author",
     "description": "",
     "type": "string",
     "required": false
   },
   "3": {
     "label": "Title",
     "description": "",
     "type": "string",
     "required": false
   },
   "4": {
     "label": "Publication",
     "description": "Use <ref> and Template:Cite book etc.",
     "type": "string",
     "required": false
   }
 }

} </templatedata>