.LightboxModal .LightboxHeader:after<p>--still works for UCP wikis (the wiki I trialled the notice on was migrated to UCP; 452's main wiki is pending migration). </p><p>However, it looks like the .user specific classes no longer work on UCP wikis, i.e. .user-anon (class for anonymous users) and .user-logged (class for logged in users) classes, last I experienced, have stopped working for UCP wikis (but do work for 'legacy' wikis). So: </p>
.user-anon .LightboxModal .LightboxHeader:after<p>This won't work on UCP wikis; you'll have to remove the .user-anon class. I know because I tried the above first and had to trial and error before I realized .user-anon was interfering. Yes, using.LightboxModal .LightboxHeader:after on their own will mean the notice is visible to all users, and, yes, it will be moot for logged in users, but I doubt logged in users will mind seeing the message. </p><p>(I do, as a side note, mind somewhat about the myriad class changes and removals UCP is seeing. They did break a few things for migrating wikis. If UCP is going to have equivalent classes to .user-anon and .user-logged, it would sure be nice to know what those are--as you say, be given a "heads up." I guess the class selectors are maybe still subject to change, but hey--the migrated wikis have no choice but to be suddenly subejcted to change, and so far all the class selector changes/removals have been detected by users on an encounter basis. </p><p>(e.g. when a wiki I admin was migrated, the background image for the article content 'broke' due to class selector changes. I also had to figure out the correct class selectors for User Page elements on my own. The .user-anon/.user-logged removals I discovered on my own. Still haven't figured out if they have replacements or not.) </p><p>I don't mean to digress on a UCP tangent; I realize what thread I'm in. To reiterate, if you are an admin who wants to append a PSA/notice regarding this restriction to your ligthboxes for anons' sake, then appending a PSA to lightboxes via CSS--in lieu of FANDOM doing so--is the most efficient way. It's been months since this technical update rolled out--dear God, has it really been 3/4s of a year?--and I still don't understand why lightboxes don't natively explain this to anons in the first place. </p>
|image = Saints Row box.jpg). I imagine many anonymous users might give up trying to access the image at this point.
</p><p>Also, I'm in accord with 452's full statement that the above excerpt is from. Preventing anonymous users from accessing file history / previous versions is particularly rankling in my eyes--should we view file history as lesser to article history, which anons can (oh boy) 'still access'? To what extent is this to the detriment of transparency as it is use and practicality?
</p><p>Then there are image categories, which others have already invoked. If the file history inaccessibility rankles me, the implications which arise from the perspective of category navigation trouble me and would appear to undermine FANDOM's own navigational philosophies.
</p><p>You've essentially removed a straightforward method for anons to access image categories (i.e. by using the category row at the head/food of a file's page)--one of the easier methods at that. Yes, I recognize that the state of file categorization widely varies between wikis. So what? Even wikis with a robust image categorization system (in which the majority of its files are included) may not link to Category:Images anywhere obvious / indicate that's where anons should look.
</p><p>(I guarantee the 'convenient links' scattered across the Harry Potter Wiki as brought up by Snapper2 in #18 are not majority practice. This isn't to say Snapper2's point isn't valid or relevant, for it is; where Snapper2 has underscored the problem of neutering image categories in and of themselves, I'm underscoring the problem of <i>inaccessibility to</i> image categories via files.)
</p><p>FANDOM has indicated it values cross-wiki uniformity with the standardized local top nav design introduced in '15 or '16 and other customization restrictions. Moreover, you showed us you considered the visible display of categories useful when you duplicated the footer category row at the top of articles; you clearly believe they are valuable as navigational tools.
</p><p>But now you've effectively removed the very navigational tool you highlighted for anons with respect to files. I'm having trouble reconciling this with both the prominence you've given displayed article/file categories and the import you've attached to standardized global experiences--the latter referring to your philosophy that users need some semblance of familiarity across wikis otherwise they'll be at a loss as to how to navigate (c.f. the local top nav design decision).
</p><p>All wikis must display categories at the head and foot of articles/files; surely this falls in line with your navigation standardization philosophy? After all, as I acknowledged before, many wikis will not necessarily link to Category:Images anywhere obvious (homepage, top nav, community portal). Many do not have a file policy. (Special:Images in the top nav is useful, but not a substitute for Category:Images for obvious reasons). But anons who might not think to add Category:Images to the URL <i>might</i> think to access an image's categories from its file page, because this is the standardized experience you've offered and highlighted until now.
</p><p>There are many reasons why anon users might have cause or desire to access an image's categories. Perhaps they want a quick way to view all the book covers in a book series. Scenario: they click on a cover in Volume One's infobox; they access the file; they discover it is categorized in Category:Book Cover Images and thus proceed; they are satisfied with their FANDOM experience. You have now rendered this method inaccessible for the anon user. Now what? If this user does think to manually load Category:Images, good for them... Unless that wiki hasn't filed the book covers category as a sub-category of Images, alas.
</p><p>This user could spend time guessing the book cover category's name (optimistically hoping the Wiki actually has such a category), could look up how to access all categories, or, you know, the user <i>could</i> write FANDOM off and leave having learned to avoid FANDOM for future image-related queries.
</p><p>(Before one dismisses the above scenario as something constructed just for "argument's sake," let me be clear: the above method to access Image categories is one I myself use often. I've used it on wikis when I'm logged in, on wikis I admin and know full well what the image categories are, and on wikis when incognito (anon) because it is <i>convenient</i>. It is <i>useful</i>. Count me among those who will be inconvenienced, even if only in small part.)
</p><p>To summarize the Image Categories point, this move seems to directly oppose if not sabotage your previously espoused stance on the usefulness of displayed categories as navigational tools on articles and files. How do we reconcile this update with FANDOM's stances on displayed categories and standardized navigational experiences? I can't see how.
</p>
style=" from the second table so that I can use it as an explanation of what went wrong. You've probably now noticed that the extra style wasn't just negating text-align:center, it was also affecting the second table's width:700px and auto margins.
</p><p>Your problem was you were viewing style="color:white;" as one whole, when really it's composed of two things: an attribute (style) and a property (color). Technically three including the value (color:value). The code you provided in your original thread question already had 'style', right? So once you've noticed that, your next question would be, "Where do I put color:white;" within the style attribute.
</p><p>It's great that you've been experimenting w/wikitext-editing in the first place. Help:Tables/Wikitext exists on FANDOM, but for more in-depth Table editing such as what we've just figured out here (e.g. HTML attributes), check out https://www.mediawiki.org/wiki/Help:Tables, which the preceding page links to for good reason. Jump down to the "HTML Attributes" section, and you'll find the section's first example changes the table's text color.
</p><p>On that note, I still stand by my advice to avoid white text on light backgrounds; the text is hard to read.
</p><p>Edit: Scratch that last remark; that is, never mind! I see you're way ahead of me on that one. Have fun!
</p>
{| class="wikitable" style="border: 1px solid white; text-align: center;"
|- style="background: #181c18;"
<p>Here is my change:
</p>
{| class="wikitable" style="border: 1px solid white; color: white; text-align: center;"
|- style="background: #181c18;"
<p>Is that what you want? I personally advise against white text on light background (referring to body of table). Go ahead and check the page to see what it looks like post-my edit.
</p><p>By the way, regarding your experimental code for the second table...
</p>
class="wikitable" style="width:700px;margin-left:auto;margin-right:auto;text-align: center; style="color:white;" |- style="background: #181c18;"<p>The reason this "overrides the center-align" is because the wikitext is incorrect. You've added one too many styles with
style="color:white;". If you remove style=" to make it:
</p>
class="wikitable" style="width:700px; margin-left:auto; margin-right:auto; text-align: center; color:white;" |- style="background: #181c18;"<p>--the results will be closer to what you want, I should think. </p><p>Edit: If the look of this table (i.e. background and text colors used, etc) is something you want to apply to all tables, then you could consider customizing the table class .wikitable. If you plan to use this design for only some tables (e.g. tables intended to be used on Armor/Armor-related pages or the like), then you could still consider creating a custom armortable class for convenience's sake. </p><p>Edit x2: Whoops, sorry Upn; when I started writing my response, no one else had replied yet. I always take too long. </p>
| in your template code. If you look at that template's history, you'll notice that it has been--likely unintentionally--'converted' to a portable infobox twice before. The first time you noticed and reverted it, but the second time seems to have slipped your notice.
</p><p>Obviously Template:! is very much not supposed to be an infobox, so I went ahead and manually changed it back to its default state. This seems to have done the trick. To confirm, I'll point to the quote as used on Gary Jansen's page as an example.
</p><p>Prior to my edit, the quote template indeed displayed colspan... as you said. It also put the speaker and source above the main quote. Now, the speaker/source row is properly displayed under the quote and no wikitext is visible. If you cannot see this change, I suggest purging your cache/hard reloading/etc.
</p><p>That Template:! was 'migrated' to register as a portable infobox may be of some concern; I suggest double-checking your other non-infobox templates to make sure no other erroneous migrations occurred circa Feb 2020.
</p><p>Edit: Informal observation regarding the quote template on Gary Jansen's page: I notice you tagged the quote source as a ref(erence), but this is a little clumsy given the quote template set-up. Notice the space between the comma and the [1] superscript; the design has a named source in mind, not a citation. Either use the source title instead, or change the template design if you'd prefer sources look like citations.
</p><p>Here is an example of a quote template naming the source of the quote (i.e. example of what I mean by 'source title'); in this instance, the source is a book, so the book's title is written out.
</p>
#WikiaArticle, #WikiaRail just like this Staff member did when the Tensura Wiki violated the Customization policy the exact same way back in 2018. It's fine to change the font of the article body, but FANDOM decided a few years back that changing the font of article headers, top nav, and the wiki title is no longer hip.
</p><p>Edit: Oh, curious; looks like a user decided to replace #WikiaArticle, #WikiaRail with #WikiaPage on Tensura Wiki in 2019...meaning article headers are using their custom font anyway. The user via their edit summary seems to think they must be "whitelisted for customization," but as far as I can tell the Customization policy hasn't changed re: article headers? Aren't they now technically violating the Customization policy again?
</p><p>Not that I agree with Fandom's stringent Customization policies, mind you, but it is what it is for the time being.
</p><p>(Side note, whoops; took me far too long to realize/notice I initially posted this reply in a different thread.)
</p><p>Edit x2: Oh, how's this for feedback: I think you've credited the wrong author on your homepage. You've written "Amy Alward's Jinxed," but--per the book cover in your wiki's background, and after a quick DuckDuckGo search--isn't the author of the Jinxed duology Amy McCulloch? I suggest correcting this as soon as possible; although mix-ups and typos are understandable, a mistake this fundamental is to be avoided.
</p>
<gallery type="slider" orientation="bottom"> Image Alpha.png|Title|link|linktext Image Beta.png|Title|link|linktext </gallery><p>Edit: I tested adding a slider on my Sandbox page at Woodhouse's UCP-testing ground wiki; you can check the source code there. For examples of Sliders on pre-UCP Wikis... well, you're a Warriors fan, so check out this slider on the Warriors Wiki (see source code), or the wikitext for the slider on the Narnia Wiki home page. Ignore that they use hyperlinks when linking to articles on their own wiki. </p>