Special:Block
- Always hide all partial blocks form elements
- Add the following to your common.css:
.mw-block-editing-restriction { display: none; } /* hide partial blocks radio */ .mw-block-partial-restriction.oo-ui-fieldLayout-disabled {display: none;} /* hide partial blocks text input */
- Hide partial blocks text boxes when sitewide is selected
- Add the following to your common.css:
.mw-block-partial-restriction.oo-ui-fieldLayout-disabled {display: none;} /* hide disabled partial blocks text input */
- Hide all partial blocks form elements unless the user is already partially blocked
- hidePartialBlocks[1] (source)
- ^ Copy the following code, edit your user JavaScript, then paste:
{{subst:lusc|1=User:AntiCompositeNumber/hidePartialBlocks.js}}