We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
User:Dragonsbrethren/PsandboxZ/Textbox
Jump to navigation
Jump to search
A nice looking table intended as an alternative to <pre> tags for displaying multiple text strings. Allows an optional header to be given to the text, specifying a maximum width for the table, aligning the table in the article, and aligning the text in the table. Supports up to ten strings, but can easily be expanded as needed.
Syntax
{{textbox
|width = Enter the maximum width of the box here.
|centered = Any value here will center the table in the article, otherwise it will be left aligned.
|header = Enter text for a header, if desired.
|align = Alignment of the text within the table. Common values are ''left'', ''center'', and ''right''. Defaults to ''left''.
| Enter up to nine strings on blank pipes.
}}
Examples
| Just text. |
| Modified width. |
| Centered box. |
| I am a Header |
|---|
| Headered box. |
| Centered text. |
| Right-aligned text. |
| Multiple |
| Lines |
| Of |
| Text |
| Are |
| Supported |
| By |
| This |
| Template |