Template:Result table/doc - minecraft.fandom.com
Treść tej podstrony pochodzi z artykułu „Template:Result table/doc” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
[purge]
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more informationLists the results of commands.
Results includes:
- Unparseable - Syntax is wrong, command is unknown, or arguments are illegal
- Failed - The command is executed but the success count is 0
- Successful - The command is executed and the success count is not 0
- Terminate[Java Edition only] - Does nothing and doesn't output anything.
- Error[Java Edition only] - Throw an exception other than
brigadier.exceptions.CommandSyntaxExceptionduring execution.
Parameters[]
{{{onlybe}}} or {{{onlyje}}} for the header.
{{{cmd}}} and {{{1}}} - {{{3}}} for the contents.
Example[]
{{Result table}}
{{Result table|the arguments are not specified correctly|unparseable|N/A}}
{{Result table|cmd=/A|something1|fail}}
{{Result table|cmd=/B|something2||fail}}
{{Result table|something3||success}}
{{Result table|succeed|something4}}
{{Result table}}
{{Result table|onlyje=1}}
{{Result table|the arguments are not specified correctly|unparseable}}
{{Result table|cmd=/C|something5|fail}}
{{Result table|cmd=|succeed}}
{{Result table}}
{{Result table|onlybe=1}}
{{Result table|the arguments are not specified correctly|fail}}
{{Result table|something7}}
{{Result table|succeed|something8}}
{{Result table}}
| Command | Trigger | Java Edition | Bedrock Edition |
|---|---|---|---|
| any | the arguments are not specified correctly | Unparseable | N/A |
/A | something1 | Failed | |
/B | something2 | Failed | |
| something3 | Successful | ||
| Otherwise | something4 | ||
| Command | Trigger | Java Edition |
|---|---|---|
| any | the arguments are not specified correctly | Unparseable |
/C | something5 | Failed |
| any | Otherwise | Successful |
| Command | Trigger | Bedrock Edition |
|---|---|---|
| any | the arguments are not specified correctly | Failed |
| something7 | good | |
| Otherwise | something8 |