Cut-off corners

Axxonn

Owning all your base
Joined
Apr 30, 2010
Messages
385
Reaction score
0
is it possible to make cut-off corners in wikicode? im not using it in the mainspace, im just asking if you can.
 
You mean rounded corners or corner corners?

If you're talking rounded corners, just put in the following:

Code:
|class="roundytl"
(tl = top left, br = bottom right, etc.)

for each of the corner cells, where the properties would normally go.

e.g.

Code:
{|border="1"
|class="roundytl" |This
|class="roundytr" |is a
|-
|class="roundybl" |rounded
|class="roundybr" |table.
|}
 
Assuming you mean diagonal corners, no, it's not something built-in to wikicode (although someone with greater skill than my own might be able to manage it).
It is doable with CSS, in much the same way that people used to make rounded corners before there was coding for it (using four corner-shaped images), but that requires a decent amount of coding knowledge, as well as access to the proper parts of the site to edit CSS and upload system images. (I would suggest Googling it if you need info, something like "CSS fancy corners" would likely get you the results you need.)
 
I do sometimes wish we could. It'd be the next advance after ROUNDY.
 
Please note: The thread is from 16 years ago.
Please take the age of this thread into consideration in writing your reply. Depending on what exactly you wanted to say, you may want to consider if it would be better to post a new thread instead.
Back
Top Bottom