Topic on Adventures in Odyssey Wiki:Town Hall2

Jump to navigation Jump to search
CartoonNostalgia (talkcontribs)

I'm very bad at coding but basically I'm looking for a reverse template to col-begin which will allow me to end a column. None exists so far and I don't know how to make one. Any help is appreciated. Thanks!

Aiow (talkcontribs)

What you are trying to do, and what do you expect the Template:Col-begin template to do? Because the Col-begin does not start a column, rather it inserts a entire empty table. I have no idea what user User:American_Eagle (the only use that template has) was trying to do with it, but I can assure you that neither this template, nor a col-end template if made in the same way, would do what you want. If you are trying to do something with tables see this help page https://www.mediawiki.org/wiki/Help:Tables Or just let one of us know here, there are lots of users that could help you. PS how did you even find that template?

CartoonNostalgia (talkcontribs)
Aiow (talkcontribs)

Ok I made the Template:Col-end (and updated the others) I see what the Col templates can be used for, but do realize that they are just making a table.

{| style="width:100%;"
| 123 || ABC || RGB
|}

will produce three columns. To do the same thing with the Col templates:

{{Col-begin}} {{Col-break}} 123 {{Col-break}} ABC {{Col-break}} RGB {{Col-end}} Hope it helps.

CartoonNostalgia (talkcontribs)

Thanks so much!