The Wiki for Tale 5 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.
If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.
Difference between revisions of "Template:KasTest"
From ATITD5
Jump to navigationJump to search (Quick test on box template - revert afterwards) |
|||
Line 1: | Line 1: | ||
− | + | <noinclude>''Creates a box suitable for warnings and notices at the top centre of the page'' | |
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |} | + | Usage: '''<NOWIKI>{{Box|Title|Content|Width}}</NOWIKI>''' |
− | </ | ||
− | + | Example: <NOWIKI>{{Box|This is the Title|This is my content}}</NOWIKI> produces | |
− | {{ | + | {{KasTest|This is the Title|This is my content}} |
− | + | ---- | |
− | |||
− | |||
− | |||
− | |||
− | + | </noinclude><includeonly> | |
− | + | {| style = 'width: {{{3|40}}}em; margin: 1em auto; border-left: 1px solid black; border-right: 1px solid black; border-spacing: 0' | | |
− | + | |- | |
− | + | | colspan='3' style = 'padding: 0' | | |
− | + | <div style='overflow: hidden; width: {{{3|40}}}.5em; white-space: nowrap; line-height: 9px; height: 10px; margin-top: -1px'><div style='width: 0px'>[[Image:Delimiter_Large.png|block|link=]]</div></div> | |
− | + | |- | |
− | + | | style = 'width: 0.25em; background-color: {{DColor|{{{1|None}}}}}; border-right: 1px solid #888' | | |
− | + | | | |
− | + | {| style = 'width: 100%' | | |
− | + | ! colspan = '2' style = 'font-size: 150%; padding: 0.5em' | {{{1|}}} | |
− | + | |- | |
− | + | {{{2|}}} | |
− | + | |- | |
− | [[ | + | |} |
− | </ | + | | style = 'width: 0.25em; background-color: {{DColor|{{{1|None}}}}}; border-left: 1px solid #888' | |
+ | |- | ||
+ | | colspan='3' style = 'padding: 0' | | ||
+ | <div style='overflow: hidden; width: {{{3|40}}}.5em; white-space: nowrap; line-height: 9px; height: 10px; margin-top: -1px'><div style='width: 0px'>[[Image:Delimiter_Large.png|link=]]</div></div> | ||
+ | |} | ||
+ | </includeonly> |
Revision as of 04:54, 20 August 2010
Creates a box suitable for warnings and notices at the top centre of the page
Usage: {{Box|Title|Content|Width}}
Example: {{Box|This is the Title|This is my content}} produces
This is my content
|
||||