Redigerer
Mal:Quote box/dok
Hopp til navigering
Hopp til søk
Advarsel:
Du er ikke innlogget. IP-adressen din vil bli vist offentlig om du redigerer. Hvis du
logger inn
eller
oppretter en konto
vil redigeringene dine tilskrives brukernavnet ditt, og du vil få flere andre fordeler.
Antispamsjekk.
Ikke
fyll inn dette feltet!
{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS LINKS AT THE END OF THIS PAGE --> === Usage === The '''{{tlx|quote box}}''' template allows you to easily put a quote (and its source) inside a box, with flexible control over bordering, background color, alignment, and other features. The box itself is floating div, which (like images) can appear on the right or left or across the entire page. Article text will wrap around the div in the first two cases. This is useful in articles that are short on images and need some graphic-like element, or where an important or interesting quote wants to be presented in a way that sets it off from the surrounding text. '''Caution:''' This is a div-based template, and may break if indented using wikitext syntax. This is a current limitation of the Wikipedia [[HTML]] parsing software. === Parameters === '''Basic parameters''' * title = Optional title to appear at the top of the quote box. * quote = The quote or text to be displayed in the box. * source = Optional source of the quote (author, publication, etc.). '''Main box styling''' * align: Alignment of the quote box on the page—left / right / center / none. Defaults to right alignment. Using <nowiki>align=none</nowiki> will remove word wrapping. * width: The width of the quote box. Defaults to the width of the quote included, unless {{para|align|center}} where the width will default to 100%. * border: The width of the quote box border. Defaults to 1px. Remember to include 'px' or 'em' to specify the correct width. * fontsize: The fontsize of the quote box text. Defaults to 88%. * bgcolor: The RGB background color of the box. Defaults to #F9F9F9 (light gray). * style: A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding parameters. '''Title styling''' * title_bg: The RGB background color of the title. Defaults to #F9F9F9 (light gray). * title_fnt: The title font color. Defaults to black. * tstyle: A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding title parameters. '''Quote styling''' * qalign: Alignment of the quote element—left / right / center. Defaults to left. * qstyle: A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding quote parameters. * quoted: If this parameter evaluates to true (is not 0, false, or empty) the quote box will enclose the quote in ''fat-quotes''. Use judiciously, and read the [[wp:MOS|Manual of Style]]. '''Source styling''' * salign: Alignment of the source element—left / right / center. Defaults to the value of qalign. * sstyle: A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding source parameters. === Full syntax === <PRE> {{Quote box |class = <!-- Advanced users only. See the "Custom classes" section below. --> |title = |quote = |source = |align = |width = |border = |fontsize = |bgcolor = |style = |title_bg = |title_fnt = |tstyle = |qalign = |qstyle = |quoted = |salign = |sstyle = }} </PRE> === Examples === Various example codes and their results. For more intricate examples see [[Template:Quote_box/examples]]. ==== Floating and wrapping ==== '''Minimal code, defaults to floating right and minimal width:''' <pre> {{Quote box |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. }} {{Lorem ipsum}} </pre> {{Quote box |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. }} {{Lorem ipsum}} {{Clear}} '''Floating right:''' <pre> {{Quote box |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. |width = 50% |align = right }} {{Lorem ipsum}} </pre> {{Quote box |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. |width = 50% |align = right }} {{Lorem ipsum}} {{Clear}} '''Floating left:''' <pre> {{Quote box |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. |width = 50% |align = left }} {{Lorem ipsum}} </pre> {{Quote box |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. |width = 50% |align = left }} {{Lorem ipsum}} {{Clear}} '''Centered (but not floating any more):''' <pre> {{Quote box |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. |width = 50% |align = center }} {{Lorem ipsum}} </pre> {{Quote box |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. |width = 50% |align = center }} {{Lorem ipsum}} {{-}} ==== Fat-quotes ==== '''Using fat-quotes:''' <pre> {{Quote box |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. |quoted = 1 }} </pre> {{Quote box |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. |quoted = 1 }} {{-}} ==== Quote alignment ==== <pre> {{Quote box |title = Centered quote |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. |qalign = center }} </pre> {{Quote box |title = Centered quote |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. |qalign = center }} {{-}} <pre> {{Quote box |title = Left title, right quote |tstyle = text-align: left; |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. |qalign = right }} </pre> {{Quote box |title = Left title, right quote |tstyle = text-align: left; |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. |qalign = right }} {{-}} ==== Custom classes ==== ;This parameter should only be used by editors who fully understand how this template works. The "class=" parameter can be used add a generic CSS class to this template. Some classes are not compatible with other options or require specific options be set to be useful or look good. ===== Letterhead custom class ===== The "letterhead" class should be used with {{para|title_bg|none}}, {{para|border|none}}, and {{para|bgcolor}} either not used or set to "none". Since the upper-left-corner will have a white background, it should only be used on pages with a white background. Care should be taken that neither the title nor the text extends into the "left corner" portion of the box. To use a blank line for a title, use {{para|title|<nowiki> </nowiki>}}. To provide a blank line at the bottom of the letterhead, add <nowiki><br /><br /></nowiki> to the end of the {{para|source}} parameter. <pre> {{Quote box |class = letterhead |title = |tstyle = text-align: right; |title_bg = none |border=none |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. <br /><br /> |qalign = right }} </pre> {{Quote box |class = letterhead |title = |tstyle = text-align: right; |title_bg = none |border=none |quote = Cry "Havoc", and let slip the dogs of war. |source = [[William Shakespeare]], ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I. <br /><br /> |qalign = right }} {{clear}} ==== Collapsing text ==== Sections of text can be collapsed by use of {{tl|hidden begin}} and {{tl|hidden end}}. {{markup |<nowiki>{{quote box | border=2px | align=center | bgcolor = Cornsilk | title=<u>The Spider and the Fly</u> | halign=center | quote=<poem> “Will you walk into my parlour?” said the Spider to the Fly, 'Tis the prettiest little parlour that ever you did spy; The way into my parlour is up a winding stair, And I've a many curious things to shew when you are there.” “''Oh no, no,''” said the little Fly, “''to ask me is in vain,'' ''For who goes up your winding stair can ne'er come down again.''” {{hidden begin}} “I'm sure you must be weary, dear, with soaring up so high; Will you rest upon my little bed?” said the Spider to the Fly. “There are pretty curtains drawn around; the sheets are fine and thin, And if you like to rest awhile, I'll snugly tuck you in!” “''Oh no, no,''” said the little Fly, “''for I've often heard it said,'' ''They never, never wake again, who sleep upon your bed!''” </poem> {{hidden end}} |salign=right|source=~ [[Mary Howitt]], <small>1829</small>}}</nowiki> |{{quote box | border=2px | align=center | bgcolor = Cornsilk | title=The Spider and the Fly | halign=center | quote=<poem> “Will you walk into my parlour?” said the Spider to the Fly, 'Tis the prettiest little parlour that ever you did spy; The way into my parlour is up a winding stair, And I've a many curious things to shew when you are there.” “''Oh no, no,''” said the little Fly, “''to ask me is in vain,'' ''For who goes up your winding stair can ne'er come down again.''” {{hidden begin}} “I'm sure you must be weary, dear, with soaring up so high; Will you rest upon my little bed?” said the Spider to the Fly. “There are pretty curtains drawn around; the sheets are fine and thin, And if you like to rest awhile, I'll snugly tuck you in!” “''Oh no, no,''” said the little Fly, “''for I've often heard it said,'' ''They never, never wake again, who sleep upon your bed!''” </poem> {{hidden end}} | salign=right |source=~ [[Mary Howitt]], <small>1829</small> }} }} Note that, although {{para|halign|center}}, the centering is reset after the {{tl|hidden begin}}, since that template applies its own styling. This can be resolved by using {{para|bodystyle}} in {{tl|hidden begin}} with appropriate markup; in this case: :<code><nowiki>{{hidden begin |bodystyle=width: auto; margin-left: auto; margin-right: auto;}}</nowiki></code> {{markup |<nowiki>{{quote box | border=2px | align=center | bgcolor = Cornsilk | title=<u>The Spider and the Fly</u> | halign=center | quote=<poem> “Will you walk into my parlour?” said the Spider to the Fly, 'Tis the prettiest little parlour that ever you did spy; The way into my parlour is up a winding stair, And I've a many curious things to shew when you are there.” “''Oh no, no,''” said the little Fly, “''to ask me is in vain,'' ''For who goes up your winding stair can ne'er come down again.''” {{hidden begin |bodystyle=width:auto; margin-left:auto; margin-right:auto;}} “I'm sure you must be weary, dear, with soaring up so high; Will you rest upon my little bed?” said the Spider to the Fly. “There are pretty curtains drawn around; the sheets are fine and thin, And if you like to rest awhile, I'll snugly tuck you in!” “''Oh no, no,''” said the little Fly, “''for I've often heard it said,'' ''They never, never wake again, who sleep upon your bed!''” </poem> {{hidden end}} | salign=right | source=~ [[Mary Howitt]], <small>1829</small> }}</nowiki> |{{quote box | border=2px | align=center | bgcolor = Cornsilk | title=The Spider and the Fly | halign=center | quote=<poem> “Will you walk into my parlour?” said the Spider to the Fly, 'Tis the prettiest little parlour that ever you did spy; The way into my parlour is up a winding stair, And I've a many curious things to shew when you are there.” “''Oh no, no,''” said the little Fly, “''to ask me is in vain,'' ''For who goes up your winding stair can ne'er come down again.''” {{hidden begin |bodystyle=width:auto; margin-left:auto; margin-right:auto;}} “I'm sure you must be weary, dear, with soaring up so high; Will you rest upon my little bed?” said the Spider to the Fly. “There are pretty curtains drawn around; the sheets are fine and thin, And if you like to rest awhile, I'll snugly tuck you in!” “''Oh no, no,''” said the little Fly, “''for I've often heard it said,'' ''They never, never wake again, who sleep upon your bed!''” </poem> {{hidden end}} |salign=right|source=~ [[Mary Howitt]], <small>1829</small>}} }} === TemplateData === {{TemplateDataHeader}} <templatedata> { "description": "Put a quote, and its source, inside a box, with flexible control over bordering, background color, alignment, and other features", "params": { "class": { "label": "CSS class", "description": "Optional CSS class to modify or override the default class ''quotebox''. Care should be used when using this parameter. Consider using other templates instead. See the ''Custom classes'' section of this document for more information.", "type": "string", "required": false }, "title": { "label": "Title", "description": "Optional title to appear at the top of the quote box.", "type": "string", "required": false }, "quote": { "label": "Quote", "description": "The quote or text to be displayed in the box.", "type": "string", "required": true }, "source": { "label": "Source", "description": "Optional source of the quote (author, publication, etc.).", "type": "string", "required": false }, "align": { "label": "Alignment", "description": "Alignment of the quote box on the page—left / right / center / none. Defaults to right alignment. Using align=none will remove word wrapping.", "type": "string", "required": false }, "width": { "label": "Width", "description": "The width of the quote box. Defaults to the width of the quote included, unless align=center where the width will default to 100%. Use CSS lengths eg. 50% or 400px", "type": "string", "required": false }, "border": { "label": "Border width", "description": "The width of the quote box border. Defaults to 1px. Remember to include 'px' or 'em' to specify the correct width.", "type": "string", "required": false }, "fontsize": { "label": "Font size", "description": "The fontsize of the quote box text. Defaults to 88%.", "type": "string", "required": false }, "bgcolor": { "label": "Background color", "description": "The RGB background color of the box. Defaults to #F9F9F9 (light gray).", "type": "string", "required": false }, "style": { "label": "CSS style", "description": "A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding parameters.", "type": "string", "required": false }, "title_bg": { "label": "TItle background color", "description": "The RGB background color of the title. Defaults to #F9F9F9 (light gray).", "type": "string", "required": false }, "title_fnt": { "label": "Title font color", "description": "The title font color. Defaults to black.", "type": "string", "required": false }, "tstyle": { "label": "Title CSS style", "description": "A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding title parameters.", "type": "string", "required": false }, "qalign": { "label": "Quote alignment", "description": "Alignment of the quote element—left / right / center. Defaults to left.", "type": "string", "required": false }, "qstyle": { "label": "Quote CSS style", "description": "A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding quote parameters.", "type": "string", "required": false }, "quoted": { "label": "Add quotes?", "description": "If this parameter evaluates to true (is not 0, false, or empty) the quote box will enclose the quote in fat-quotes. Use judiciously, and read the Manual of Style.", "type": "string", "required": false }, "salign": { "label": "Source alignment", "description": "Alignment of the source element—left / right / center. Defaults to the value of qalign.", "type": "string", "required": false }, "sstyle": { "label": "Source CSS style", "description": "A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding source parameters.", "type": "string", "required": false } } } </templatedata> === See also === {{Quotation templates see also}} <includeonly> {{#ifeq:{{SUBPAGENAME}}|sandbox | | {{DEFAULTSORT:{{PAGENAME}}}} <!-- CATEGORIES HERE, THANKS --> [[Category:Quotation templates]] [[sv:Mall:Citatbox]] }} </includeonly>
Redigeringsforklaring:
Merk at alle bidrag til Wikisida.no anses som frigitt under Creative Commons Navngivelse-DelPåSammeVilkår (se
Wikisida.no:Opphavsrett
for detaljer). Om du ikke vil at ditt materiale skal kunne redigeres og distribueres fritt må du ikke lagre det her.
Du lover oss også at du har skrevet teksten selv, eller kopiert den fra en kilde i offentlig eie eller en annen fri ressurs.
Ikke lagre opphavsrettsbeskyttet materiale uten tillatelse!
Avbryt
Redigeringshjelp
(åpnes i et nytt vindu)
Forhåndsvis en side som bruker denne malen
Denne siden er medlem av 1 skjult kategori:
Kategori:Sider hvor ekspansjonsdybden er overskredet
Navigasjonsmeny
Personlige verktøy
Ikke logget inn
Brukerdiskusjon
Bidrag
Opprett konto
Logg inn
Navnerom
Mal
Diskusjon
norsk bokmål
Visninger
Les
Rediger kilde
Vis historikk
Mer
Navigasjon
Forside
Siste endringer
Tilfeldig side
Hjelp til MediaWiki
Verktøy
Lenker hit
Relaterte endringer
Spesialsider
Sideinformasjon