menu menu_open
  • edit Redigér

    description Indholdsfortegnelse

    Navigation

    • Forside
    • Skribentforside
    • Til brugere fra spademanns.org/Fandom
    • Forum
    • Uaktuelle begivenheder
    • Hjælp til wiki-skrivning

    Uploadværktøjer

    • Upload flere billeder/videoer
    • Upload billede/video/fil (standard)
    • Upload billeder/videoer/filer

    Fællesskaber

    • Spademanns Discord-server
    • Del på Facebook
    • Del på Twitter
    • Send til analfabet.dk
    • Ambassaden

    Værktøjer

    • Hvad henviser hertil
    • Beslægtede ændringer
    • Upload billede/fil
    • Specialsider
    • Udskriftsvenlig udgave
    • Permanent link
    • Sideinformation

    Varianter

Spademanns Leksikon

<span class="mw-page-title-namespace">Modul</span><span class="mw-page-title-separator">:</span><span class="mw-page-title-main">Message box/configuration</span>

9944 article sider
11983 photo filer
459142 edit redigeringer
15 person brugere
timeline photo_library leaderboard file_upload
palette
  • computer
code
  • computer
pages api security app_shortcut
more_vertical
  • timeline Seneste ændringer
  • photo_library Nye filer
  • leaderboard Statistik
  • file_upload Upload billede/fil
  • palette CSS expand_more
    • computer
  • code JS expand_more
    • computer
  • pages Alle sider
  • apisandbox API-sandkassen
  • security Alle beskeder
  • app_shortcut Specialsider
grid_view double_arrow forum file_download extension file_upload visibility book category delete_sweep
settings
contrast

  • brightness_auto hdr_auto
  • brightness_7 brightness_1
  • brightness_6 brightness_2
  • brightness_5 brightness_3
  • brightness_4
  • brightness_3 brightness_5
  • brightness_2 brightness_6
  • brightness_1 brightness_7
hdr_auto
  • brightness_auto
  • hdr_auto
  • light_mode
  • dark_mode

  • palette
  • tonality

  • brightness_auto hdr_auto
  • gradient gradient
  • thermostat thermostat
  • ac_unit storm
  • Duo
  • Solo
format_paint
  • emergency deployed_code
  • emergency opacity
  • square
  • contrast

  • deployed_code build square contrast
  • 1
  • 2
  • 3
  • 4
palette
  • brightness_auto
  • hdr_auto
  • light_mode
  • dark_mode

  • build
  • emergency invert_colors_off
colorize
  • brightness_auto
  • hdr_auto
  • bedtime_off
  • bedtime

  • build
  • square
  • computer
  • invert_colors
  • brush
  • filter_b_and_w
  • contrast
  • smart_toy
  • 1
  • 2
  • 3
  • 4
brush
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  •  
  • Vi kan se din IP-adresse når du redigerer. Vi ved hvor du bor. Registrer dig nu og bliv en del af fællesskabet - vi bider sjældent.
  • Grundet serverskifte skal du oprette dig igen, hvis du før har været så tosset at skrive artikler for os. Læs mere her.
  • Besøg også vores Discord-server hvis du ellers gider og ikke allerede sover over alle disse beskeder!
  •  
  •  
  • Modul
  • Diskussion
  • Læs
  • Vis kilde
  • Se historik

<span class="mw-page-title-namespace">Modul</span><span class="mw-page-title-separator">:</span><span class="mw-page-title-main">Message box/configuration</span>

Fra Spademanns Leksikon, den både frie og sande virkelighed
< Modul:Message box

Dokumentation for dette modul kan oprettes på Modul:Message box/configuration/dok

--------------------------------------------------------------------------------
--                          Message box configuration                         --
--                                                                            --
-- This module contains configuration data for [[Module:Message box]].        --
--------------------------------------------------------------------------------

return {
	ambox = {
		types = {
			speedy = {
				class = 'ambox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'ambox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'ambox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'ambox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'ambox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'ambox-protection',
				image = 'Semi-protection-shackle-keyhole.svg'
			},
			notice = {
				class = 'ambox-notice',
				image = 'Information icon4.svg'
			}
		},
		default                     = 'notice',
		allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'},
		allowSmall                  = true,
		smallParam                  = 'left',
		smallClass                  = 'mbox-small-left',
		substCheck                  = true,
		classes                     = {'metadata', 'ambox'},
		imageEmptyCell              = true,
		imageCheckBlank             = true,
		imageSmallSize              = '20x20px',
		imageCellDiv                = true,
		useCollapsibleTextFields    = true,
		imageRightNone              = true,
		sectionDefault              = 'article',
		allowMainspaceCategories    = true,
		templateCategory            = 'Article message templates',
	        templateCategoryRequireName = true,
		templateErrorCategory       = 'Article message templates with missing parameters',
		templateErrorParamsToCheck  = {'issue', 'fix', 'subst'},
		removalNotice               = '<small>[[Help:Maintenance template removal|Learn how and when to remove this template message]]</small>'
	},
	
	cmbox = {
		types = {
			speedy = {
				class = 'cmbox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'cmbox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'cmbox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'cmbox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'cmbox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'cmbox-protection',
				image = 'Semi-protection-shackle-keyhole.svg'
			},
			notice = {
				class = 'cmbox-notice',
				image = 'Information icon4.svg'
			}
		},
		default              = 'notice',
		showInvalidTypeError = true,
		classes              = {'cmbox'},
		imageEmptyCell       = true
	},
	
	fmbox = {
		types = {
			warning = {
				class = 'fmbox-warning',
				image = 'Ambox warning pn.svg'
			},
			editnotice = {
				class = 'fmbox-editnotice',
				image = 'Information icon4.svg'
			},
			system = {
				class = 'fmbox-system',
				image = 'Information icon4.svg'
			}
		},
		default              = 'system',
		showInvalidTypeError = true,
		classes              = {'fmbox'},
		imageEmptyCell       = false,
		imageRightNone       = false
	},
	
	imbox = {
		types = {
			speedy = {
				class = 'imbox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'imbox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'imbox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'imbox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'imbox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'imbox-protection',
				image = 'Semi-protection-shackle-keyhole.svg'
			},
			license = {
				class = 'imbox-license licensetpl',
				image = 'Imbox license.png' -- @todo We need an SVG version of this
			},
			featured = {
				class = 'imbox-featured',
				image = 'Cscr-featured.svg'
			},
			notice = {
				class = 'imbox-notice',
				image = 'Information icon4.svg'
			}
		},
		default              = 'notice',
		showInvalidTypeError = true,
		classes              = {'imbox'},
		imageEmptyCell       = true,
		below                = true,
		templateCategory     = 'File message boxes'
	},
	
	ombox = {
		types = {
			speedy = {
				class = 'ombox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'ombox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'ombox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'ombox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'ombox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'ombox-protection',
				image = 'Semi-protection-shackle-keyhole.svg'
			},
			notice = {
				class = 'ombox-notice',
				image = 'Information icon4.svg'
			}
		},
		default              = 'notice',
		showInvalidTypeError = true,
		classes              = {'ombox'},
		allowSmall           = true,
		imageEmptyCell       = true,
		imageRightNone       = true
	},
	
	tmbox = {
		types = {
			speedy = {
				class = 'tmbox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'tmbox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'tmbox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'tmbox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'tmbox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'tmbox-protection',
				image = 'Semi-protection-shackle-keyhole.svg'
			},
			notice = {
				class = 'tmbox-notice',
				image = 'Information icon4.svg'
			}
		},
		default              = 'notice',
		showInvalidTypeError = true,
		classes              = {'tmbox'},
		allowSmall           = true,
		imageRightNone       = true,
		imageEmptyCell       = true,
		imageEmptyCellStyle  = true,
		templateCategory     = 'Talk message boxes'
	}
}
Hentet fra "https://www.spademanns.dk/index.php?title=Modul:Message_box/configuration&oldid=458289"
Cookies help us deliver our services. By using our services, you agree to our use of cookies.
Flere oplysninger
  • Privatlivspolitik
  • Om Spademanns Leksikon
  • Forbehold
  • Bryder vi din copyright?
    • Denne side blev senest ændret 8. juli 2022 kl. 15:54 af Spademanns Leksikon-bruger CooperDK. Baseret på arbejde af Spademanns Leksikon anonyme brugere da>Xaosflux og da>Pppery.
    • Indholdet er udgivet under Creative Commons Attribution-ShareAlike medmindre andet er angivet.
    • Creative Commons Attribution-ShareAlike
    • Powered by MediaWiki

    timeline Seneste ændringer
    arrow_forward_ios

    <div class="mw-changeslist-empty">Ingen ændringer i den angivne periode matcher disse kriterier.</div>

    info Om Spademanns Leksikon
    edit

    <p>Spademanns er <a href="/wiki/Sted" title="Sted">stedet</a>, hvis <a href="/wiki/Du" class="mw-redirect" title="Du">du</a> har behov for at gøre dig selv <a href="/wiki/Dum" class="mw-redirect" title="Dum">dummere</a> (af og til på andres be<a href="/wiki/Kost" title="Kost">kostning</a>)! Hvem ved, måske er du i virkeligheden narkose<a href="/wiki/L%C3%A6ge" title="Læge">læge</a> eller <a href="/wiki/Astronaut" title="Astronaut">astronaut</a> eller <a href="/wiki/Holger_Bech_Nielsen" title="Holger Bech Nielsen">Holger Bech Nielsen</a>, men du har <a href="/wiki/Liderlig" title="Liderlig">lyst</a> til at lære at grave <a href="/wiki/Hul" title="Hul">huller</a> på <a href="/wiki/Kontanthj%C3%A6lp" title="Kontanthjælp">kontanthjælp</a>? Eller du kunne måske tænke dig at vide, hvordan <a href="/wiki/Christiane_F." title="Christiane F.">Christiane F.</a> <a href="/wiki/Bar" class="mw-redirect" title="Bar">bar</a> sig ad med at tjene <a href="/wiki/Penge" title="Penge">penge</a> som ung <a href="/wiki/Teenager" title="Teenager">teenager</a> i <a href="/wiki/Tyskland" title="Tyskland">Tyskland</a>? </p><p>DET kan Spademanns hjælpe dig med! God fornøjelse! </p>
    search saved_search
    search saved_search Søg
    apps
    • live_help
    • hive
    • insert_link
    • timeline
    • visibility
    • shuffle
    • build
    • help
    • file_download
    • attachment
    public_off Ikke logget påReady
    widgets
    public StandardReady
    hive MirahezeReady
    Qora QoreReady
    • Privatlivspolitik
    • Om Spademanns Leksikon
    • Forbehold
    • Bryder vi din copyright?
    insert_link timeline visibility shuffle build help file_download attachment
    account_circle
    • refresh

    • Opret konto
    • Log på
    refresh
    MediaWiki spam blocked by CleanTalk.