Knowledge

talk:TemplateStyles/Archive 1 - Knowledge

Source 📝

1489:, etc. I'm pretty sure that I'd simply replace the previous names with better names in the template and its TemplateStyles stylesheet if existing class names are poor. Then the older names would simply be unused and somebody would eventually remove them from common.css (if that's where they are). The only chance of affecting anybody else is if they use the old class names in their user css to provide overrides. I guess an insource search for definitions of the old class names within userspace should turn up any. Then it would be just a matter of leaving a note to the user that they need to update their user.css. -- 99:
layout going on. Additionally it is a cornerstone of modern web design that your mobile and desktop interfaces should share common features and look much the same so as to not annoy or confuse the viewer - but this is best achieved with more breakpoints, not less. Also if someone has designed something that jumps design so dramatically, then that is a problem with that specific design, not the overall system. In short I want there to be flexibility in setting media queries as appropriate to the specific design, or if they must be set, a minimum selection of commonly used viewports.
1464:
templatestyles invocations as I please (and maybe I might please to put them inside the conditional expressions... is that verboten? :). Or, if the particular class doesn't appear on the page, I've now shipped some CSS not needed for that page (which is minimal, but it would not have happened prior even though every infovocation in the end-HTML would have gotten it, so that of course would be larger than the CSS). Thoughts appreciated. (Maybe these are cached on the user side and it's mostly a non-issue?) --
5546:
to do something dumb at the end of the day. (The particular syntax highlighter gadget has previously been noted as failing in that regard and its author has been recalcitrant in correcting the issue. It is his choice to do so, but given his recalcitrance I would suggest that tool as a terrible example. The syntax highlighter natively supported in 2010 and 2017 wikitext editors by MediaWiki has no issue parsing most constructs of this sort .) --
31: 919:, just as you can find transclusion of a particular template that way. There's no straightforward method that I know of to find pages with these errors or to find all pages using any TemplateStyles CSS page. The latter seems rather unlikely to be implemented, but a tracking category for pages with errors could be added easily enough (file a request for one in 719:'In general, this means it should be a subpage of the related template' In general yes.. but definitely not solely. For instance the main page uses lots of transcluded pages to generate itself. Most likely it will therefor have at least one CSS page of its own, not connected to a template. Haven't looked into that exactly, but it's rather likely. — 428: 5120:(rather than a literal category) in the same manner, and it works. However, I don’t know what performance implications these categories/templates have (one of template documentation subpages’ purposes is to improve wikitext processing performance), so I’d use this technique very cautiously and rarely. — 5351:
Its not valid html5 and a known issue, but it falls within the parsing rules for foreign/invalid content and all browsers support it (because of shadowcontent, webcomponents and scoped css legacy). It's part of the "we are not valid for validness sake, but for actual valid results"-policy (similar to
4108:
I think in general, yes – e.g. adding a template in the middle of an article shouldn't affect how unrelated sections (e.g. the references at the bottom) are styled. Guidelines do allow for occasional, common sense exceptions, which I think would include a template that builds part of a table applying
2508:
strikes me as wrong. What is the benefit which is being negated? As for confusion, I admit it may be confusing in wikitext but that doesn't strike me as some overriding concern, even given the discussion above. Lastly, no-one responded to "what templates would be affected if we banned templatestyles
1517:
That would make sense if you wanted users to be able to target the entire thing with their own CSS. There isn't any specific reason I can think of why you couldn't just add the class even if you weren't currently using it. If the names are unique (properly namespaced) the extra class wouldn't affect
5545:
MediaWiki outputs HTML 5 as identified by the doctype at the beginning of each HTML page. Not HTML 4 and not XHTML (1, 2, or its HTML 5 flavor, which is given barely-passing mention in the specification). Anyone parsing anything that is output by MediaWiki with another model is wrong or is choosing
1557:
What happens when I subst a template with a template style invocation? None of the docs pages I looked at indicated that anything different should happen (all were silent on the matter, in fact), in which case I would expect the template style sheet tag to be added to the page on which the template
98:
Forgive me if I misunderstood, but I read that as saying only media queries with 720px or 1000px would be allowed. I object to this. I have numerous use cases for 320px & 480px breakpoints, which are basically essential for any useful mobile responsivity if there is anything except the simplest
1926:
The vandalism issues probably dictate that a TemplateStyles stylesheet needs to have the same protection level as the template where it is used (which has implications if a stylesheet gets used for more than one template). It is imperative that class names are chosen to be unique to a template, as
274:
Imagine I wanted to set a breakpoint at 321px for some reason, this is close enough to 320px that it shouldn't be changed if it was done this way. But 326px would be too far off the agreed point and need a good reason to be so. To give an example, I often ( probably wrongly :D ) code min-width and
2034:
using template styles.) But, most subst-only things are talk page templates I think with a few templates like the German infoboxes scattered around (and we obviously wouldn't add template styles to those templates because we prefer our templates). Either way, that's why I wanted to survey what we
1459:
We should probably use semantic naming for our classes where possible. "talk", "talk2", and "talk3" are not very semantic. Which leads to a question: What should one do when there are already existing classes, not named well, which might be used by various and sundry people to style this template
5399:
Right, I left that unspoken, and apparently so did the RFC participants. That's why I am not sure whether it should be a Phab task or a note on the extension page. You say it's a 'known' issue but I see no evidence of it being known. ;) (I am fully supportive of TemplateStyles, just casting some
4008:
There's certainly no problem with using the longer classnames for the table cells that you suggest, but I don't think it would yield any increase in specificity in practice. The shorter names would be more intuitive for other editors to pick up and use, so there is some advantage in using Izno's
3962:
Not per se unnecessary, just unlikely that I would have a collision with another template so long as the CSS related to the gold or silver class in the other template also takes good practice into account (i.e., .mytemplate-gold for any old class or table.mytemplate tr td.gold for another table,
3460:
Good. So we agree then that when a template and its stylesheet are paired, testing changes to the stylesheet requires a pair of sandboxes: a template-sandbox and a stylesheet-sandbox. You agree then that you can't have a stylesheet-sandbox without having a template-sandbox. We agree so far. That
5528:
invalid XHTML. The space is indeed traditional to help HTML 4 parsers from when XHTML was initially developed (15 years ago now). Modern web browsers have no issue parsing either version these days, most older web browsers have no issue parsing either version, and I expect most web spiders are
3993:
It looks like a perfectly good use of the functionality to me, even if it was not intended by the developers. Obviously you have to have the templatestyles tag somewhere on the page, but I assume that the table will always co-exist with the legend template, so that is taken care of. Should the
3341:
On purely technical grounds, I wouldn't like .../styles.css/sandbox because of the content model issue, and I have no idea why anyone should have to go around the issue since this isn't reader facing. Stylesheet sandboxes can be tested in tandem with the template sandbox or with the user's web
74:
I suggest we add something about being consistent in making a distinction between mobile'ish and desktop'ish sizing for template styling, as having items jump around multiple times in an unpredictable matter can be rather annoying. The cutoff point between mobile and tablet/desktop styling for
5504:
Is it really invalid in XHTML, not only in HTML4? As far as I remember, XHTML (XML) doesn’t require spaces before self-closing slashes, it’s just a custom in order to prevent old HTML4 parsers from failing on this. But HTML4 is long dead, so probably we can go without supporting it. Anyways,
1460:
already (basically, what to do with old class names)? I would prefer not to retain, or even leave for deprecation in any significant period for a simple template such as this one, the old class name. I'd also not like to have to bug an (technical) administrator to make the changes for me.
1463:
A second question: In the above case, I have all of the styles in one sheet. Some however will not be used in a single invocation (italic and sans-serif, in particular). Does that mean that there should be more than one styles page? It seems from the above discussion I can invoke as many
1179:
to all of the superfluous text. You would also not be able to affect citations not based on the CS1 module. Using Lua inside the cite templates seems far more manageable and should be implementable as you proposed, although the module would have to be able to handle cases like hyphenated
3557:
We do seem to be agreeing over the facts, but not over the reasons. The whole "styles of sandbox vs. sandbox of stylesheet" business also applies to module data pages, where it is debunked by actual practice, and therefore holds no water. Next comes the guidelines, which I think you're
3630:
I'm going to poke this a bit: I see 5 or 6 heads who all agree that the page should end with .css, to Pppery's 1 without. Of the larger group, I see a general consensus for /sandbox/styles.css. Do we actually need to go to some sort of technical RFC or should we call that consensus?
2049:(I agree generally we should avoid having templatestyles invoked in mainspace , but I've also seen plans to use them so that we can mark many things up better than we do today e.g. our table stylings across the board. Best we start talking about that--maybe in a separate thread. -- 3994:
functionality of the tag be constrained to its template at some point in the future (i.e. no "leakage" onto the rest of the page), then you could create a template to hold both the table and the legend and apply templatestyles to that. I see no downside to what you've done.
3065:
seems best to me, for consistency with all other sandboxes of subpages, which follow the name pattern "Template:foo/subpagename/sandbox", not Template:foo/sandbox/subpagename". Inability to create directly isn't a problem; non-admins can just do what I did with a move.
2685:
We need help figuring out a couple of details here. Any help would be appreciated. In particular, we're trying to a apply a class to them that lets access locks be treated as external links icons, which can be displayed/hidden independently of other external link icons.
3562:, which it is a subpage of. The only argument left after that is the technichal one about contentmodel, which I have no refutation for but think is trumped by standard naming conventions (which you disagree with) and in any case leaves the "/sandbox.css" option open. 1665:
It doesn't make any difference as far as I can see. The classes will be available to the rest of the page content whether we subst or not. I would expect each invocation to call the stylesheet, as I can't see any reason why it wouldn't. Should be easy enough to test.
5509:
indirectly, which can, of course, be changed, but this change may (or may not) have larger impact by adding a lots of bytes to page HTMLs. Feel free to open a Phabricator ticket about this if you think it’s really important (and find no existing ticket about it).
3763:: spacing, naming, capitalisation, annotation, layout. I do agree that these sort of guidelines just aren't worth edit-warring over, but are worth encouraging folks to use. I prefer tabs to spaces, but I tend to use an external editor most of the time. -- 3301:, which "pairs together" the template and its associated stylesheet. If you want to test changes to the stylesheet in a stylesheet-sandbox, you need a corresponding template that is paired with the stylesheet-sandbox, because the changes won't show up in 834:
on the page will add a standardised link to the stylesheet, and warn if it doesn't exist, giving a link to create it. If this was used universally it would ensure all the TemplateStyles usage was uniform, and help cut down mistakes. What do you think?
5969:
WOW, there is no reason to duplicate the RfC here. I kept the question as concise and unbiased as I possibly could for a quick answer to verify the practice is acceptable before returning to RfC. They are capable of clicking on a link to read more.
5865:
Some additional text for one more class in TemplateStyles is a very small addition. And it is very simple to do. But it greatly increases the ease of use of that template in my opinion. I edit a lot of tables. In fact, I have written large parts of
1614:
Should templates with template styles be substed? If a different question: should templates meant to be substed use template styles? Do the styles load once with each invocation or once per page when there are multiple tags pointing to one place?
2598:
I have no problems with subpages. However, it seems I cannot create a CSS page under Module namespace (it is interpreted as a Lua script), CSS pages under User namespace are not sanitized, and I cannot create CSS pages in template namespace per
1108:
The issue is stupid LUA for the CS1 templates which means I can't test much there. You might as well ask me to write something in Chinese. I might be able to hack something in wikitext, and someone else might convert that in a proper LUA thing.
1216:
Yup, it's probably much simpler to do with LUA, but for a proof on concept, it's much easier to spend 10-20 hours fiddling with stuff and abusing CSS like crazy than spend months to learning LUA so I can get to a point that I'm sort of able to
1967:). And, I wonder how many times these templates have styling. Let's see if we can find that out before we ban template styles in substed templates? It seems like we lose out on templatestyles otherwise just for this class of template. -- 5799:
to help keep size and load times minimal, amongst other reasons. Do template styles follow the same practice? Are there any unforeseen problems? Keep in mind that duplicating the styles would add an extra 16 CSS selectors (thus far) to
3342:
browser's inspector utility. .../sandbox/styles.css makes more sense to me than .../styles.css/sandbox.css because in order to test this hypothetical TemplateStyles sandbox the sandbox template would have to be used. Personally, for
2541:
but of course it would not work ("Page User:Ita140188/sandbox/styles.css must have content model "Sanitized CSS" for TemplateStyles (current model is "CSS")."). Is there a way to make an exception for specific pages? Thank you.
3725:
I can go with all of the whitespace conventions except the one about indenting declarations with tabs. If I press the tab key in the edit window, I'm taken to the edit summary window. I normally use two spaces for this indent.
5329:
wherever it is found in the page. I am not sure if it is worth it to add a Phab task for this, at least as documentation that the use of TemplateStyles will cause HTML validation to fail, or e.g. better to put something in
1790:
The example is calling two different templates, each inserting an inline stylesheet. Calling the red one again doesn't restore the red as it uses the earlier inline style and the sandbox style with the blue is later in the
3482:
Now that we've agreed there are not two different possibilities for the stylesheet-sandbox/sandbox-stylesheet because they are necessarily the same thing, that returns us to the original question: how to choose between
4088:
The style must apply only to the associated template's output. It would be confusing if adding a template to one part of a page were to completely or partially change the display or styling of an unrelated part of the
1528:
Please, also remember that bots (on wmflabs) and scrapers might have expectations with regard to the presence of certain classes. So i'd take significantly extra care with templates that are part of processes etc.
3947:
The first selector "table.aow-driver-results" makes the latter selector "td.gold" only apply within the specific table, so doing that is unnecessary. (this is basically doing "use .myTemplate tr rather than tr")
3126:
There is indeed more than one possibility, determined by context. Consider these two questions: (i) what is it a sandbox of? (ii) what is this stylesheet intended to affect? Imagine we have an existing template,
893:
I didn't realise that, that's enormously useful. looks like error checking is built in. While I am thinking about it, is it possible to list all pages using TemplateStyles / all pages with TemplateStyles errors?
5593:
Whatever. My memory may be getting rusty about when the space-slash convention was first introduced. The fact that it's optional in HTML 5 is not a reason to stop using it, when it breaks things if you do so.
4591:
The one question I have is whether, when substing, we should output an inline-styled version (as in that version) or a style-less version. My preference is for the style-less version. Opinions are welcome.
3366:
That just makes no sense. TemplateStyles is not special here in any way that I'm understanding -- there's no technichal reason why the MediaWiki developers couldn't have coded it so that instead of typing
1354:
I fixed it for you. Apparently MediaWiki gets a bit confused if the default content model of a page changes, I had to change it to something else then back to Sanitized CSS. I think some upcoming work for
5013:. Such indirect trackings are a load on editors like me. I do understand the TSTYLE of course, and its consequences. So we'll have to discover documentation along. (I remember module-user-sandbox setup) - 5328:. It does not look like HTML validation was chief among the decision criteria in so far as it doesn't seem to have been considered at all. Obviously browsers don't mind loading the CSS for <style: --> 2188:
Get the name of the template css pages in the module and insert a /sandbox/, then provide that in the use templatestyles box? IMO it would be preferable either way to link these things at the bottom of
5664:
hardcoded into the module. The TS required is not known (=dymamic, by template input), so defining the TS in the implemented template (before the module call #invoke) is not possible. Any examples? -
3540:
is that we normally append "/sandbox" to a template to create a sandbox for testing. However, I'm not aware of any documentation that indicates that, nor any technical advantage in using that scheme.
4577:
So, I did some hunting/poking. For templates which are regularly substed, we can make it so the templatestyles tag is not substed along with the rest of the template. This came up in the context of
3857: 137:
Media queries for screen width should normally use one or more of the following standard values. This limits the number of times content can jump around multiple times in an unpredictable matter.
4884: 4736: 4327: 5467:. While the space is not required in HTML 5, it is in XHTML and is also expected by various parsing tools (even some of our own internal ones like the syntax highlighter gadget will barf on 4241:
In the template's original usecase, the "blinking text" is just an underscore, mimicking the flashing cursor of a command prompt. That doesn't seem like a massive accessibility violation.
1809:
The "stray" bulb is deliberate (I've just made that clearer). It demonstrates what happens when you use a class name on a div that is the same as one used in a templatestyles stylesheet.
1635:
The problem with all of this is that the classes "leak out" onto the page, which means we need to pick unique class names, otherwise we can get all sorts of unexpected interactions. --
5337:
I don't see itemprop mentioned in Phabricator for the design of TemplateStyles, so that may be something that can be fixed. Recommend a phab task for this regardless of the other. --
1291:
before templatestyles was enabled earlier today. This more or less worked as expected. However, since TemplateStyles was enabled I can't edit the style sheet further. The message is
3461:
means that Redroses's two possibilities reduce to one, because the sandbox of the stylesheet is indistinguishable from the stylesheet of the sandbox. Have you accepted that yet?
5904:
because it is easiest to remember. If I remember the template name, then I just add a dash and I then have the class name. That is how most of the table templates I use work:
5623:
character. If a syntax highlighter chokes when the space is omitted, that's a bug in the syntax highlighter and not indicative of a problem in the code that it is parsing. --
5946:
And it is easier for less experienced table editors than me. The pattern is obvious. They can just copy the above 2 lines to many other sortable tables without problems. --
3861: 4991:
For sufficiently 'longterm' comments, the styles page itself is fine. For shortterm comments, use the talk page of the primary template as is normal for coordination. --
2816:
for one specific navbox, and the "arrow lists" appear perfectly fine in Dictionary.app whereas the lists with hlist class are only displayed as regular bulleted lists.
4004:
Since the classes "gold", "silver", etc. are selected only when inside a table whose class is set to aow-driver-results, I think that satisfies the reasoning behind
5862:
Common.css is a huge file. One of the reasons for TemplateStyles was to lessen the size of Common.css. So the CSS for TemplateStyles would only be pulled as needed.
4719: 115:
For comparison, the breakpoints in Timeless are – mobile: up to 850px; then desktop-small: up to 1099px; then desktop-mid: up to 1339px; and then desktop-large. -
4946: 4753: 4365:
and converting all the uses for a blinking cursor to that template, while removing the blinking from any templates that use it for something other than a cursor.
2836: 1906: 466: 75:
Minerva is currently 720px and 1000px. I suggest we therefore start with these values and ask people to discuss any other media query settings before applying. —
5781:
template talk page. One user expressed an interest in having two classes with identical styling for reasons he feels makes the template easier to use. Example:
3375:(note: I'm not endorsing this hypothetical as it would be confusing, just presenting it for the sake of argument), which would make it literally the same as my 939:
Ok thanks. I am not feeling evil enough to throw extra work at the people implementing this at the moment, but it's nice to know that it's an option if needed.
849:
Note such a template is not necessary to display a message if the target stylesheet doesn't exist. TemplateStyles will already display a message something like
4180:
There's very few transclusions outside of User and User_talk namespaces, where it seems to generally be used for a single blinking character in userboxes like
3309:
There is no "second context" where you can test the effects of changes to a stylesheet-sandbox without having a paired template-sandbox to display the effects.
1995: 5006: 4973:
to a .css page. All fine. OTOH, I'd like to work with these css pages, off css-coding. Think background categorising, track usage, planning standardisation.
4795: 2486:
is going too far. Use those modules on templates that people tend to incorrectly subst, but don't worry about the majority where no one tries to subst them.
5679:
You can load templatestyles from a module in the same way you can call out to any other extensions tag. with frame:extensionTag. An example can be found in
4441:
I was trying to make the text in the last column be centered, but a user reported that the style is leaking to other tables on the page. I then used edited
3868:. Who feels good/bad with this? Should we generally enable this kind of replacement for tables with legends (or tables generally)? (I note the existence of 3264:, creating the same dicontextual dilemma. But yet the /sandbox part has found itself at the end, so the same convention should apply to TemplateStyles CSS 5870:
and its subpages. People copy what they see done on other tables. So they can copy it without having to wade through template docs, and make class choices.
4143:
Something needs to be done about this stylesheet: it's misused across like ten or so different templates as a generic means of implementing blinking text.
2328:? the one for the main template or the one for the sandbox? Whichever one you pick, it will be right for one of those templates and wrong for the other. -- 5048:
for T:css subpages then, while I actually have described the need. So I'll have to scrape our WP screen, plaste it into a spreadsheet, and ... whatever. -
4829: 5374:
btw. this might change at some point when we fully switch to Parsoid, as it is easier to postprocess HTML with Parsoid to correct something like this. —
4067:(and presumably in similar articles), the table is "below the fold" by default on anything less than a 4K monitor, so that's nothing I'd worry about. -- 1963:
I wonder how often this happens. I know there are a few templates which set "this template must be substed" and then a bot goes around and substs them (
2557:
An admin can set the content model for a particular page. I don't know whether there would be any further problems. Please post the final result here.
3612:
at the end and the name also reflected its status as a sandbox style sheet but I could be just as happy with Module:Citation/CS1/sandbox/styles.css.
2090: 1822: 5062:
Anything but categories can and should be placed on the main template’s documentation subpage. Categories may not be applicable there; if they are
3653:
convention, per the points in RexxS's summary above. It seems to make the most sense and clearly links the two, without raising the problems that
3439: 3423: 1855:
in the wikitext. Note there's no way to "subst" the current version of the stylesheet, much like you can't "subst" a specific version of an image.
1811:"Calling the red one again doesn't restore the red as it uses the earlier inline style and the sandbox style with the blue is later in the page." 953:
There's no harm in requesting it. If the developers don't think it's important enough to make time to do it, they'll just leave it in a backlog.
5417:, its known as in so far that it was brought up at some point when initially reviewing the code when choosing solutions. The reason is also why 3791:
Indeed. I was assuming that we'd want follow the principle of using prefixes, but we'd use something derived from the associated template (like
1503:
A non-specific followup: should the template emit both a talk-quote-inline and a talk-quote-italic? So someone can target the whole template? --
4879: 2802:
Putting the hlist styles into their own CSS page might fix some display problems with applications which don't load MediaWiki:Common.css, like
1903:
the classes "leak out" onto the page, which means we need to pick unique class names, otherwise we can get all sorts of unexpected interactions
5744:
I have started a discussion about using a general templatestyles page directly in articles to align a whole column without code in each cell:
5301:, if that wouldn't break anything. Dunno about the first. And maybe these are both just general issues with templates that use TemplateStyles. 252:"I also think that +- 5px" What sense does that make, can you clarify ? The whole point of having cutoffs is to not change layout every 5px. — 5768: 2146:
if you want to test changes to styles. What's the point in having documentation that's wrong? Just use sandbox1 and the problem goes away. --
1825:(blue), the software does not load the first (red) stylesheet again, as you might expect that it would for cascading style sheets. Cheers -- 3529:"must have the sanitized-css (Sanitized CSS) content model, which is the default for subpages in the Template namespace that end with .css" 2085:
to point to a different "sandbox" version of the stylesheet for testing changes to the stylesheet. To avoid confusion, I've now shifted to
1293:
You cannot edit this revision because its content model is sanitized-css, which differs from the current content model of the page wikitext
858: 3818: 2240:
just adds a normal wikitext link to the styles... it doesn't stop you using a sandbox version of the styles in the template's sandbox. -
4290:
My understanding is that CSS pages are only parsed as wikitext on the CSS page itself, and not on pages that include it. That is adding
3080:
Extra work for no observable reason. The fact that it is a sandbox style page is quite apparent with the /sandbox/styles.css variant. --
1964: 5984:
I didn't think your post was clear or specific enough. And the other discussion is focused on multiple questions, not just this one. --
1763: 5745: 4714: 3405:
There is no "second context" where you can test the effects of change to a datapage-sandbox without having a paired module-sandbox to
1409: 5605: 5486: 5313: 3283: 3248: 2538: 2094: 1881:
Agreed. We probably ought to give the advice not to bother converting to TemplateStyles any templates that are routinely subst'd. --
453: 4907:
If I click "Show all" on the bottom 2 tables they only open up the top table. The collapse button only shows up on the top table.
3759:
I'm fine with all of those coding conventions. They are pretty commonly used anyway, so shouldn't be much of a problem in adopting
5106:
I don’t have one at hand, but you can just edit a TemplateStyles page and click preview. While searching for a test page, I found
4931: 2952:
The immediate alternative is that we just use a normal invocation on each template page, but I'm not really in favor of that one.
1813:
There are no inline styles here. If you subst the templates you get exactly the same effect. That would show that even though the
866: 862: 5107: 4919: 4874: 4438: 3402:
which "pairs together" that module and its data page. Testing changes to the /data page requires a corresponding paired module.
2625: 2530: 1818: 1399: 5801: 4137: 3601: 3443: 3413: 2898: 2862: 2696: 1231: 1119: 1061: 5506: 3234:
does not point to it. But that clearly isn't true -- I even personally used that sandbox for a deduplication of the code of
3112:, seems like a good reason to have pages that end in ".css". I'm unconvinced that a sandbox page has to end in "sandbox". -- 2455:
Should text like "Do not use TemplateStyles in a template that should be substituted; in templates with TemplateStyles, use
6009:
Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.
2086: 1698: 1038:
Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.
870: 47: 17: 3431: 2143: 2117: 1675: 1600:
tag. The thermometer renders correctly, so the styles are applied. That can be checked by using the browser inspector. --
1175:) and you would also have to have them such that you could show the text in the orders needed; you'd basically be adding 1080:
That seems a bit iffy. It might be possible, but might require some excessively weird HTML. TemplateStyles is enabled on
4445:
to use ".awards-table-5", but that just made the code not work anymore. Any idea on how to make it work and not leak? --
3796: 3419: 3287: 3279: 3258: 2371: 2360: 2342:
Please don't get exasperated. I replied to you above (00:42, 26 July 2018 (UTC)) regarding what could/should be done. --
2322: 2309: 2234: 2079: 1009:
Ok I did that. Although I am not used to that exact system, I am pretty sure it's assigned to you so you should see it.
443: 4442: 2472: 2106: 1754: 1644: 1570: 5696: 5434: 5387: 5365: 4766: 4672: 4544:
For anyone reading this later, the trick to making ".awards-table-5" work was adding that class to the template as in
3620: 3605: 2747: 2285: 1927:
the above demonstrates. Do you think that we can make any improvements to the guidelines to reinforce those points? --
1542: 1428: 732: 265: 222: 88: 2075:
Another point comes to light. Because a /sandbox page shares the documentation with the main template, you can't use
4255:
Oh, that's not that bad. You just added some text to the page today about templates working. Why do you not think a
3673: 3510:"The recommended usage pattern is to store the styles for Template:Foo under a subpage like Template:Foo/styles.css" 1704:: The sandbox version has blue fill, and because it uses the same class names, it overrides the red in the original. 4817: 4064: 3395: 2995: 2934:
all allow custom styles (usually with multiple parameters). What approach should we take for template styles here?
2678: 1443: 1285: 1048: 800: 38: 3524: 3505: 2949:
is still used for conversion. Such a parameter would also allow us to track color combinations for accessibility.
1315:
but I don't know what to change it to. Clearly the default syntax highlighting doesn't recognise sanitised CSS. --
180: 5574:
After the attributes, or after the tag name if there are no attributes, there may be one or more space characters
4046: 3822: 3379: 3218: 2534: 2394: 2139: 2113: 1085: 908:
You can find all style pages (i.e. pages with the TemplateStyles "sanitized CSS" content model) by searching for
4685:
which is still at the W3C Candidate Recommendation stage, so browser vendors are not obliged to support them. --
1760:
Do the styles load once with each invocation or once per page when there are multiple tags pointing to one place
1281:
template. It mostly went smoothly with testing using my custom.css. I copied the working css to a style subpage
913: 852: 353:
I'm fairly certain there is now a task in the Timeless project to sync the cutoffs to the documented cutoffs. --
3927: 3904:
I wonder if that's a serious or a rhetorical question--if the former, in the styles.css page for the legend. --
3513: 3427: 2979: 2135: 1152:
I think it would be quite unwieldy to do it with TemplateStyles (if you were to do it by adding a parameter to
534: 4947:
Knowledge:Village pump (technical)/Archive 185#Help is needed to make the header row with sorting icons sticky
4754:
Knowledge:Village pump (technical)/Archive 185#Help is needed to make the header row with sorting icons sticky
4359: 3777:
The one I wasn't sure about was the naming prefixes. mw- and ext- are not appropriate in our case, I think. --
1088:
here to test things out (being aware of certain CSS features that aren't supported in TemplateStyles, such as
3094:
Having CSS pages not deviate from the standard sandbox naming convention totally is an "observable reason".
1340:
content model. Since the page was created before the TemplateStyles extension was enabled, it was created as
635:
No objections, if in practice something more is needed then it can be added then, but for now it seems good.
4184:. Perhaps it should just have a tracking category for usage outside of these namespaces in a css comment. - 4045:
Tgr on Phab indicates that, because of the placement of the template relative to the table, we might have a
3616: 2767:
anyway because someone decided to re-use hlist for something in the Minerva interface, so it wouldn't hurt.
2506:
tag in the resulting code, which may negate many of the benefits of using TemplateStyles in the first place.
828: 821: 776:
and cascade protection. Note that templates themselves shouldn't be directly cascade-protected though (see
5975: 5809: 5615:
The space is optional in XML and XHTML, but was required in HTML 4 if an empty element tag ended with the
5331: 5324:
The use of the style/link tags and why TemplateStyles are injected as inline as they are is documented in
4549: 4545: 4410:
Seems like overkill, however if you want to improve Statustop to its own template style go right ahead. —
3290:). Unless you create a template to see the effects of changes to a stylesheet, you can't test the changes. 2842:
I believe TemplateStyles could be used here to fix this issue. Basically, if using MiniveraNeue, make the
2483: 2460: 2203: 2193: 924: 692: 2301:
I don't know how many times I have to explain this, but the /sandbox uses the documentation page for the
5991: 5953: 5753: 5602: 5483: 5310: 4780: 4578: 2971: 2803: 916: 773: 711: 679: 620: 502: 2390:
The other thing you could do is have some page name logic for the page transcluding the doc, e.g. with
2134:
I think the latter is neither reasonable nor fine for testing changes to styles. The documentation for
3698:
in general its a good idea, but we shouldn't beat anyone (or edit war) over things like whitespace. —
3109: 5796: 5515: 5125: 5114: 5077: 4217: 4181: 3596:
There are 25 cs1|2 templates and each of those has a sandbox. Because all of the live templates use
3238: 3228: 1727: 1392: 590: 2945:) with the name of the TemplateStyles page. This would also allow us to track those templates where 2016:
tag directly to style pages, and then calling that a "class of template" with just the tag in it. --
275:
max-width media queries to be 1px separate from each other to avoid an overlap, eg 600px and 601px.
5847: 5775: 5631: 5584: 4693: 4259: 3953: 3938: 3895: 3841: 3734: 3597: 3163: 2975: 2660: 2608: 2547: 1917: 1323: 439: 5995: 5979: 5957: 5851: 5813: 5757: 5733: 5700: 5673: 5635: 5610: 5588: 5555: 5538: 5519: 5491: 5438: 5409: 5391: 5369: 5346: 5318: 5129: 5101: 5081: 5057: 5039: 5022: 5000: 4985: 4807: 4784: 4715:
Knowledge:Village pump (technical)#Help is needed to make the header row with sorting icons sticky
4697: 4676: 4650: 4616: 4601: 4559: 4538: 4524: 4470: 4454: 4416: 4394: 4339: 4321: 4307: 4278: 4250: 4229: 4209: 4195: 4175: 4152: 4128: 4103: 4076: 4058: 4032: 4018: 3972: 3957: 3942: 3913: 3899: 3881: 3845: 3808: 3786: 3772: 3752: 3738: 3718: 3704: 3685: 3661: 3640: 3624: 3571: 3552: 3455: 3361: 3336: 3273: 3209: 3167: 3121: 3103: 3089: 3075: 3056: 2983: 2964: 2911: 2875: 2825: 2790: 2776: 2751: 2728: 2709: 2664: 2643: 2612: 2586: 2566: 2551: 2518: 2493: 2428: 2385: 2351: 2337: 2289: 2267: 2251: 2218: 2183: 2169: 2155: 2129: 2058: 2044: 2025: 2007: 1990: 1976: 1936: 1921: 1890: 1875: 1834: 1804: 1782: 1624: 1609: 1546: 1519: 1512: 1498: 1473: 1432: 1366: 1349: 1327: 1305: 1244: 1199: 1132: 1099: 1074: 1018: 967: 948: 934: 903: 880: 844: 809: 787: 763: 752: 736: 714: 695: 683: 666: 644: 627: 609: 594: 577: 552: 455: 393: 376: 362: 284: 269: 240: 226: 173: 126: 108: 92: 5836: 5729: 5724:
is called to get all the styles (if any) which are then output before the normal convert result.
5005:
Not just comments, I meant. More like automate, categorise. Categorise by talkpage you mean? The
4582: 4366: 3981: 2894: 2858: 2810: 2692: 2562: 1385: 1227: 1115: 1057: 956: 5561: 5529:
operating as expected as well. Even systems like Notepad++ have no issue with either version. --
2734:
I don't think it currently can be, it's too widely spread. Better focus on easier stuff first. —
231:
I think that is reasonable. I also think that +- 5px on these breakpoints should be acceptable.
4732:
by shortening the header names, and putting the sorting icons back with the header names. See:
2370:), it will be included in brackets after the main link. See the box above the documentation at 5971: 5805: 4466: 3531:
and technical advantage that we automatically get a sanitized-css page if we end it in ".css".
3357: 3346: 2846: 2821: 2772: 2468: 2256:
The real problem is that testcases for changes to styles will have to be on separate pages. -
1800: 1301: 1195: 518: 3412:
Modules and datapages go in linked pairs, so according to you it's obvious that we would use
3352:
I used a copy on the German Knowledge as the sandbox before TemplateStyles was enabled here.
1769:
we need to pick unique class names, otherwise we can get all sorts of unexpected interactions
1481:
On the first question, I'd be very much in favour of semantic names for the classes, such as
5985: 5964: 5947: 5749: 5683:, for instance. Just make sure to output it in a sane spot (generally before the content). — 5669: 5597: 5499: 5478: 5305: 5097: 5053: 5018: 4981: 4774: 4646: 4556: 4534: 4520: 4450: 4390: 4335: 4303: 4246: 4205: 4148: 3567: 3559: 3451: 3269: 3108:
Having CSS pages not deviate from the standard CSS pages naming convention, as described in
3099: 3071: 2931: 2923: 2906: 2870: 2704: 2490: 1948:
I'm okay with that given all the discussion about 'in-page' styles that I know has been had.
1872: 1363: 1333: 1239: 1156: 1127: 1096: 1069: 1051:, and at least tell us if styling citation templates with TemplateStyles would be possible? 1014: 964: 944: 931: 899: 877: 840: 784: 777: 749: 708: 675: 640: 606: 538: 486: 435: 372: 280: 236: 104: 5397:
It's part of the "we are not valid for validness sake, but for actual valid results"-policy
4813:
Solved. Need help with multiple templated tables on the same page using the same styles.css
3278:
There's nothing fallacious about the argument. Your analogy is faulty because the template
2272:
Yes this is an interesting issue that I don't think any of us really considered so far... —
5692: 5511: 5455:
For maximal compatibility with browsers and other tools, it would be best if this emitted
5430: 5383: 5361: 5286:<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r993651011"/: --> 5155: 5121: 5073: 4796:
Knowledge talk:Manual of Style/Accessibility § Group of users interested in changes to CSS
4668: 4072: 4014: 3804: 3768: 3743:
CodeEditor seems to provide a tab for you, so I'm not sure that's too much of an issue. --
3604:. I would like to have a sandbox of that for use with the sandbox templates that all use 3548: 3332: 3205: 3117: 2927: 2743: 2333: 2281: 2179: 2151: 2102: 2021: 1986: 1932: 1886: 1830: 1750: 1671: 1640: 1605: 1538: 1494: 1424: 1345: 1275: 728: 586: 490: 261: 218: 84: 2533:). Is there any way to test the module with a sanitized-CSS without creating subpages of 2529:
Hello. I am trying to add templateStyles CSS in a module I am working on in the sandbox (
1952:
Substed or non-substed, either way multiple uses of the same stylesheet are deduplicated.
1857:
Substed or non-substed, either way multiple uses of the same stylesheet are deduplicated.
989: 343: 5352:
how we used to include 'invalid' IE specific stuff to make certain things work in IE). —
4742:
But there will be a need for a sticky sorting row in other partially collapsed tables.
3608:. I had thought to create Module:Citation/CS1/styles-sandbox.css so that the name kept 2994:
What should the sandbox version of a TemplateStyles page be named? This affects the way
5840: 5705: 5680: 5624: 5577: 5551: 5534: 5405: 5342: 5161: 5035: 4996: 4803: 4720:
Talk:COVID-19 pandemic by country and territory#COVID-19 pandemic deaths#Monthly totals
4686: 4612: 4597: 4317: 4274: 4225: 4099: 4054: 4028: 3999: 3968: 3949: 3931: 3909: 3888: 3877: 3834: 3782: 3748: 3727: 3714: 3681: 3636: 3558:
misinterpreting/applying too strictly, as it is a (future/experimental) stylesheet for
3156: 3085: 2960: 2902: 2866: 2786: 2724: 2700: 2656: 2629: 2619: 2604: 2572: 2543: 2514: 2479: 2456: 2424: 2347: 2214: 2165: 2125: 2054: 2040: 2003: 1972: 1910: 1620: 1566: 1508: 1469: 1316: 1265: 1235: 1123: 1065: 526: 478: 389: 358: 4710:
The table is using the same styles.css page as the above discussion. See discussions:
4006:"Use selectors and class names that are highly likely to be unique to the style page." 3819:
Template talk:Gallery##mobile: Please drop usage of inline styles - use TemplateStyles
3518:"In general, this means that a style page should be a subpage of the related template" 1162:), since you would probably have to have HTML classes hardcoded into every name (e.g. 5725: 5658: 5045: 4682: 4411: 4380: 4170: 3699: 2890: 2854: 2688: 2558: 1223: 1147: 1111: 1053: 804: 758: 742: 510: 494: 2571:
What's the problem with having them in subpages? That's what we do for Modules with
5400:
doubt on the documentation, which is nothing new for most software projects ;).) --
4505: 4495: 4462: 4295: 3353: 2817: 2768: 2600: 2464: 1796: 1297: 1191: 653: 506: 474: 5418: 5325: 3869: 2416: 2199:
with all the other standard subpages. (Categorize if you want since I don't think
381: 157:
Responsive designs should take care to avoid dramatic changes across breakpoints.
5665: 5569: 5565: 5471:, and mis-highlight the entire page after that point, which doesn't happen with 5093: 5049: 5014: 4977: 4967:: It's in templatespace ;-) I noted, one cannot & doesnot add the habitual 4706:
Solved. Need help making a 2nd header row sticky in a table using TemplateStyles
4656: 4642: 4553: 4530: 4516: 4446: 4386: 4376: 4331: 4299: 4242: 4201: 4187: 4160: 4144: 4120: 3563: 3447: 3312:
Templates and stylesheets go in linked pairs, so it's obvious that we would use
3265: 3244:. Again, I'm failing to see why TemplateStyles CSS is special here. Presumably, 3095: 3067: 3048: 2650: 2635: 2593: 2578: 2487: 2446: 2403: 2377: 2296: 2259: 2243: 1869: 1774: 1450: 1360: 1312: 1218: 1185: 1093: 1010: 961: 955:
BTW, there's also the fact that one of the two people likely to implement it is
940: 928: 920: 895: 874: 836: 794: 781: 746: 636: 603: 569: 544: 522: 514: 498: 368: 367:
If that was done we could safely ignore 1100px and 850px, maybe also cut 600px.
276: 247: 232: 165: 118: 100: 46:
If you wish to start a new discussion or revive an old one, please do so on the
4961:: What is best practice for {{documentation}} of a TemplateStyles css subpage? 4914:
Any ideas? Any help would be appreciated. Here is the TemplateStyles css page:
1907:
Knowledge:Village pump (technical)/Archive 166#If allowed - default protection?
1653:
The div has a class name matching one used in a TemplateStyles tag on the page.
5867: 5684: 5422: 5375: 5353: 4660: 4068: 4010: 3800: 3764: 3544: 3328: 3305:. In what template are you going to put the modified <templatestyles /: --> 3201: 3113: 2883: 2797: 2758: 2735: 2442: 2438: 2329: 2273: 2175: 2147: 2098: 2017: 1982: 1928: 1897: 1882: 1826: 1746: 1667: 1636: 1601: 1530: 1490: 1416: 720: 482: 253: 210: 76: 3371:
to add a CSS page, you could just add them like you do regular templates, as
1745:
makes no difference by previewing the section with the templates subst'ed. --
1737:
restore the red colour. I infer then that subsequent template invocations do
467:
Knowledge:Village pump (technical)/Archive 166 § RfC: Enabling TemplateStyles
5873:
So far, there seems to be consensus for the first 2 classes. 2 editors want
5547: 5530: 5414: 5401: 5338: 5031: 5010: 4992: 4799: 4608: 4593: 4372: 4313: 4285: 4270: 4236: 4221: 4095: 4050: 4024: 3988: 3964: 3905: 3873: 3778: 3744: 3710: 3693: 3677: 3632: 3139:. The page that we are trying to decide a name for might be the sandbox for 3081: 2956: 2782: 2720: 2510: 2450: 2420: 2343: 2210: 2161: 2121: 2050: 2036: 2031: 1999: 1968: 1616: 1580: 1562: 1504: 1465: 1295:. I assume this is a privileges issue, but it gives no further information. 385: 354: 1958:
We probably should avoid having substed templates litter the wikitext with
1860:
We probably should avoid having substed templates litter the wikitext with
1733:: Contrary to my expectation, calling the original template once more does 984: 338: 3172:
I'll have to disagree with the possibility of two contexts. A sandbox for
4725: 4487:
element in every row, so if the table contains a combined ref cell (with
3501:
we seem to append "/styles.css" to any template to create its stylesheet.
2781:
Yeah, that was my thought. Just figured I'd throw the question out. :) --
4659:, the linter in the code editor is rather old, it needs to be updated. — 4515:
for a cell in the Results column (which is the recommended way anyway).
3286:, which is where you tested your changes (and could view the results in 2628:
as a pseudo-namespace for TemplateStyle sandboxes, operating much like
2035:
have today to see what we lose/gain. It's a basic decision analysis. --
1851:
It's safe to subst templates using TemplateStyles, you'll just get the
1089: 1981:
A template that's been subst'd is no longer a template of any kind. --
4905:
buttons only work on whatever is the top table in the article itself.
2837:
Knowledge:Village pump (technical)/Archive 166#Weird behaviour at Afd
4083:
Does the response here mean the following bullet is still consensus?
3155:. So it comes down to: what are we intending to demonstrate/test. -- 772:
is treated just like a normal template transclusion for things like
5030:. Whatever you think you need or want to do, you probably don't. -- 4326:
Yes, otherwise all pages using citation templates would show up in
5027: 3887:
Where are those classes like gold, silver, topten etc. defined? --
3388:
Let's take another example of a non-standard type of page: module
5175:
in this context. (Suppressing further errors from this subtree.)
4824:
to all the 3 partially closed tables at the top of this article:
2719:
Should hlist be a template style? If so, where should it live? --
1081: 5940:"wikitable sortable static-row-numbers sticky-header sort-under" 5152:
W3C's validator is throwing errors when I test a page that uses
4681:
Both of these keywords are intended to be introduced as part of
4511:/etc are centered anyway, one way to prevent it is to never use 1356: 3523:
creating pages that end in ".css" fits with the requirement at
3446:, as it should be. TemplateStyles should be exactly the same. 2463:
to prevent accidental substitution" be added to the guideline?
1946:
there's no way to "subst" the current version of the stylesheet
5795:
It's my understanding that only essential styles are added to
5572:, the space preceding the slash is optional. It is covered by 1344:
content model, so an admin would need to change it. See also:
915:). You can find all pages using a particular style page using 25: 4761:
And see partially closed table with sticky sorting row here:
3858:
Template:American Open Wheel driver results legend/styles.css
2852:
box have a 100% width. I lack the skills to do this however.
2502:
Substituting a template which uses TemplateStyles leaves the
2318:
for both templates. So which .../styles.css do you target in
1764:
mw:Help:TemplateStyles#In_which_order_do_CSS_styles_override?
1084:
if you want to try things there, or you could try using your
4885:
Template:Monthly cumulative COVID-19 death totals by country
4737:
Template:Monthly cumulative COVID-19 death totals by country
4328:
Category:Knowledge pages with incorrect protection templates
3864:. The way I structured the CSS, it also allowed me to make 1771:– yes, hence the third bullet point of these guidelines. - 2012:
You might as well say that we're missing out on using the
1794:
It does demonstrate the importance of unique class names.
5769:
Knowledge talk:Manual of Style/Tables#Template:Sort under
5421:
isn't yet fixed, so you could say it is captured there. —
4109:
styles to the whole table, as might also be the case for
1456:). I have a thought or two--maybe someone will disagree. 296:
To clarify all these combined plus some I just added is:
4491:), the style can spill over to other columns. But since 4433:
Issue with style being applied to other, unrelated code
4216:
I would nominate it for deletion. Blinking text is not
4166: 4117:-end templates styling the wikitext in-between them. - 3865: 3024: 2498: 2366:
so that if the sandbox version exists (as a subpage of
1905:- this is what I was afraid of, see my two comments at 757:
Are template styles subject to cascading protection? —
3037:– similar to above, but would allow for creation with 2419:
to see if there is a reasonable technical solution. --
1741:
reload the original style sheet. You can confirm that
4165:
like what? And why is this an issue? Looks to all be
2679:
Help talk:Citation Style 1#CSS for citation templates
5828:
Subsequent comments should be made in a new section.
5072:), and they will appear at the bottom of the page. — 4926:
I created a second CSS page to use for experiments:
2174:
I'd be interested to hear how that would be done. --
2030:... We are? :) (There are explicit plans to mark up 418:
Subsequent comments should be made in a new section.
5746:
Knowledge:Village pump (technical)#Column alignment
5148:
HTML 5 compliance issues relating to TemplateStyles
5087: 5067: 3323:There is no obvious template that should pair with 1787:
There is a stray blue thermometer bulb on the page.
1341: 1337: 471:Pinging those who commented at the VPT discussion: 3862:Template:American Open Wheel driver results legend 3254:could also be interpreted as the /item subpage of 1821:(red) is later in the page than the first call to 5279:From line 81, column 209; to line 81, column 291 5178:From line 72, column 133; to line 72, column 187 4355:I recommend, if no one else comments, creating a 3299:<templatestyles src="Example/styles.css"/: --> 3196:, which would be the template that points to it. 873:(e.g. if you try to use a wikitext page as CSS). 3147:. Or, the page might contain the stylesheet for 799:thanks - validated with a protection demo here: 5222: 5165: 3475:There is no doubt that the stylesheet is named 3214:By the same fallacious argument, a sandbox for 3010: 1596:The source of the styles is still there in the 190:320px (minimum size for a modern mobile device) 5293:The second would seem fixable by giving it an 5066:useful, they can be included as CSS comments ( 4294:to a CSS page will add the CSS page itself to 3543:Have I missed anything out of that summary? -- 3400:mw.loadData("Module:Good article topics/data") 3392:s. All of your arguments seem to apply there: 2937:My inclination is to add a parameter to each ( 1395:, as well as making two of its' subtemplates: 5831:A summary of the conclusions reached follows. 5720:when it knows a certain style is needed, and 5228:element must not appear as a descendant of a 4901:buttons work on the separate template pages. 4588:I'd like to change the guidance accordingly. 4298:, but not any pages that use the stylesheet. 4086: 3464:There is no doubt that the template is named 3327:, which is why it's a poor choice of name. -- 3184:does not point to it. Any sandbox version of 2097:to use when testing changes to the styles. -- 857:if the named page does not exist (taken from 421:A summary of the conclusions reached follows. 298: 134: 8: 4932:Template:COVID-19 pandemic data/styles 2.css 4633:Why does the code editor warn against using 1047:Could some TemplateStyles expert comment on 745:to handle special cases like the main page. 617:All of the points seem like common sense. — 5893:- with it being the popular choice so far: 4794:Watchers of this page may be interested in 4790:Group of users interested in changes to CSS 4063:That's a possibility in some cases, but in 2603:. So where should I create this subpage? -- 2356:Sorry I misunderstand before. I've changed 1864:, much like how we avoid littering it with 1190:Please correct me if I'm wrong about this. 5650:What are the options to apply an existing 4920:Template:COVID-19 pandemic data/styles.css 4830:COVID-19 pandemic by country and territory 3709:I'm trying to preempt the edit wars. ;) -- 2305:, not a separate one. You only get to use 1271:template to use TemplateStyles, using the 1049:Help_talk:Citation_Style_1#Arbitrary_break 5716:shows a generic solution. The code calls 4439:Template:Awards table5/styles/sandbox.css 3668:Adopt MediaWiki coding convention for CSS 3525:mw:Help:TemplateStyles #How does it work? 3506:mw:Help:TemplateStyles #How does it work? 3306:tag that links to the stylesheet-sandbox? 1391:and was able to remove it's styling from 196:1000px (minimum size for desktop screens) 5708:is too complicated but searching it for 4889: 4460:Shouldn't it be "table.awards-table-5"? 3479:. I assume all of that is common ground. 2091:Template:Thermometer/sandbox1/styles.css 1868:and other complicated unreadable stuff. 1823:Template:Thermometer/sandbox1/styles.css 1631: 1257:How do I edit sanitized-css stylesheets? 859:MediaWiki:templatestyles-bad-src-missing 3924:table.aow-driver-results tr td.aow-gold 3444:Module:Good article topics/sandbox/data 3440:Module:Good article topics/data/sandbox 3424:Module:Good article topics/data/sandbox 3414:Module:Good article topics/sandbox/data 3369:<templatestyles src="Foo.css" /: --> 3035:Template:Example/styles.css/sandbox.css 2677:CSS / HTML / TemplateStyles experts at 5396: 4880:Template:COVID-19 pandemic death rates 4861:<div class="db-Y292aWQtY29sbA": --> 4846:<div class="db-Y292aWQtc2hvdw": --> 4479:. However, this will not always work. 4266: 4005: 3528: 3517: 3509: 2946: 2938: 2501: 1957: 1951: 1945: 1902: 1810: 1768: 1759: 1442:I've made a simple test conversion of 1292: 44:Do not edit the contents of this page. 5877:in addition. Jroberson108 is opposed. 5619:character pair instead of the simple 5505:TemplateStyles uses MediaWiki core’s 4683:CSS Cascading and Inheritance Level 3 3852:Experiment with article-space: tables 1438:A simple test case: Talk quote inline 7: 5822:The following discussion is closed. 4970:{{documentation}}</noinclude: --> 3131:; that template has a stylesheet at 2160:So fix the documenting templates? -- 1359:will fix that behavior, eventually. 850: 412:The following discussion is closed. 5196:Where metadata content is expected. 3928:Knowledge:TemplateStyles#Guidelines 3920:table.aow-driver-results tr td.gold 3674:CSS coding convention for MediaWiki 3538:Template:Example/styles.css/sandbox 3496:Template:Example/sandbox/styles.css 3489:Template:Example/sandbox/styles.css 3485:Template:Example/styles.css/sandbox 3432:Template:Example/styles.css/sandbox 3325:Template:Example/styles.css/sandbox 3318:Template:Example/sandbox/styles.css 3198:Template:Example/sandbox/styles.css 3153:Template:Example/sandbox/styles.css 3145:Template:Example/styles.css/sandbox 3063:Template:Example/styles.css/sandbox 3021:Template:Example/styles.css/sandbox 3007:Template:Example/sandbox/styles.css 2503: 2144:Template:Example/sandbox/styles.css 2118:Template:Example/sandbox/styles.css 2013: 1959: 1861: 1852: 1597: 1170:<span class="db-aW5pdGlhbA": --> 1166:<span class="db-aW5pdGlhbA": --> 871:if it's not the right content model 769: 602:, seems like a sensible guideline. 425:There is an unanimous consensus to 312:720px (large mobile/tablet devices) 146:720px (large mobile/tablet devices) 5767:This question relates to a RfC at 5160:, which depends on TemplateStyles 4475:Rather, you could just get rid of 3797:Template:Infobox person/styles.css 3672:Would it be valuable to adopt the 3468:and its template-sandbox is named 3420:Module:Good article topics/sandbox 1552: 801:testwiki:Template:NTMP1/styles.css 330:2000px (extrawide desktop screens) 24: 4954:How to do "/doc" template styles? 4443:Template:Awards table5/styles.css 3922:- why was it not possible to use 3872:for this particular question.) -- 3284:Template:Db-multiple/item/sandbox 2539:User:Ita140188/sandbox/styles.css 2509:in substed templates?", above. -- 2142:, but it won't. It will be using 2095:Template:Thermometer/sandbox1/doc 863:if the "src" parameter is omitted 193:720px (minimum size for a tablet) 6005:The discussion above is closed. 5654:into a module? For example, use 5171:not allowed as child of element 5108:Template:MongolUnicode/fonts.css 5011:this GA talk scroll #bottom cats 4820:provided some wikitext to add a 3200:seems the right choice to me. -- 2918:In the context of meta templates 2500:was premature--especially since 1165:<span class="db-Zmlyc3Q": --> 1034:The discussion above is closed. 541:), be adopted as a guideline? - 426: 29: 5334:as a warning to users. Or both. 5244:attribute whose value contains 4875:Template:COVID-19 pandemic data 4200:I don't think that's possible. 2998:looks for such a sandbox page. 2626:Template:TemplateStyles sandbox 2531:Module:Sandbox/Ita140188/chart2 1819:Template:Thermometer/styles.css 1415:unnecessary. Progress baby... — 1169:<span class="db-bGFzdA": --> 1164:<span class="db-bmFtZQ": --> 707:Looks like a good start. · · · 132:How about something like this: 5802:Template:Sort under/styles.css 5086:Do you have a live example of 4833:- in the "Statistics" section. 4581:where I noted a solution like 4369:is one example of the latter. 4267:I don't think that's possible. 4138:Template:User OS:Dos/style.css 3602:Module:Citation/CS1/styles.css 3438:and yet, despite all of this, 3398:(arbitrarily chosen) includes 3316:and its associated stylesheet 3009:, which came up in discussion 327:1400px (large desktop screens) 324:1200px (medium desktop screen) 318:1000px (small desktop screens) 152:1400px (large desktop screees) 149:1000px (small desktop screens) 1: 5758:14:59, 13 December 2022 (UTC) 5636:00:37, 26 December 2020 (UTC) 5611:18:51, 24 December 2020 (UTC) 5595: 5589:00:11, 24 December 2020 (UTC) 5556:19:58, 22 December 2020 (UTC) 5539:19:58, 22 December 2020 (UTC) 5520:14:39, 22 December 2020 (UTC) 5492:04:08, 15 December 2020 (UTC) 5476: 5439:12:16, 24 December 2020 (UTC) 5410:21:06, 22 December 2020 (UTC) 5392:20:25, 22 December 2020 (UTC) 5370:20:19, 22 December 2020 (UTC) 5347:22:18, 20 December 2020 (UTC) 5319:04:07, 15 December 2020 (UTC) 5303: 5202:element that is a child of a 5130:01:06, 21 February 2021 (UTC) 5102:00:57, 21 February 2021 (UTC) 5082:00:52, 21 February 2021 (UTC) 5058:00:34, 21 February 2021 (UTC) 5040:23:41, 20 February 2021 (UTC) 5023:23:37, 20 February 2021 (UTC) 5001:22:50, 20 February 2021 (UTC) 4986:22:43, 20 February 2021 (UTC) 4808:22:07, 20 December 2020 (UTC) 4698:18:15, 24 February 2020 (UTC) 4677:09:45, 24 February 2020 (UTC) 4651:19:36, 23 February 2020 (UTC) 4617:03:42, 15 November 2019 (UTC) 3504:there are recommendations at 3110:mw:Help:TemplateStyles #Usage 2087:Template:Thermometer/sandbox1 309:600px (small phablet devices) 306:480px (medium mobile devices) 199:1200px (large desktop screen) 143:480px (medium mobile devices) 18:Knowledge talk:TemplateStyles 5996:10:20, 5 February 2024 (UTC) 5980:10:16, 5 February 2024 (UTC) 5958:10:03, 5 February 2024 (UTC) 5852:12:15, 6 February 2024 (UTC) 5814:09:31, 5 February 2024 (UTC) 5646:Lua in-module templatestyles 5297:value, or adding a value to 4785:03:32, 29 October 2020 (UTC) 4483:will always select the last 3418:There is no more reason for 3288:Template:Db-multiple/sandbox 3280:Template:Db-multiple/sandbox 3041:content model for non-admins 3011:§ Idiot's question: substing 2972:Template_talk:Infobox#Width? 2478:I think recommending use of 2372:Template:Uses TemplateStyles 1996:Which is entirely irrelevant 923:, being sure to tag it with 861:). It also has messages for 691:We definitely need these. — 321:1100px (Timeless breakpoint) 303:320px (small mobile devices) 179:Turns out they are actually 140:320px (small mobile devices) 5332:mw:Extension:TemplateStyles 4767:User:Timeshifter/Sandbox130 4602:17:48, 8 October 2019 (UTC) 4560:11:44, 12 August 2019 (UTC) 4539:11:40, 12 August 2019 (UTC) 4525:10:54, 12 August 2019 (UTC) 4471:10:20, 12 August 2019 (UTC) 4455:09:49, 12 August 2019 (UTC) 4129:02:04, 14 August 2018 (UTC) 4104:16:17, 13 August 2018 (UTC) 3846:07:02, 11 August 2018 (UTC) 3823:Template:Gallery/styles.css 3809:12:23, 10 August 2018 (UTC) 3787:01:49, 10 August 2018 (UTC) 3753:01:49, 10 August 2018 (UTC) 3606:Module:Citation/CS1/sandbox 3477:Template:Example/styles.css 3186:Template:Example/styles.css 3174:Template:Example/styles.css 3141:Template:Example/styles.css 3135:but it also has a sandbox, 3133:Template:Example/styles.css 3031:Template:Example/styles.css 3017:Template:Example/styles.css 3003:Template:Example/styles.css 2888:might be able to help here. 2140:Template:Example/styles.css 2138:will state that it's using 2114:Template:Example/styles.css 1261:I've made a version of the 1221:my way out of a paper bag. 824:. The idea is that putting 676:Jc86035's alternate account 315:850px (Timeless breakpoint) 6024: 5451:Maximum tool compatibility 5208:Content model for element 5190:Contexts in which element 4077:20:36, 5 August 2018 (UTC) 4065:2014 Florida Winter Series 4059:19:53, 5 August 2018 (UTC) 4033:19:51, 5 August 2018 (UTC) 4019:19:32, 5 August 2018 (UTC) 3973:19:51, 5 August 2018 (UTC) 3958:19:25, 5 August 2018 (UTC) 3943:19:12, 5 August 2018 (UTC) 3914:19:04, 5 August 2018 (UTC) 3900:18:57, 5 August 2018 (UTC) 3882:18:16, 5 August 2018 (UTC) 3773:23:10, 9 August 2018 (UTC) 3739:21:33, 9 August 2018 (UTC) 3719:20:36, 9 August 2018 (UTC) 3705:20:23, 9 August 2018 (UTC) 3686:20:00, 9 August 2018 (UTC) 3662:02:23, 6 August 2018 (UTC) 3641:18:21, 5 August 2018 (UTC) 3625:13:11, 3 August 2018 (UTC) 3396:Module:Good article topics 3151:which would make its name 3143:which would make its name 2996:Module:Uses TemplateStyles 2984:11:51, 3 August 2018 (UTC) 2912:19:41, 2 August 2018 (UTC) 2876:19:40, 2 August 2018 (UTC) 1553:Idiot's question: substing 1444:Template:Talk quote inline 1381:FYI, I recently converted 1313:Special:ChangeContentModel 982: 912:from Special:Search (e.g. 910:contentmodel:sanitized-css 853:Template:Example/style.css 464: 336: 202:2000px (extrawide desktop) 5458:<link rel="..." /: --> 4417:06:02, 5 March 2019 (UTC) 4395:04:14, 5 March 2019 (UTC) 4340:04:06, 5 March 2019 (UTC) 4322:04:02, 5 March 2019 (UTC) 4308:04:01, 5 March 2019 (UTC) 4279:03:54, 5 March 2019 (UTC) 4251:03:48, 5 March 2019 (UTC) 4230:03:37, 5 March 2019 (UTC) 4210:23:45, 4 March 2019 (UTC) 4196:23:41, 4 March 2019 (UTC) 4176:23:33, 4 March 2019 (UTC) 4153:22:59, 4 March 2019 (UTC) 4047:flash of unstyled content 3676:? In part or in whole? -- 3572:22:39, 30 July 2018 (UTC) 3553:22:17, 30 July 2018 (UTC) 3456:20:38, 30 July 2018 (UTC) 3362:15:24, 30 July 2018 (UTC) 3337:14:34, 30 July 2018 (UTC) 3274:13:59, 30 July 2018 (UTC) 3210:09:07, 30 July 2018 (UTC) 3168:08:39, 30 July 2018 (UTC) 3122:08:18, 30 July 2018 (UTC) 3104:02:16, 30 July 2018 (UTC) 3090:02:14, 30 July 2018 (UTC) 3076:02:05, 30 July 2018 (UTC) 3057:01:55, 30 July 2018 (UTC) 3025:this change to the module 2990:Sandbox naming convention 2965:01:35, 27 July 2018 (UTC) 2826:18:55, 31 July 2018 (UTC) 2791:21:51, 18 June 2018 (UTC) 2777:14:23, 18 June 2018 (UTC) 2752:13:24, 18 June 2018 (UTC) 2710:22:47, 30 July 2018 (UTC) 2665:06:51, 30 July 2018 (UTC) 2644:06:12, 30 July 2018 (UTC) 2613:06:02, 30 July 2018 (UTC) 2587:05:57, 30 July 2018 (UTC) 2567:05:53, 30 July 2018 (UTC) 2552:05:36, 30 July 2018 (UTC) 2537:or similar? I tried with 2535:Template:Template sandbox 2525:TemplateStyles in Modules 2519:16:53, 26 July 2018 (UTC) 2504:<templatestyles /: --> 2494:12:05, 26 July 2018 (UTC) 2473:10:54, 26 July 2018 (UTC) 2429:16:53, 26 July 2018 (UTC) 2386:17:06, 26 July 2018 (UTC) 2352:16:53, 26 July 2018 (UTC) 2338:10:44, 26 July 2018 (UTC) 2290:08:22, 26 July 2018 (UTC) 2268:01:13, 26 July 2018 (UTC) 2252:01:10, 26 July 2018 (UTC) 2219:00:42, 26 July 2018 (UTC) 2184:00:21, 26 July 2018 (UTC) 2170:00:04, 26 July 2018 (UTC) 2156:23:48, 25 July 2018 (UTC) 2130:23:17, 25 July 2018 (UTC) 2107:20:55, 25 July 2018 (UTC) 2059:00:52, 26 July 2018 (UTC) 2045:00:45, 26 July 2018 (UTC) 2026:00:28, 26 July 2018 (UTC) 2014:<templatestyles /: --> 2008:00:04, 26 July 2018 (UTC) 1991:23:51, 25 July 2018 (UTC) 1977:23:17, 25 July 2018 (UTC) 1960:<templatestyles /: --> 1937:20:29, 25 July 2018 (UTC) 1922:20:19, 25 July 2018 (UTC) 1891:19:48, 25 July 2018 (UTC) 1876:18:14, 25 July 2018 (UTC) 1862:<templatestyles /: --> 1853:<templatestyles /: --> 1835:19:45, 25 July 2018 (UTC) 1805:16:44, 25 July 2018 (UTC) 1783:16:31, 25 July 2018 (UTC) 1755:16:24, 25 July 2018 (UTC) 1676:16:10, 25 July 2018 (UTC) 1645:16:10, 25 July 2018 (UTC) 1625:16:06, 25 July 2018 (UTC) 1610:15:56, 25 July 2018 (UTC) 1598:<templatestyles /: --> 1585:Here's what I get when I 1571:15:45, 25 July 2018 (UTC) 1547:08:28, 26 July 2018 (UTC) 1520:04:54, 26 July 2018 (UTC) 1513:00:57, 26 July 2018 (UTC) 1499:00:16, 26 July 2018 (UTC) 1474:22:53, 25 July 2018 (UTC) 1433:08:21, 26 July 2018 (UTC) 1410:Tree list/final branching 1367:00:58, 20 July 2018 (UTC) 1350:22:39, 19 July 2018 (UTC) 1328:20:00, 19 July 2018 (UTC) 1306:16:30, 19 July 2018 (UTC) 770:<templatestyles /: --> 456:13:15, 18 June 2018 (UTC) 404:RFC: Adopt as a guideline 70:Mobile vs. Desktop sizing 6007:Please do not modify it. 5907: 5825:Please do not modify it. 5771:and a discussion at the 5464:<link rel="..."/: --> 4312:Have you tried it? :D -- 3918:That has selectors like 3514:Knowledge:TemplateStyles 3470:Template:Example/sandbox 3428:Template:Example/sandbox 3314:Template:Example/sandbox 3249:db-multiple/item/sandbox 3194:Template:Example/sandbox 3192:also the stylesheet for 3149:Template:Example/sandbox 3137:Template:Example/sandbox 2729:21:25, 30 May 2018 (UTC) 2136:Template:Example/sandbox 1518:anything. — AfroThundr 1245:16:07, 6 July 2018 (UTC) 1200:14:10, 6 July 2018 (UTC) 1172:hakespeare</span: --> 1133:13:29, 6 July 2018 (UTC) 1100:13:14, 6 July 2018 (UTC) 1075:00:58, 6 July 2018 (UTC) 1036:Please do not modify it. 1019:21:08, 26 May 2018 (UTC) 968:20:50, 26 May 2018 (UTC) 949:18:18, 26 May 2018 (UTC) 935:17:54, 26 May 2018 (UTC) 904:16:38, 26 May 2018 (UTC) 881:16:20, 26 May 2018 (UTC) 867:if it's an invalid title 845:11:50, 26 May 2018 (UTC) 810:12:51, 23 May 2018 (UTC) 788:12:03, 23 May 2018 (UTC) 764:01:55, 23 May 2018 (UTC) 753:19:22, 22 May 2018 (UTC) 737:17:09, 22 May 2018 (UTC) 715:08:38, 22 May 2018 (UTC) 696:07:53, 27 May 2018 (UTC) 684:15:35, 26 May 2018 (UTC) 667:20:18, 24 May 2018 (UTC) 645:17:23, 24 May 2018 (UTC) 628:10:56, 24 May 2018 (UTC) 610:19:22, 22 May 2018 (UTC) 595:11:18, 22 May 2018 (UTC) 578:08:19, 22 May 2018 (UTC) 553:08:19, 22 May 2018 (UTC) 535:Knowledge:TemplateStyles 415:Please do not modify it. 394:20:16, 28 May 2018 (UTC) 377:21:22, 27 May 2018 (UTC) 363:21:18, 27 May 2018 (UTC) 285:20:08, 26 May 2018 (UTC) 270:20:00, 26 May 2018 (UTC) 241:12:10, 26 May 2018 (UTC) 227:07:23, 25 May 2018 (UTC) 174:03:32, 25 May 2018 (UTC) 127:03:09, 25 May 2018 (UTC) 109:17:37, 24 May 2018 (UTC) 93:11:34, 24 May 2018 (UTC) 5881:class=sort-under-center 5734:23:53, 8 May 2022 (UTC) 5701:12:19, 8 May 2022 (UTC) 5674:11:28, 8 May 2022 (UTC) 2765:class="hlist-separated" 2763:Mobile currently needs 2120:are reasonable/fine. -- 1357:multi-content revisions 957:me with my other hat on 652:Covers the bases well. 5886:class=sort-under-right 5291: 5218: 4550:Special:Diff/910483702 4546:Special:Diff/910479092 4091: 3655:myTemplate/styles.css/ 3527:that stylesheet pages 2484:Module:Unsubst-infobox 2461:Module:Unsubst-infobox 1558:is being substituted. 1400:Tree list/final branch 822:Template:Styles import 335: 160: 4941:See discussion here: 4818:Quantocius Quantotius 4748:See discussion here: 4579:Template talk:Allcaps 3660:would. — AfroThundr 3045:Or something else? - 1762:– once per page, per 1587:{{subst:thermometer}} 917:Special:WhatLinksHere 774:Special:WhatLinksHere 42:of past discussions. 5797:MediaWiki:Common.css 5182:...est</span: --> 4573:Substed templates r2 4437:I have an issue. In 4182:Template:User OS:Dos 3224:is unusable because 2655:It works! Thanks! -- 2209:does that today.) -- 1699:Thermometer/sandbox1 1561:Is that the case? -- 1393:MediaWiki:common.css 1168:illiam</span: --> 5240:attribute or has a 5232:element unless the 5092:? Would be great. - 4969:"<noinclude: --> 3856:I recently created 3648:myTemplate/sandbox/ 3646:I too, support the 3598:Module:Citation/CS1 3259:db-multiple/sandbox 2361:Uses TemplateStyles 2323:Uses TemplateStyles 2310:Uses TemplateStyles 2235:Uses TemplateStyles 2080:Uses TemplateStyles 1483:inline-quote-italic 1346:mw:Content handlers 5913:static row numbers 4869:3 table templates: 4607:I made an edit. -- 4583:Template:Smallcaps 4529:Thank you both. -- 4367:Template:Statustop 3426:than there is for 2970:Arguably related: 2943:frame:extensionTag 2374:for an example. - 1487:inline-quote-talk2 1043:Citation templates 856: 533:Should this page, 183:now for Wikimedia: 5785:sort-under-center 5216:Phrasing content. 5110:, which includes 4912: 4911: 4562: 3985: 3617:Trappist the monk 2941:or similar using 1658: 1657: 1650:Text inside a div 1286:cladeN/styles.css 960: 709:Peter (Southwood) 67: 66: 54: 53: 48:current talk page 6015: 5968: 5941: 5938: 5935: 5932: 5929: 5926: 5923: 5920: 5917: 5914: 5911: 5902:class=sort-under 5891:class=sort-under 5875:class=sort-under 5843: 5827: 5788:sort-under-right 5780: 5774: 5763:Duplicate styles 5740:Column alignment 5723: 5719: 5715: 5711: 5688: 5663: 5657: 5653: 5627: 5622: 5618: 5609: 5580: 5507:Html::rawElement 5503: 5490: 5474: 5470: 5466: 5465: 5460: 5459: 5426: 5379: 5357: 5317: 5300: 5296: 5289: 5287: 5275: 5271: 5267: 5263: 5259: 5255: 5251: 5247: 5243: 5239: 5235: 5231: 5227: 5211: 5205: 5201: 5193: 5187: 5185: 5174: 5170: 5159: 5119: 5113: 5091: 5090: 5071: 5070: 4972: 4890: 4863: 4848: 4730:partial solution 4689: 4664: 4640: 4636: 4629: 4625: 4543: 4514: 4510: 4504: 4500: 4494: 4490: 4486: 4482: 4478: 4469: 4414: 4384: 4364: 4358: 4293: 4289: 4264: 4258: 4240: 4173: 4164: 4003: 3992: 3979: 3934: 3930:third bullet. -- 3925: 3921: 3891: 3837: 3832: 3794: 3730: 3702: 3697: 3659: 3652: 3611: 3560:Template:Example 3539: 3497: 3490: 3486: 3478: 3471: 3467: 3466:Template:Example 3408: 3401: 3391: 3384: 3380:db-multiple/item 3378: 3374: 3370: 3351: 3345: 3326: 3319: 3315: 3304: 3303:Template:Example 3300: 3296: 3295:Template:Example 3263: 3257: 3253: 3247: 3243: 3237: 3233: 3227: 3223: 3219:db-multiple/item 3217: 3199: 3195: 3187: 3183: 3182:Template:Example 3175: 3159: 3154: 3150: 3146: 3142: 3138: 3134: 3130: 3129:Template:Example 3064: 3040: 3036: 3032: 3023:, which is what 3022: 3018: 3008: 3004: 2948: 2944: 2940: 2939:|template style= 2932:Template:Sidebar 2924:Template:Infobox 2910: 2887: 2874: 2851: 2845: 2815: 2809: 2801: 2766: 2762: 2739: 2708: 2654: 2623: 2597: 2505: 2454: 2399: 2395:when on basepage 2393: 2369: 2365: 2359: 2327: 2321: 2314: 2308: 2300: 2277: 2239: 2233: 2208: 2202: 2198: 2192: 2084: 2078: 2015: 1961: 1913: 1901: 1867: 1863: 1854: 1803: 1744: 1732: 1726: 1703: 1697: 1632: 1599: 1588: 1584: 1534: 1488: 1484: 1455: 1449: 1420: 1414: 1408: 1404: 1398: 1390: 1384: 1348:. — AfroThundr 1343: 1339: 1319: 1304: 1290: 1284: 1280: 1274: 1270: 1264: 1243: 1189: 1178: 1174: 1161: 1155: 1151: 1131: 1073: 994: 992: 954: 911: 833: 827: 807: 798: 771: 768:Yes, the use of 761: 724: 664: 660: 623: 622:Mr. Stradivarius 566:, as proposer - 530: 503:Mr. Stradivarius 451: 446: 433: 430: 429: 417: 348: 346: 257: 251: 214: 80: 63: 56: 55: 33: 32: 26: 6023: 6022: 6018: 6017: 6016: 6014: 6013: 6012: 6011: 6010: 5962: 5943: 5942: 5939: 5936: 5933: 5930: 5927: 5924: 5921: 5918: 5915: 5912: 5909: 5859: 5841: 5835:Please observe 5823: 5778: 5772: 5765: 5742: 5721: 5717: 5713: 5709: 5686: 5661: 5655: 5651: 5648: 5625: 5620: 5616: 5578: 5524:Correct, it is 5497: 5472: 5468: 5463: 5462: 5457: 5456: 5453: 5424: 5377: 5355: 5298: 5294: 5285: 5282: 5273: 5269: 5265: 5261: 5257: 5253: 5249: 5245: 5241: 5237: 5236:element has an 5233: 5229: 5225: 5209: 5203: 5199: 5191: 5183: 5181: 5172: 5168: 5167:Error: Element 5153: 5150: 5117: 5111: 5088: 5068: 4968: 4956: 4862:]]</div: --> 4860: 4847:]]</div: --> 4845: 4822:collapse button 4815: 4792: 4708: 4687: 4662: 4638: 4634: 4631: 4627: 4623: 4575: 4512: 4508: 4502: 4498: 4492: 4488: 4484: 4480: 4476: 4461: 4435: 4412: 4370: 4362: 4360:blinking cursor 4356: 4291: 4283: 4262: 4256: 4234: 4171: 4167:userspace stuff 4158: 4141: 3997: 3986: 3932: 3923: 3919: 3889: 3854: 3835: 3830: 3792: 3728: 3700: 3691: 3670: 3658: 3654: 3651: 3647: 3609: 3600:I have created 3537: 3495: 3488: 3484: 3476: 3469: 3465: 3406: 3399: 3389: 3382: 3376: 3372: 3368: 3349: 3343: 3324: 3317: 3313: 3302: 3298: 3297:contains a tag 3294: 3261: 3255: 3251: 3245: 3241: 3235: 3231: 3225: 3221: 3215: 3197: 3193: 3185: 3181: 3173: 3157: 3152: 3148: 3144: 3140: 3136: 3132: 3128: 3062: 3038: 3034: 3030: 3020: 3016: 3006: 3002: 2992: 2942: 2928:Template:Navbox 2920: 2889: 2881: 2853: 2849: 2843: 2840: 2813: 2807: 2795: 2764: 2756: 2737: 2717: 2687: 2683: 2648: 2624:I just created 2617: 2591: 2527: 2436: 2397: 2391: 2367: 2363: 2357: 2325: 2319: 2312: 2306: 2294: 2275: 2237: 2231: 2206: 2200: 2196: 2190: 2082: 2076: 1911: 1895: 1865: 1795: 1742: 1730: 1724: 1714: 1701: 1695: 1685: 1654: 1651: 1593: 1586: 1578: 1555: 1532: 1486: 1482: 1453: 1447: 1440: 1418: 1412: 1406: 1402: 1396: 1388: 1382: 1379: 1336:, they use the 1317: 1296: 1288: 1282: 1278: 1272: 1268: 1262: 1259: 1222: 1183: 1176: 1171:S</span: --> 1167:W</span: --> 1163: 1159: 1153: 1145: 1110: 1052: 1045: 1040: 1039: 996: 990: 988: 909: 855:has no content. 831: 825: 820:I have created 805: 792: 759: 741:We always have 722: 704: 658: 654: 621: 560: 472: 469: 463: 447: 444: 431: 427: 413: 406: 350: 344: 342: 255: 245: 212: 78: 72: 59: 30: 22: 21: 20: 12: 11: 5: 6021: 6019: 6004: 6003: 6002: 6001: 6000: 5999: 5998: 5944: 5908: 5905: 5900:I want to use 5898: 5888: 5883: 5878: 5871: 5863: 5858: 5857: 5856: 5855: 5854: 5818: 5817: 5793: 5792: 5789: 5786: 5764: 5761: 5741: 5738: 5737: 5736: 5706:Module:Convert 5703: 5681:Module:Sidebar 5652:.../styles.css 5647: 5644: 5643: 5642: 5641: 5640: 5639: 5638: 5558: 5543: 5542: 5541: 5527: 5452: 5449: 5448: 5447: 5446: 5445: 5444: 5443: 5442: 5441: 5372: 5335: 5302: 5284:</span: --> 5213: 5207: 5197: 5195: 5184:<style: --> 5149: 5146: 5145: 5144: 5143: 5142: 5141: 5140: 5139: 5138: 5137: 5136: 5135: 5134: 5133: 5132: 5065: 4955: 4952: 4951: 4950: 4936: 4935: 4924: 4923: 4910: 4909: 4888: 4887: 4882: 4877: 4865: 4864: 4850: 4849: 4835: 4834: 4814: 4811: 4791: 4788: 4771: 4770: 4759: 4758: 4740: 4739: 4723: 4722: 4717: 4707: 4704: 4703: 4702: 4701: 4700: 4630: 4621: 4620: 4619: 4574: 4571: 4570: 4569: 4568: 4567: 4566: 4565: 4564: 4563: 4434: 4431: 4430: 4429: 4428: 4427: 4426: 4425: 4424: 4423: 4422: 4421: 4420: 4419: 4385:Any comments? 4353: 4352: 4351: 4350: 4349: 4348: 4347: 4346: 4345: 4344: 4343: 4342: 4214: 4213: 4212: 4178: 4140: 4135: 4134: 4133: 4132: 4131: 4092: 4084: 4081: 4080: 4079: 4043: 4042: 4041: 4040: 4039: 4038: 4037: 4036: 4035: 4009:convention. -- 3995: 3977: 3976: 3975: 3853: 3850: 3849: 3848: 3825:is absolutely 3815: 3814: 3813: 3812: 3811: 3757: 3756: 3755: 3723: 3722: 3721: 3669: 3666: 3665: 3664: 3656: 3649: 3628: 3627: 3613: 3594: 3593: 3592: 3591: 3590: 3589: 3588: 3587: 3586: 3585: 3584: 3583: 3582: 3581: 3580: 3579: 3578: 3577: 3576: 3575: 3574: 3541: 3534: 3533: 3532: 3521: 3502: 3492: 3480: 3473: 3462: 3442:is not called 3436: 3435: 3434: 3416: 3410: 3403: 3386: 3364: 3321: 3310: 3307: 3291: 3043: 3042: 3028: 3014: 2991: 2988: 2987: 2986: 2976:Chicbyaccident 2919: 2916: 2915: 2914: 2839: 2834: 2833: 2832: 2831: 2830: 2829: 2828: 2804:Dictionary.app 2779: 2716: 2713: 2682: 2675: 2674: 2673: 2672: 2671: 2670: 2669: 2668: 2667: 2630:Module:Sandbox 2573:Module:Sandbox 2569: 2526: 2523: 2522: 2521: 2496: 2480:Module:Unsubst 2457:Module:Unsubst 2434: 2433: 2432: 2431: 2413: 2412: 2411: 2388: 2354: 2292: 2254: 2229: 2228: 2227: 2226: 2225: 2224: 2223: 2222: 2221: 2073: 2072: 2071: 2070: 2069: 2068: 2067: 2066: 2065: 2064: 2063: 2062: 2047: 1955: 1949: 1943: 1942: 1941: 1940: 1939: 1849: 1848: 1847: 1846: 1845: 1844: 1843: 1842: 1841: 1840: 1839: 1838: 1837: 1792: 1788: 1766: 1713: 1712: 1711: 1710: 1709: 1708: 1707: 1706: 1705: 1694:First calling 1684: 1683: 1682: 1681: 1680: 1679: 1678: 1656: 1655: 1652: 1649: 1647: 1630: 1629: 1628: 1627: 1592: 1591: 1590: 1576: 1554: 1551: 1550: 1549: 1526: 1525: 1524: 1523: 1522: 1479: 1439: 1436: 1378: 1375: 1374: 1373: 1372: 1371: 1370: 1369: 1334:WP:TSTYLE#Tips 1311:This might be 1258: 1255: 1254: 1253: 1252: 1251: 1250: 1249: 1248: 1247: 1207: 1206: 1205: 1204: 1203: 1202: 1181: 1173:</span: --> 1138: 1137: 1136: 1135: 1103: 1102: 1044: 1041: 1033: 1032: 1031: 1030: 1029: 1028: 1027: 1026: 1025: 1024: 1023: 1022: 1021: 995: 987: 981: 980: 979: 978: 977: 976: 975: 974: 973: 972: 971: 970: 925:TemplateStyles 886: 885: 884: 883: 818: 817: 816: 815: 814: 813: 812: 755: 717: 703: 700: 699: 698: 686: 669: 647: 630: 612: 597: 580: 559: 556: 462: 461: 460: 459: 458: 408: 407: 405: 402: 401: 400: 399: 398: 397: 396: 349: 341: 334: 333: 332: 331: 328: 325: 322: 319: 316: 313: 310: 307: 304: 294: 293: 292: 291: 290: 289: 288: 287: 206: 205: 204: 203: 200: 197: 194: 191: 185: 184: 159: 158: 155: 154: 153: 150: 147: 144: 141: 130: 129: 112: 111: 71: 68: 65: 64: 52: 51: 34: 23: 15: 14: 13: 10: 9: 6: 4: 3: 2: 6020: 6008: 5997: 5993: 5989: 5988: 5983: 5982: 5981: 5977: 5973: 5966: 5961: 5960: 5959: 5955: 5951: 5950: 5945: 5919:sticky header 5906: 5903: 5899: 5896: 5892: 5889: 5887: 5884: 5882: 5879: 5876: 5872: 5869: 5864: 5861: 5860: 5853: 5849: 5845: 5838: 5834: 5833: 5832: 5829: 5826: 5820: 5819: 5816: 5815: 5811: 5807: 5803: 5798: 5790: 5787: 5784: 5783: 5782: 5777: 5770: 5762: 5760: 5759: 5755: 5751: 5747: 5739: 5735: 5731: 5727: 5707: 5704: 5702: 5698: 5694: 5690: 5682: 5678: 5677: 5676: 5675: 5671: 5667: 5660: 5645: 5637: 5633: 5629: 5614: 5613: 5612: 5607: 5604: 5601: 5600: 5592: 5591: 5590: 5586: 5582: 5575: 5571: 5567: 5563: 5559: 5557: 5553: 5549: 5544: 5540: 5536: 5532: 5525: 5523: 5522: 5521: 5517: 5513: 5508: 5501: 5496: 5495: 5494: 5493: 5488: 5485: 5482: 5481: 5473:<br /: --> 5450: 5440: 5436: 5432: 5428: 5420: 5416: 5413: 5412: 5411: 5407: 5403: 5398: 5395: 5394: 5393: 5389: 5385: 5381: 5373: 5371: 5367: 5363: 5359: 5350: 5349: 5348: 5344: 5340: 5336: 5333: 5327: 5323: 5322: 5321: 5320: 5315: 5312: 5309: 5308: 5290: 5280: 5277: 5250:modulepreload 5221: 5217: 5214: 5188: 5179: 5176: 5164: 5162: 5157: 5147: 5131: 5127: 5123: 5116: 5109: 5105: 5104: 5103: 5099: 5095: 5085: 5084: 5083: 5079: 5075: 5063: 5061: 5060: 5059: 5055: 5051: 5047: 5043: 5042: 5041: 5037: 5033: 5029: 5026: 5025: 5024: 5020: 5016: 5012: 5008: 5004: 5003: 5002: 4998: 4994: 4990: 4989: 4988: 4987: 4983: 4979: 4974: 4966: 4962: 4960: 4953: 4949: 4948: 4944: 4943: 4942: 4940: 4934: 4933: 4929: 4928: 4927: 4922: 4921: 4917: 4916: 4915: 4908: 4906: 4900: 4896: 4892: 4891: 4886: 4883: 4881: 4878: 4876: 4873: 4872: 4871: 4870: 4859: 4858: 4857: 4855: 4852:Wikitext for 4844: 4843: 4842: 4840: 4837:Wikitext for 4832: 4831: 4827: 4826: 4825: 4823: 4819: 4812: 4810: 4809: 4805: 4801: 4797: 4789: 4787: 4786: 4782: 4778: 4777: 4769: 4768: 4764: 4763: 4762: 4757: 4755: 4751: 4750: 4749: 4747: 4743: 4738: 4735: 4734: 4733: 4731: 4727: 4721: 4718: 4716: 4713: 4712: 4711: 4705: 4699: 4695: 4691: 4684: 4680: 4679: 4678: 4674: 4670: 4666: 4658: 4655: 4654: 4653: 4652: 4648: 4644: 4622: 4618: 4614: 4610: 4606: 4605: 4604: 4603: 4599: 4595: 4589: 4586: 4584: 4580: 4572: 4561: 4558: 4555: 4551: 4547: 4542: 4541: 4540: 4536: 4532: 4528: 4527: 4526: 4522: 4518: 4507: 4497: 4481:td:last-child 4474: 4473: 4472: 4468: 4464: 4459: 4458: 4457: 4456: 4452: 4448: 4444: 4440: 4432: 4418: 4415: 4409: 4408: 4407: 4406: 4405: 4404: 4403: 4402: 4401: 4400: 4399: 4398: 4397: 4396: 4392: 4388: 4382: 4378: 4374: 4368: 4361: 4341: 4337: 4333: 4329: 4325: 4324: 4323: 4319: 4315: 4311: 4310: 4309: 4305: 4301: 4297: 4287: 4282: 4281: 4280: 4276: 4272: 4268: 4261: 4254: 4253: 4252: 4248: 4244: 4238: 4233: 4232: 4231: 4227: 4223: 4219: 4215: 4211: 4207: 4203: 4199: 4198: 4197: 4194: 4193: 4192: 4189: 4183: 4179: 4177: 4174: 4168: 4162: 4157: 4156: 4155: 4154: 4150: 4146: 4139: 4136: 4130: 4127: 4126: 4125: 4122: 4116: 4112: 4107: 4106: 4105: 4101: 4097: 4093: 4090: 4085: 4082: 4078: 4074: 4070: 4066: 4062: 4061: 4060: 4056: 4052: 4048: 4044: 4034: 4030: 4026: 4022: 4021: 4020: 4016: 4012: 4007: 4001: 3996: 3990: 3983: 3982:edit conflict 3978: 3974: 3970: 3966: 3961: 3960: 3959: 3955: 3951: 3946: 3945: 3944: 3940: 3936: 3929: 3917: 3916: 3915: 3911: 3907: 3903: 3902: 3901: 3897: 3893: 3886: 3885: 3884: 3883: 3879: 3875: 3871: 3867: 3863: 3859: 3851: 3847: 3843: 3839: 3828: 3824: 3820: 3816: 3810: 3806: 3802: 3798: 3790: 3789: 3788: 3784: 3780: 3776: 3775: 3774: 3770: 3766: 3762: 3758: 3754: 3750: 3746: 3742: 3741: 3740: 3736: 3732: 3724: 3720: 3716: 3712: 3708: 3707: 3706: 3703: 3695: 3690: 3689: 3688: 3687: 3683: 3679: 3675: 3667: 3663: 3645: 3644: 3643: 3642: 3638: 3634: 3626: 3622: 3618: 3614: 3607: 3603: 3599: 3595: 3573: 3569: 3565: 3561: 3556: 3555: 3554: 3550: 3546: 3542: 3536:In favour of 3535: 3530: 3526: 3522: 3519: 3515: 3511: 3507: 3503: 3500: 3499: 3494:In favour of 3493: 3481: 3474: 3463: 3459: 3458: 3457: 3453: 3449: 3445: 3441: 3437: 3433: 3429: 3425: 3421: 3417: 3415: 3411: 3404: 3397: 3394: 3393: 3387: 3381: 3365: 3363: 3359: 3355: 3348: 3340: 3339: 3338: 3334: 3330: 3322: 3311: 3308: 3293:The template 3292: 3289: 3285: 3281: 3277: 3276: 3275: 3271: 3267: 3260: 3250: 3240: 3230: 3220: 3213: 3212: 3211: 3207: 3203: 3191: 3179: 3171: 3170: 3169: 3165: 3161: 3125: 3124: 3123: 3119: 3115: 3111: 3107: 3106: 3105: 3101: 3097: 3093: 3092: 3091: 3087: 3083: 3079: 3078: 3077: 3073: 3069: 3061: 3060: 3059: 3058: 3055: 3054: 3053: 3050: 3039:sanitized-css 3029: 3027:would suggest 3026: 3015: 3012: 3001: 3000: 2999: 2997: 2989: 2985: 2981: 2977: 2973: 2969: 2968: 2967: 2966: 2962: 2958: 2953: 2950: 2935: 2933: 2929: 2925: 2917: 2913: 2908: 2904: 2900: 2896: 2892: 2885: 2880: 2879: 2878: 2877: 2872: 2868: 2864: 2860: 2856: 2848: 2838: 2835: 2827: 2823: 2819: 2812: 2805: 2799: 2794: 2793: 2792: 2788: 2784: 2780: 2778: 2774: 2770: 2760: 2755: 2754: 2753: 2749: 2745: 2741: 2733: 2732: 2731: 2730: 2726: 2722: 2714: 2712: 2711: 2706: 2702: 2698: 2694: 2690: 2680: 2676: 2666: 2662: 2658: 2652: 2647: 2646: 2645: 2642: 2641: 2640: 2637: 2631: 2627: 2621: 2616: 2615: 2614: 2610: 2606: 2602: 2595: 2590: 2589: 2588: 2585: 2584: 2583: 2580: 2574: 2570: 2568: 2564: 2560: 2556: 2555: 2554: 2553: 2549: 2545: 2540: 2536: 2532: 2524: 2520: 2516: 2512: 2507: 2499: 2497: 2495: 2492: 2489: 2485: 2481: 2477: 2476: 2475: 2474: 2470: 2466: 2462: 2458: 2452: 2448: 2444: 2440: 2430: 2426: 2422: 2418: 2414: 2410: 2409: 2408: 2405: 2396: 2389: 2387: 2384: 2383: 2382: 2379: 2373: 2362: 2355: 2353: 2349: 2345: 2341: 2340: 2339: 2335: 2331: 2324: 2317: 2311: 2304: 2303:main template 2298: 2293: 2291: 2287: 2283: 2279: 2271: 2270: 2269: 2266: 2265: 2264: 2261: 2255: 2253: 2250: 2249: 2248: 2245: 2236: 2230: 2220: 2216: 2212: 2205: 2204:documentation 2195: 2194:documentation 2187: 2186: 2185: 2181: 2177: 2173: 2172: 2171: 2167: 2163: 2159: 2158: 2157: 2153: 2149: 2145: 2141: 2137: 2133: 2132: 2131: 2127: 2123: 2119: 2115: 2111: 2110: 2109: 2108: 2104: 2100: 2096: 2092: 2088: 2081: 2060: 2056: 2052: 2048: 2046: 2042: 2038: 2033: 2029: 2028: 2027: 2023: 2019: 2011: 2010: 2009: 2005: 2001: 1997: 1994: 1993: 1992: 1988: 1984: 1980: 1979: 1978: 1974: 1970: 1966: 1965:that's yours! 1962: 1956: 1953: 1950: 1947: 1944: 1938: 1934: 1930: 1925: 1924: 1923: 1919: 1915: 1908: 1904: 1899: 1894: 1893: 1892: 1888: 1884: 1880: 1879: 1878: 1877: 1874: 1871: 1858: 1850: 1836: 1832: 1828: 1824: 1820: 1816: 1812: 1808: 1807: 1806: 1802: 1798: 1793: 1789: 1786: 1785: 1784: 1781: 1780: 1779: 1776: 1770: 1767: 1765: 1761: 1758: 1757: 1756: 1752: 1748: 1740: 1736: 1729: 1723:Then calling 1722: 1721: 1720: 1719: 1718: 1717: 1716: 1715: 1700: 1693: 1692: 1691: 1690: 1689: 1688: 1687: 1686: 1677: 1673: 1669: 1664: 1663: 1662: 1661: 1660: 1659: 1648: 1646: 1642: 1638: 1634: 1633: 1626: 1622: 1618: 1613: 1612: 1611: 1607: 1603: 1595: 1594: 1582: 1577: 1575: 1574: 1573: 1572: 1568: 1564: 1559: 1548: 1544: 1540: 1536: 1527: 1521: 1516: 1515: 1514: 1510: 1506: 1502: 1501: 1500: 1496: 1492: 1480: 1478: 1477: 1476: 1475: 1471: 1467: 1461: 1457: 1452: 1445: 1437: 1435: 1434: 1430: 1426: 1422: 1411: 1401: 1394: 1387: 1376: 1368: 1365: 1362: 1358: 1353: 1352: 1351: 1347: 1338:sanitized-css 1335: 1332:According to 1331: 1330: 1329: 1325: 1321: 1314: 1310: 1309: 1308: 1307: 1303: 1299: 1294: 1287: 1277: 1267: 1256: 1246: 1241: 1237: 1233: 1229: 1225: 1220: 1215: 1214: 1213: 1212: 1211: 1210: 1209: 1208: 1201: 1197: 1193: 1187: 1182: 1177:display: none 1158: 1149: 1144: 1143: 1142: 1141: 1140: 1139: 1134: 1129: 1125: 1121: 1117: 1113: 1107: 1106: 1105: 1104: 1101: 1098: 1095: 1091: 1090:CSS variables 1087: 1083: 1079: 1078: 1077: 1076: 1071: 1067: 1063: 1059: 1055: 1050: 1042: 1037: 1020: 1016: 1012: 1008: 1007: 1006: 1005: 1004: 1003: 1002: 1001: 1000: 999: 998: 997: 993: 986: 969: 966: 963: 958: 952: 951: 950: 946: 942: 938: 937: 936: 933: 930: 926: 922: 918: 914: 907: 906: 905: 901: 897: 892: 891: 890: 889: 888: 887: 882: 879: 876: 872: 868: 864: 860: 854: 848: 847: 846: 842: 838: 830: 829:Styles import 823: 819: 811: 808: 802: 796: 791: 790: 789: 786: 783: 779: 775: 767: 766: 765: 762: 756: 754: 751: 748: 744: 740: 739: 738: 734: 730: 726: 718: 716: 712: 710: 706: 705: 701: 697: 694: 690: 687: 685: 681: 677: 673: 670: 668: 665: 663: 657: 651: 648: 646: 642: 638: 634: 631: 629: 626: 625: 624: 616: 613: 611: 608: 605: 601: 598: 596: 592: 588: 584: 581: 579: 576: 575: 574: 571: 565: 562: 561: 557: 555: 554: 551: 550: 549: 546: 540: 536: 531: 528: 524: 520: 516: 512: 508: 504: 500: 496: 492: 488: 484: 480: 476: 468: 457: 454: 452: 450: 441: 437: 436:dicussed page 424: 423: 422: 419: 416: 410: 409: 403: 395: 391: 387: 383: 380: 379: 378: 374: 370: 366: 365: 364: 360: 356: 352: 351: 347: 340: 329: 326: 323: 320: 317: 314: 311: 308: 305: 302: 301: 300: 299: 297: 286: 282: 278: 273: 272: 271: 267: 263: 259: 249: 244: 243: 242: 238: 234: 230: 229: 228: 224: 220: 216: 208: 207: 201: 198: 195: 192: 189: 188: 187: 186: 182: 178: 177: 176: 175: 172: 171: 170: 167: 156: 151: 148: 145: 142: 139: 138: 136: 135: 133: 128: 125: 124: 123: 120: 114: 113: 110: 106: 102: 97: 96: 95: 94: 90: 86: 82: 69: 62: 58: 57: 49: 45: 41: 40: 35: 28: 27: 19: 6006: 5986: 5972:Jroberson108 5948: 5901: 5894: 5890: 5885: 5880: 5874: 5830: 5824: 5821: 5806:Jroberson108 5794: 5766: 5743: 5649: 5598: 5573: 5479: 5469:<br/: --> 5454: 5326:phab:T155813 5306: 5292: 5281: 5278: 5246:dns-prefetch 5223: 5219: 5215: 5194:may be used: 5189: 5180: 5177: 5166: 5151: 4975: 4964: 4963: 4958: 4957: 4945: 4938: 4937: 4930: 4925: 4918: 4913: 4904: 4902: 4898: 4894: 4868: 4866: 4853: 4851: 4838: 4836: 4828: 4821: 4816: 4793: 4775: 4772: 4765: 4760: 4752: 4745: 4744: 4741: 4729: 4724: 4709: 4632: 4590: 4587: 4585:would work. 4576: 4436: 4354: 4296:Category:Foo 4265:would work ( 4190: 4186: 4185: 4142: 4123: 4119: 4118: 4114: 4110: 4087: 3870:phab:T176272 3855: 3826: 3760: 3671: 3629: 3189: 3177: 3176:is unusable 3051: 3047: 3046: 3044: 2993: 2955:Thoughts? -- 2954: 2951: 2936: 2921: 2841: 2806:. I created 2718: 2684: 2638: 2634: 2633: 2581: 2577: 2576: 2528: 2435: 2417:phab:T200441 2406: 2402: 2401: 2380: 2376: 2375: 2315: 2302: 2262: 2258: 2257: 2246: 2242: 2241: 2074: 1859: 1856: 1814: 1777: 1773: 1772: 1738: 1734: 1560: 1556: 1462: 1458: 1441: 1380: 1260: 1046: 1035: 991:Task T195676 688: 671: 661: 655: 649: 632: 619: 618: 614: 599: 582: 572: 568: 567: 563: 547: 543: 542: 532: 519:Amorymeltzer 470: 448: 420: 414: 411: 382:phab:T165945 345:Task T165945 295: 168: 164: 163: 161: 131: 121: 117: 116: 73: 60: 43: 37: 5987:Timeshifter 5965:Timeshifter 5949:Timeshifter 5837:WP:TALKFORK 5791:sort-under 5750:PrimeHunter 5599:SMcCandlish 5500:SMcCandlish 5480:SMcCandlish 5461:instead of 5307:SMcCandlish 5288:<span... 5115:pp-template 5009:; see also 4776:Timeshifter 4387:{{3x|p}}ery 4332:{{3x|p}}ery 4300:{{3x|p}}ery 4243:{{3x|p}}ery 4202:{{3x|p}}ery 4145:{{3x|p}}ery 4113:-start and 3817:Please see 3564:{{3x|p}}ery 3516:that state 3508:that state 3448:{{3x|p}}ery 3430:to go with 3422:to go with 3407:mw.loadData 3385:case above. 3373:{{foo.css}} 3266:{{3x|p}}ery 3239:db-multiple 3229:db-multiple 3190:necessarily 3096:{{3x|p}}ery 3068:{{3x|p}}ery 1728:Thermometer 1485:instead of 1219:hello world 985:Phabricator 983:Tracked in 921:Phabricator 487:Richard0612 339:Phabricator 337:Tracked in 36:This is an 5925:sort under 5868:Help:Table 5776:Sort under 5722:get_styles 5714:get_styles 5512:Tacsipacsi 5283:.../a: --> 5274:stylesheet 5258:preconnect 5122:Tacsipacsi 5074:Tacsipacsi 4899:"Collapse" 4895:"Show all" 4854:"Collapse" 4839:"Show all" 4260:main other 4218:accessible 4023:Indeed. -- 3926:etc.? See 3831:!important 3650:styles.css 3498:are that: 3180:, because 2922:Right now 1086:common.css 702:Discussion 693:AfroThundr 587:epicgenius 491:Epicgenius 465:See also: 434:adapt the 181:documented 5718:add_style 5710:add_style 5270:prerender 5224:Error: A 5186:.mw-pa... 4000:Redrose64 3963:etc.). -- 3954:pingó mió 3950:Galobtter 3866:this edit 2811:Arrowlist 2657:Ita140188 2620:Ita140188 2605:Ita140188 2544:Ita140188 2368:/sandbox/ 2032:Main page 1386:Tree list 1377:Tree list 778:WP:PTPROT 539:WP:TSTYLE 527:Redrose64 479:Galobtter 440:guideline 61:Archive 1 5726:Johnuniq 5697:contribs 5435:contribs 5388:contribs 5366:contribs 5295:itemprop 5262:prefetch 5254:pingback 5238:itemprop 5206:element. 5200:noscript 4903:But the 4856:button: 4841:button: 4728:found a 4673:contribs 4413:xaosflux 4381:Xaosflux 4172:xaosflux 3701:xaosflux 3347:Routemap 2891:Headbomb 2855:Headbomb 2847:AFD help 2748:contribs 2689:Headbomb 2559:Johnuniq 2415:I filed 2286:contribs 2112:I think 1866:{{#if:}} 1817:call to 1543:contribs 1429:contribs 1342:wikitext 1224:Headbomb 1148:Headbomb 1112:Headbomb 1082:testwiki 1054:Headbomb 806:xaosflux 760:xaosflux 733:contribs 511:Xaosflux 495:Headbomb 266:contribs 223:contribs 89:contribs 5570:HTML5.2 5566:HTML5.1 5419:T200206 5266:preload 5089:/* ] */ 5069:/* ] */ 4939:Solved. 4746:Solved. 4635:initial 4624:initial 4513:rowspan 4489:rowspan 4463:Jts1882 4379:, and 4292:/* ] */ 3827:stuffed 3793:person- 3761:in toto 3657:sandbox 3512:and at 3354:Jc86035 2947:|style= 2818:Jc86035 2769:Jc86035 2681:please? 2465:Jc86035 2449:, and 1797:Jts1882 1298:Jts1882 1192:Jc86035 1157:Reflist 689:Support 672:Support 650:Support 633:Support 615:Support 600:Support 583:Support 564:Support 525:, and 507:Cesdeva 475:Jc86035 39:archive 5844:rose64 5666:DePiep 5628:rose64 5617:/: --> 5581:rose64 5156:sronly 5094:DePiep 5064:really 5050:DePiep 5046:WP:DOC 5015:DePiep 5007:horror 4978:DePiep 4690:rose64 4657:Nardog 4643:Nardog 4554:Anomie 4531:Gonnym 4517:Nardog 4447:Gonnym 4377:Evad37 4161:Pppery 3935:rose64 3892:rose64 3838:rose64 3821:since 3731:rose64 3282:calls 3178:per se 3160:rose64 2930:, and 2651:Evad37 2594:Evad37 2488:Anomie 2447:Evad37 2297:Evad37 1914:rose64 1870:Anomie 1815:second 1743:subst: 1361:Anomie 1320:rose64 1276:cladeN 1186:Anomie 1180:names. 1094:Anomie 1011:JLJ001 962:Anomie 941:JLJ001 929:Anomie 896:JLJ001 875:Anomie 869:, and 837:JLJ001 795:Anomie 782:Anomie 747:Anomie 743:WP:IAR 637:JLJ001 604:Anomie 558:Survey 523:Pppery 515:JJMC89 499:Anomie 442:.Best, 369:JLJ001 277:JLJ001 248:JLJ001 233:JLJ001 101:JLJ001 5934:class 5895:right 5621:: --> 5562:HTML5 5272:, or 5220:And: 5198:In a 5192:style 5169:style 5028:YAGNI 4959:TL;DR 4639:unset 4628:unset 4477:table 4269:)? -- 4089:page. 4069:RexxS 4011:RexxS 3829:with 3801:RexxS 3799:). -- 3765:RexxS 3545:RexxS 3390:/data 3329:RexxS 3202:RexxS 3114:RexxS 3013:above 2884:TheDJ 2798:TheDJ 2759:TheDJ 2715:hlist 2601:WP:G2 2443:TheDJ 2439:RexxS 2330:RexxS 2176:RexxS 2148:RexxS 2099:RexxS 2018:RexxS 1983:RexxS 1929:RexxS 1898:RexxS 1883:RexxS 1827:RexxS 1791:page. 1747:RexxS 1668:RexxS 1637:RexxS 1602:RexxS 1491:RexxS 1446:(aka 1266:clade 851:Page 656:Cesde 483:TheDJ 438:as a 16:< 5992:talk 5976:talk 5954:talk 5922:}}{{ 5916:}}{{ 5848:talk 5846:🌹 ( 5839:. -- 5810:talk 5754:talk 5730:talk 5712:and 5693:talk 5670:talk 5659:Frac 5632:talk 5630:🌹 ( 5585:talk 5583:🌹 ( 5576:. -- 5552:talk 5548:Izno 5535:talk 5531:Izno 5516:talk 5431:talk 5415:Izno 5406:talk 5402:Izno 5384:talk 5362:talk 5343:talk 5339:Izno 5234:link 5230:body 5226:link 5204:head 5126:talk 5098:talk 5078:talk 5054:talk 5036:talk 5032:Izno 5019:talk 4997:talk 4993:Izno 4982:talk 4965:Long 4897:and 4893:The 4867:The 4804:talk 4800:Izno 4781:talk 4694:talk 4692:🌹 ( 4669:talk 4647:talk 4626:and 4613:talk 4609:Izno 4598:talk 4594:Izno 4535:talk 4521:talk 4467:talk 4451:talk 4391:talk 4373:Izno 4336:talk 4318:talk 4314:Izno 4304:talk 4286:Izno 4275:talk 4271:Izno 4247:talk 4237:Izno 4226:talk 4222:Izno 4220:. -- 4206:talk 4188:Evad 4169:. — 4149:talk 4121:Evad 4100:talk 4096:Izno 4073:talk 4055:talk 4051:Izno 4049:. -- 4029:talk 4025:Izno 4015:talk 3989:Izno 3969:talk 3965:Izno 3939:talk 3937:🌹 ( 3910:talk 3906:Izno 3896:talk 3894:🌹 ( 3878:talk 3874:Izno 3860:for 3842:talk 3840:🌹 ( 3833:. -- 3805:talk 3783:talk 3779:Izno 3769:talk 3749:talk 3745:Izno 3735:talk 3733:🌹 ( 3715:talk 3711:Izno 3694:Izno 3682:talk 3678:Izno 3637:talk 3633:Izno 3621:talk 3610:.css 3568:talk 3549:talk 3487:and 3452:talk 3358:talk 3333:talk 3270:talk 3206:talk 3164:talk 3162:🌹 ( 3118:talk 3100:talk 3086:talk 3082:Izno 3072:talk 3049:Evad 3033:and 3019:and 3005:and 2980:talk 2961:talk 2957:Izno 2822:talk 2787:talk 2783:Izno 2773:talk 2744:talk 2725:talk 2721:Izno 2661:talk 2636:Evad 2632:. - 2609:talk 2579:Evad 2563:talk 2548:talk 2515:talk 2511:Izno 2469:talk 2451:Izno 2425:talk 2421:Izno 2404:Evad 2378:Evad 2348:talk 2344:Izno 2334:talk 2316:once 2282:talk 2260:Evad 2244:Evad 2215:talk 2211:Izno 2180:talk 2166:talk 2162:Izno 2152:talk 2126:talk 2122:Izno 2116:and 2103:talk 2093:and 2055:talk 2051:Izno 2041:talk 2037:Izno 2022:talk 2004:talk 2000:Izno 1998:? -- 1987:talk 1973:talk 1969:Izno 1954:Good 1933:talk 1918:talk 1916:🌹 ( 1909:. -- 1887:talk 1831:talk 1801:talk 1775:Evad 1751:talk 1672:talk 1641:talk 1621:talk 1617:Izno 1606:talk 1581:Izno 1567:talk 1563:Izno 1539:talk 1509:talk 1505:Izno 1495:talk 1470:talk 1466:Izno 1425:talk 1405:and 1324:talk 1322:🌹 ( 1302:talk 1196:talk 1015:talk 959:. ;) 945:talk 900:talk 841:talk 803:. — 729:talk 680:talk 641:talk 591:talk 570:Evad 545:Evad 390:talk 386:Izno 384:. -- 373:talk 359:talk 355:Izno 281:talk 262:talk 237:talk 219:talk 166:Evad 119:Evad 105:talk 85:talk 5842:Red 5626:Red 5608:😼 5579:Red 5560:In 5526:not 5489:😼 5475:). 5316:😼 5299:rel 5242:rel 5044:No 4726:Mfb 4688:Red 4637:or 4548:or 4506:nom 4496:won 4393:) 4338:) 4306:) 4249:) 4208:) 4151:) 4115:foo 4111:foo 3933:Red 3890:Red 3836:Red 3795:in 3729:Red 3409:it. 3188:is 3158:Red 2482:or 2459:or 1912:Red 1739:not 1735:not 1318:Red 1092:). 927:). 780:). 449:WBG 5994:) 5978:) 5956:) 5931:{| 5928:}} 5910:{{ 5850:) 5812:) 5804:. 5779:}} 5773:{{ 5756:) 5748:. 5732:) 5699:) 5695:• 5689:DJ 5685:Th 5672:) 5662:}} 5656:{{ 5634:) 5596:— 5587:) 5568:/ 5564:/ 5554:) 5537:) 5518:) 5477:— 5437:) 5433:• 5427:DJ 5423:Th 5408:) 5390:) 5386:• 5380:DJ 5376:Th 5368:) 5364:• 5358:DJ 5354:Th 5345:) 5304:— 5276:. 5268:, 5264:, 5260:, 5256:, 5252:, 5248:, 5163:: 5158:}} 5154:{{ 5128:) 5118:}} 5112:{{ 5100:) 5080:) 5056:) 5038:) 5021:) 4999:) 4984:) 4806:) 4798:. 4783:) 4773:-- 4696:) 4675:) 4671:• 4665:DJ 4661:Th 4649:) 4641:? 4615:) 4600:) 4592:-- 4552:. 4537:) 4523:) 4509:}} 4503:{{ 4499:}} 4493:{{ 4485:td 4453:) 4375:, 4363:}} 4357:{{ 4330:. 4320:) 4277:) 4263:}} 4257:{{ 4228:) 4191:37 4124:37 4102:) 4094:-- 4075:) 4057:) 4031:) 4017:) 3971:) 3956:) 3941:) 3912:) 3898:) 3880:) 3844:) 3807:) 3785:) 3771:) 3751:) 3737:) 3726:-- 3717:) 3684:) 3639:) 3631:-- 3623:) 3570:) 3551:) 3454:) 3383:}} 3377:{{ 3360:) 3350:}} 3344:{{ 3335:) 3272:) 3262:}} 3256:{{ 3252:}} 3246:{{ 3242:}} 3236:{{ 3232:}} 3226:{{ 3222:}} 3216:{{ 3208:) 3166:) 3120:) 3102:) 3088:) 3074:) 3052:37 2982:) 2974:. 2963:) 2926:, 2905:· 2901:· 2897:· 2869:· 2865:· 2861:· 2850:}} 2844:{{ 2824:) 2814:}} 2808:{{ 2789:) 2775:) 2750:) 2746:• 2740:DJ 2736:Th 2727:) 2703:· 2699:· 2695:· 2663:) 2639:37 2611:) 2582:37 2575:- 2565:) 2550:) 2542:-- 2517:) 2471:) 2445:, 2441:, 2427:) 2407:37 2400:- 2398:}} 2392:{{ 2381:37 2364:}} 2358:{{ 2350:) 2336:) 2326:}} 2320:{{ 2313:}} 2307:{{ 2288:) 2284:• 2278:DJ 2274:Th 2263:37 2247:37 2238:}} 2232:{{ 2217:) 2207:}} 2201:{{ 2197:}} 2191:{{ 2182:) 2168:) 2154:) 2128:) 2105:) 2089:, 2083:}} 2077:{{ 2057:) 2043:) 2024:) 2006:) 1989:) 1975:) 1935:) 1920:) 1889:) 1833:) 1778:37 1753:) 1731:}} 1725:{{ 1702:}} 1696:{{ 1674:) 1666:-- 1643:) 1623:) 1615:-- 1608:) 1569:) 1545:) 1541:• 1535:DJ 1531:Th 1511:) 1497:) 1472:) 1454:}} 1451:tq 1448:{{ 1431:) 1427:• 1421:DJ 1417:Th 1413:}} 1407:{{ 1403:}} 1397:{{ 1389:}} 1383:{{ 1326:) 1289:}} 1283:{{ 1279:}} 1273:{{ 1269:}} 1263:{{ 1238:· 1234:· 1230:· 1198:) 1160:}} 1154:{{ 1126:· 1122:· 1118:· 1068:· 1064:· 1060:· 1017:) 947:) 902:) 865:, 843:) 832:}} 826:{{ 735:) 731:• 725:DJ 721:Th 713:: 682:) 674:. 643:) 593:) 585:. 573:37 548:37 521:, 517:, 513:, 509:, 505:, 501:, 497:, 493:, 489:, 485:, 481:, 477:, 392:) 375:) 361:) 283:) 268:) 264:• 258:DJ 254:Th 239:) 225:) 221:• 215:DJ 211:Th 169:37 162:- 122:37 107:) 91:) 87:• 81:DJ 77:Th 5990:( 5974:( 5967:: 5963:@ 5952:( 5937:= 5897:. 5808:( 5752:( 5728:( 5691:( 5687:e 5668:( 5606:¢ 5603:☏ 5550:( 5533:( 5514:( 5510:— 5502:: 5498:@ 5487:¢ 5484:☏ 5429:( 5425:e 5404:( 5382:( 5378:e 5360:( 5356:e 5341:( 5314:¢ 5311:☏ 5212:: 5210:p 5173:p 5124:( 5096:( 5076:( 5052:( 5034:( 5017:( 4995:( 4980:( 4976:- 4971:" 4802:( 4779:( 4756:. 4667:( 4663:e 4645:( 4611:( 4596:( 4557:⚔ 4533:( 4519:( 4501:/ 4465:| 4449:( 4389:( 4383:: 4371:@ 4334:( 4316:( 4302:( 4288:: 4284:@ 4273:( 4245:( 4239:: 4235:@ 4224:( 4204:( 4163:: 4159:@ 4147:( 4098:( 4071:( 4053:( 4027:( 4013:( 4002:: 3998:@ 3991:: 3987:@ 3984:) 3980:( 3967:( 3952:( 3908:( 3876:( 3803:( 3781:( 3767:( 3747:( 3713:( 3696:: 3692:@ 3680:( 3635:( 3619:( 3615:— 3566:( 3547:( 3520:. 3491:? 3472:. 3450:( 3356:( 3331:( 3320:. 3268:( 3204:( 3116:( 3098:( 3084:( 3070:( 2978:( 2959:( 2909:} 2907:b 2903:p 2899:c 2895:t 2893:{ 2886:: 2882:@ 2873:} 2871:b 2867:p 2863:c 2859:t 2857:{ 2820:( 2800:: 2796:@ 2785:( 2771:( 2761:: 2757:@ 2742:( 2738:e 2723:( 2707:} 2705:b 2701:p 2697:c 2693:t 2691:{ 2659:( 2653:: 2649:@ 2622:: 2618:@ 2607:( 2596:: 2592:@ 2561:( 2546:( 2513:( 2491:⚔ 2467:( 2453:: 2437:@ 2423:( 2346:( 2332:( 2299:: 2295:@ 2280:( 2276:e 2213:( 2178:( 2164:( 2150:( 2124:( 2101:( 2061:) 2053:( 2039:( 2020:( 2002:( 1985:( 1971:( 1931:( 1900:: 1896:@ 1885:( 1873:⚔ 1829:( 1799:| 1749:( 1670:( 1639:( 1619:( 1604:( 1589:: 1583:: 1579:@ 1565:( 1537:( 1533:e 1529:— 1507:( 1493:( 1468:( 1423:( 1419:e 1364:⚔ 1300:| 1242:} 1240:b 1236:p 1232:c 1228:t 1226:{ 1194:( 1188:: 1184:@ 1150:: 1146:@ 1130:} 1128:b 1124:p 1120:c 1116:t 1114:{ 1097:⚔ 1072:} 1070:b 1066:p 1062:c 1058:t 1056:{ 1013:( 965:⚔ 943:( 932:⚔ 898:( 878:⚔ 839:( 797:: 793:@ 785:⚔ 750:⚔ 727:( 723:e 678:( 662:a 659:v 639:( 607:⚔ 589:( 537:( 529:: 473:@ 445:∯ 432:Y 388:( 371:( 357:( 279:( 260:( 256:e 250:: 246:@ 235:( 217:( 213:e 209:— 103:( 83:( 79:e 50:.

Index

Knowledge talk:TemplateStyles
archive
current talk page
Archive 1
TheDJ
talk
contribs
11:34, 24 May 2018 (UTC)
JLJ001
talk
17:37, 24 May 2018 (UTC)
Evad
03:09, 25 May 2018 (UTC)
Evad
03:32, 25 May 2018 (UTC)
documented
TheDJ
talk
contribs
07:23, 25 May 2018 (UTC)
JLJ001
talk
12:10, 26 May 2018 (UTC)
JLJ001
TheDJ
talk
contribs
20:00, 26 May 2018 (UTC)
JLJ001
talk

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.