Module:Message box/doc: Difference between revisions
m
no edit summary
Burnst Jamp (talk | contribs) No edit summary |
Burnst Jamp (talk | contribs) mNo edit summary |
||
| Line 62: | Line 62: | ||
* <code>substCheck</code> – whether to perform a subst check or not. | * <code>substCheck</code> – whether to perform a subst check or not. | ||
* <code>classes</code> – an array of classes to use with the message box. | * <code>classes</code> – an array of classes to use with the message box. | ||
* <code>imageEmptyCell</code> – whether to use an empty <syntaxhighlight inline><td>...</td></syntaxhighlight> cell if there is no image set. This is used to preserve spacing for message boxes with a width of less than 100% of the screen. | * <code>imageEmptyCell</code> – whether to use an empty <syntaxhighlight lang="wikitext" inline><td>...</td></syntaxhighlight> cell if there is no image set. This is used to preserve spacing for message boxes with a width of less than 100% of the screen. | ||
* <code>imageEmptyCellStyle</code> – whether empty image cells should be styled. | * <code>imageEmptyCellStyle</code> – whether empty image cells should be styled. | ||
* <code>imageCheckBlank</code> – whether "image=blank" results in no image being displayed. | * <code>imageCheckBlank</code> – whether "image=blank" results in no image being displayed. | ||