On November 27th, 2022, the 8,000th article was added to the SuccuWiki!

Template talk:Tmbox

From SuccuWiki - The Wiki of the Succubi
Revision as of 11:10, 10 October 2012 by TeraS (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Shortcut:

The default shade of "tan"

In case anyone else is looking for the color code for the default "tan" color, it is most likely #F8EABA. Thanks to User:Spitfire for this.--Rockfang (talk) 15:51, 24 February 2010 (UTC)

Using Tmbox itself as a template

Template:Tmbox says that {{Tmbox}} is a meta-template, "used to build message box templates for talk pages, such as {{central}} etc." But, is it okay to use {{Tmbox}} itself as a talk page message box template? It seems very well suited for the creation of custom talk page message boxes:

I'm guessing that the answer is "yes" and that people do it all the time, but I don't see this discussed in the template documentation. Thanks. Mudwater (Talk) 20:10, 8 August 2010 (UTC)

There's no technical reason not to, but Tmbox (and the other meta-templates) are really designed to create a uniform boilerplate for the wide range of system messages used on the project. making a one-off message directly from Tmbox for use in a particular situation would be fine, but if it's something that deserves this kind of prominent display (and isn't already covered by a separate template) it probably ought to be constructed as separate template anyway. I can add something to that effect to the docs, if you like. --Ludwigs2 20:27, 8 August 2010 (UTC)
It seems to me that there is sometimes a need for one-off talk page message boxes. {{Tmbox}} is very well suited for that. I would therefore suggest updating the documentation to say that it's also okay to use it to create such message boxes. Mudwater (Talk) 20:50, 8 August 2010 (UTC)
YesY Done --Ludwigs2 21:49, 8 August 2010 (UTC)
Looks good. Thanks. Mudwater (Talk) 23:26, 8 August 2010 (UTC)

I did tun into the Template:Notice, I assume that it suits better for building message boxes for talk pages. Should we change this template back to a "meta-template" and encourige users to use Notice template instead? Opinions? --Kslotte (talk) 14:34, 13 September 2010 (UTC)

making it official

Is the procedure to make a TMBOX official the same as infoboxes? I made a tmbox and posted it to P:lgbt but got no response about it in a week. Is it okay to just post a tmbox without discussion? Or where should I post it for concensus? —Preceding unsigned comment added by Kaotac (talkcontribs) 20:30, 15 August 2010 (UTC)

wikitable

Can you put wikitables in these? I can't get it to work, ie:

{{tmbox|small=yes|text=
 {| class="wikitable"
 |-
 ! Header 1
 ! Header 2
 |-
 | row 1, cell 1
 | row 1, cell 2
 |-
 | row 2, cell 1
 | row 2, cell 2
 |}}}

Is there a way? html tables seem to work. thanks, ErikHaugen (talk | contribs) 23:51, 11 February 2011 (UTC)

You would need to escpae the pipe characters with {{!}}, so {| becomes {{{!}}, and |- becomes {{!}}-, etc. Edokter (talk) — 00:55, 12 February 2011 (UTC)

Substitution

Unless I shortly hear any objections, i am going to make this template substitutable. It is used on talk pages a lot, so the functionality is desirable. Magog the Ogre (talk) 22:57, 31 October 2011 (UTC)

Why is substitutability advantageous in this template? Tmbox is a display template; it implements the current consensus for the appearance of message boxes. If that consensus changes, so too can the appearance of millions of boxes, with a few careful changes here. There are still thousands of implementations of the previous generation of talkpage message boxes precisely because they were not centralised through a metatemplate like {{tmbox}}, that's not a mistake we want to repeat. So yes, consider this an objection: there is no reason to make this template substitutable because there is no (common) reason to want to substitute it. Happymelon 00:08, 1 November 2011 (UTC)

Classes

Please see centralised discussion at Wikipedia talk:Manual of Style/Article message boxes#Classes. Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 10:22, 29 November 2011 (UTC)

Edit request - option for background colours

An option for background colours would be nice Face-smile.png it seems there is no way to do it in the documentation other than substing which on a talk page is bad because it adds to the spam for people --Mistress Selina Kyle (Α⇔Ω ¦ ⇒✉) 10:21, 10 February 2012 (UTC)

That the background colour is standardised across all templates is precisely the point of this template! Happymelon 10:27, 10 February 2012 (UTC)

I actually figured it out and changed it already if you look at with my talk page, of course, style, thanks :) It should probably mention that in the description/documentation for people that don't know CSS ha. Face-smile.png

Edit request - option for Padding

Another thing though, is it possible to set the padding currently? I thought it would be padding=whatever in the CSS style but that doesn't appear to do anything for some reason, I am thinking the template probaby needs a separate setting added to it to let people change padding for some reason?

For instance the difference between tmbox:

and table (this is what the New Wikilove button at top of the screen stuff uses at the moment, weirdly - and without centring set to, I just changed that in to make the comparison easier):

File:Kitten (06) by Ron.jpg A kitteh for you!
Dianna has given you an evil attack kitteh! Evil attack kittehs help promote wiki-love and protect your talk page from trollish elements. Dianna (talk) 15:38, 6 February 2012 (UTC)

It's more noticable in larger boxes if you compare the padding around the picture in the Wikilove table: [1] to the much smaller padding tmbox uses : [2]

I tried to change with padding style but didn't seem to do anything, not sure what's up with that - thanks for any help Face-smile.png --Mistress Selina Kyle (Α⇔Ω ¦ ⇒✉) 11:18, 10 February 2012 (UTC)

You can use {{fmbox}} for fullwidth boxes. Also, anyone can edit the docs, they are not protected. -- WOSlinker (talk) 11:32, 10 February 2012 (UTC)
ah I was talking about padding, not width Face-smile.png in CSS padDing is the gap between images/text and the border inside an object (margin is for the gap outside an object) --Mistress Selina Kyle (Α⇔Ω ¦ ⇒✉) 11:36, 10 February 2012 (UTC)
Tmbox is a table to which the style parameter is applied, and cannot have a padding. Default table cell padding is used. Tmbox has it's padding controlled by the tmbox CSS classes. I think that in the interest of having a standard formatting for all *mbox templates, it is best kept this way. Edokter (talk) — 15:18, 10 February 2012 (UTC)
If you look at the difference between the padding this template uses and the one the WikiLove function uses as I compared above, it looks to me like the padding underneath and above is missing - it looks slightly wrong Face-smile.png There is padding to the left but above and below the image it just cuts off suddenly compared ot the WikiLove ne where it's even around all sides of the image like a pictureframe Face-smile.png
Maybe fix the default padding then if you don't want to give people an option? Face-smile.png --Mistress Selina Kyle (Α⇔Ω ¦ ⇒✉) 03:11, 11 February 2012 (UTC)
The wikilove box is not a tmbox and has a different structure alltogether. But I see there is a textstyle parameter where you can override the default padding for the text (0.25em 0.9em). Example code added above. How does that look? Edokter (talk) — 10:49, 11 February 2012 (UTC)