Jump to content
Wikipedia The Free Encyclopedia

User:Zackmann08/scripts/indent

From Wikipedia, the free encyclopedia
Indent
DescriptionAdds a link to clean up syntax of templates
AuthorZackmann08
UpdatedAugust 4, 2026
    (0 days ago)
SourceUser:Zackmann08/scripts/indent.js

Installing this script will add an Indent option to your tools section that allows you to quickly and easily clean up Infobox code. While largely cosmetic edits, these edits will aide in readability and dramatically reduce errors. For an example of what this edit will do see this diff:

Before
{{Infobox person | name = John Smith |
birth_date = 12 Dec 1980 | birth_place = [[France]] 
 | death_date = 21 March 2020 |
 occupation = [[Chef]] |
 title = King |
 known_for = Cooking stuff
}}
After
{{Infobox person
| name = John Smith
| birth_date = 12 Dec 1980
| birth_place = [[France]]
| death_date = 21 March 2020
| occupation = [[Chef]]
| title = King
| known_for = Cooking stuff
}}

This script was created as a fork of User:Frietjes/indent.js.

Installation

[edit ]
  1. Go to your common JavaScript and paste in the following line:
    {{subst:iusc|User:Zackmann08/scripts/indent.js}}
  2. Save the page.

AltStyle によって変換されたページ (->オリジナル) /