|
|
| Line 38: |
Line 38: |
| [[Category:Style formatting templates|{{PAGENAME}}]] | | [[Category:Style formatting templates|{{PAGENAME}}]] |
| </includeonly> | | </includeonly> |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "1": {
| |
| "label": "Source",
| |
| "description": "The name of the source",
| |
| "example": "School of Hard Knocks Library",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "2": {
| |
| "label": "Image",
| |
| "description": "An image or logo",
| |
| "example": "[[File:Service mark.svg|100px]]",
| |
| "type": "unknown",
| |
| "autovalue": "",
| |
| "suggested": true
| |
| },
| |
| "TextAlign": {
| |
| "label": "TextAlign",
| |
| "description": "Alignment of the text",
| |
| "example": "left",
| |
| "type": "string",
| |
| "autovalue": "center"
| |
| },
| |
| "ExemptFromTag": {
| |
| "label": "ExemptFromTag",
| |
| "description": "Override the default notice about needing a copyright tag"
| |
| }
| |
| },
| |
| "description": "Formatting template meant to provide a uniform style for source templates"
| |
| }
| |
| </templatedata>
| |