Minecraft Wiki
Advertisement
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more information

This template is used to put text to the left of an indented comment (useful when indentation level is too large, then the amount of indentation can be shown).

Usage

{{Comment margin|<indent level>|<content>}}
  • indent level is how much is the comment indented. Used for calculating the position of the floating content. If it is not a number, the length of the argument as a string will be used. Indents the comment automatically (colons aren't needed anymore).
  • content is what to display.

Examples

Specify level of indentation

{{Outdent|8|after=+8}}
This stair of text is getting too long...

{{Reindent|8|after=-8}}
{{Comment margin|::::|4}}I have some questions...

┌────────────────────┘ +8
This stair of text is getting too long...

└────────────────────┐ -8

4
I have some questions...



Advertisement