Re: Wiki style guide
Posted: 14 April 2023, 13:35
Just came across this thread and added to the wiki formatting page today, let me know if you have any questions on any of the edits or templates.
I saw your updates from a couple of weeks ago. This is good comprehensive stuff, but maybe a little too technical in places, for a casual rule writer who just wants to know how to make bullet points show up.Sammy McSam wrote: ↑14 April 2023, 13:35 Just came across this thread and added to the wiki formatting page today, let me know if you have any questions on any of the edits or templates.
Code: Select all
.wikicontent li { list-style: outside; margin: 0em 1em; }My CSS suggestion:
Code: Select all
.wikicontent ul {
margin:.25em;
padding:.25em 1em;
}
.wikicontent ol {
margin:.5em;
padding:.25em 1.25em;
}
.wikicontent ul li {
list-style-type:disc;
}
.wikicontent ol li {
list-style-type:decimal;
padding-inline-start:.25em;
}
.wikicontent dd {
padding-inline-start:1em;
}
.wikicontent table {
width:auto;
margin:1em 0;
}
.wikicontent caption {
text-align:center;
font-weight:700;
}
.wikicontent th,td {
border:1px solid gray;
}
.wikicontent dt,.wikicontent h1,.wikicontent h2,.wikicontent h3,.wikicontent h4,.wikicontent h5,.wikicontent h6 {
font-weight:700;
}
.wikicontent h3 {
margin-top:20px;
width:max-content;
max-width: 90%
border-radius:0 6px 6px 0;
}
.wikicontent h5 {
margin:15px 0 5px;
}
.wikicontent h6 {
margin:10px 0 5px;
}
.wikicontent blockquote {
margin-inline:40px;
border-left:4px solid gray;
margin-top:1em;
margin-bottom:1em;
padding:4px 16px;
}
Here is one of them: https://boardgamearena.com/bug?id=102754 It's not exactly about the wiki, but related to it (missleading link). Please vote for it!
Thanks for raising this, voted and added: https://en.doc.boardgamearena.com/Wiki_ ... #Languages
The CSS stuff doesn't seem like a complicated fix that needs experimentation, BGA staff just need to be made aware that they forgot to except the wikicontent elements from their bullet/heading changes for the wider site in 2020 and 2022. And the bugs for section and gamehelp links are down to how BGA generates its game page, rather than a CSS issue.Sammy McSam wrote: ↑18 November 2023, 20:08 Thanks for the feedback. I've made HTML/CSS less prominent and regrouped by list type.
A suggested plan of action, not necessarily in this order:
- Share bug report(s) to increase votes.
- Test CSS workarounds and agree on a set of recommended CSS rules. | Wiki reference
- Ask more users to test the recommended CSS rules and provide any feedback. | bga-developers discord
- Add specific & concise issue descriptions and relevant CSS rules to existing bug reports.
- Request the chrome extension developers use the recommended CSS rules. | Wiki reference
- As more users install the chrome extension, BGA staff will take more interest in the CSS and hopefully fix themselves.
Thanks for making the effort to actually search first instead of just blasting off a new topic. Not all heroes wear capes.friendofblahaj wrote: ↑07 April 2025, 22:12 I found my way to this thread after searching for an answer to why bullets and headers were not appearing correctly. I figured someone must have already discussed the issue, and I was right! Thank you for the formatting reference guide as well as your advocacy for a solution.
Upvoted - and hereby bumped, hoping that more people will do the same.kevan wrote: ↑05 January 2024, 16:04
Here's a full list of current wiki ruleset bugs, anyway, taken from the wiki page:
- Bullet points not visible (open since April 2020)
- Rule section headings overlapping the text (open since September 2022)
- Ruleset h2/h3 headings not being nested (open since April 2023)
- Section links don't work in the BGA view of wiki rules pages (open since May 2023)
- Short rules: Gamehelp link for editing is misleading (open since October 2023)