Year of the Dragon: Through May 28th, claim free Expansion Pack (excluding Vecna Unleashed) or a Greater Elixir of Discovery! Speak to Xatheral in the Hall of Heroes. edit

Thank you for your patience while we continue to upgrade DDOwiki to the latest MediaWiki LTS version. If you find any errors on the site, please visit the Discord chat server and let us know.

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


Please create an account or log in to remove ads, build a reputation, and unlock more editing privileges and then visit DDO wiki's IRC Chat/Discord if you need any help!

Template:Div col

From DDO wiki
Jump to navigation Jump to search

This template together with {{Div col end}} is used to display lists in multiple columns.

Usage[edit]

You can either specify the number of columns (default: 2):

{{Div col|3}}
* a
* b
* c
{{Div col end}} 

Or you can specify minimum column width and the number of columns changes dynamically depending on screen width:

{{Div col||10em}}
* a
* b
* c
{{Div col end}}

Example[edit]

{{Div col|4|rules=yes}}
* Combustion - Fire
..
{{Div col end}}
  • Combustion - Fire
  • Corrosion - Acid
  • Devotion - Positive (Healing)
  • Glaciation - Cold
  • Impulse - Force, Untyped, Slashing, Piercing, Bludgeoning
  • Magnetism - Electricity
  • Nullification - Negative
  • Potency - Universal
  • Radiance - Light, Alignment
  • Reconstruction - Repair, Rust
  • Resonance - Sonic

For more options and examples, please see the same template on the English Wikipedia

Code[edit]