Template:TM/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "<templatedata> { "description": "Displays a Turing machine, along with a bbchallenge link.", "params": { "1": { "label": "Turing Machine", "description": "Turing machine in standard notation.", "type": "string", "required": true } } } </templatedata>" |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 12: | Line 13: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | |||
Latest revision as of 19:47, 9 November 2024
<templatedata> {
"description": "Displays a Turing machine, along with a bbchallenge link.",
"params": {
"1": {
"label": "Turing Machine",
"description": "Turing machine in standard notation.",
"type": "string",
"required": true
}
}
} </templatedata>