Template:Speculation: Difference between revisions
Appearance
Created page with "<noinclude> <templatedata> { "params": { "1": { "aliases": [ "text" ], "label": "Text", "description": "Text to mark as speculative.", "type": "string", "required": true } }, "description": "Indicate that the text contained within is speculative in nature.", "paramOrder": [ "1" ], "format": "inline" } </templatedata> === Example === This is a paragraph {{Speculation|with some speculative information.}}. </noinclude><includeonly><span s..." |
No edit summary |
||
Line 24: | Line 24: | ||
This is a paragraph {{Speculation|with some speculative information.}}. | This is a paragraph {{Speculation|with some speculative information.}}. | ||
</noinclude><includeonly><span style="border: 1px dashed #fecc44; padding: 0.15em 0.35em; background-color: var(--background-color-warning-subtle);" title="This information is speculative and may not be correct.">{{{text|{{{1|}}}}}}</span></includeonly> | </noinclude><includeonly><span style="border: 1px dashed #fecc44; padding: 0.15em 0.35em; background-color: var(--background-color-warning-subtle); cursor: help;" title="This information is speculative and may not be correct.">{{{text|{{{1|}}}}}}</span></includeonly> |
Latest revision as of 22:41, 23 January 2025
Indicate that the text contained within is speculative in nature.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 text | Text to mark as speculative. | String | required |
Example
This is a paragraph with some speculative information..