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!

User:C-Hound/Wiki Code

From DDO wiki
Jump to navigation Jump to search
General Wiki Code Sand Box To Do List Characters Talk


Wiki code & stuff[edit]



(NOTE [single brackets], space after URL -> Text.)
  • <!-- HIDDEN COMMENT (for future editors' eyes only) -->
  • <mark style="background:#98FB98;">Highlight Color for Text</mark>
Sim for an entire cell in a table
|-
| style="background: #FFD700;text-align:center;"|FFD700 is bright yellow

<div style="background-color:#D0D0D0;"> <!-- (This color determines background - here, "light grey") -->

...(text here)...

<div style="background-color:#FFFFFF;"> <!-- (This turns the rest of the page, below, back to the preferred background color (the "FFFFFF" would be for "white") -->


This code...

{|width="200"
|
* Multiple
* Columns
|
* of Bullet
* Points
|}

...gives...
  • Multiple
  • Columns
  • of Bullet
  • Points

  • Horizontal line ----

  • Link to Category = [[:Category:etc | link text ]]

Templates:[edit]

  • Forum Link to ( Item With Green Border ) = ( {{Forums|p=5781527|Item With Green Border}} ) <!- extra spaces unnecessary, included for clarity only->
...also... ({{Forums|p=5781527|Item With Green Border}}) or {{Ref|1={{Forums|p=4975101}} & {{Forums|p=5784176}}}} {{Ref|1={{Forums|p=4975101}} & {{Forums|p=5784176}}}}

K {{ Key press | K }}

  • {{Help improve}}
  • {{verify}}needs verification
  • {{ Bug | Bug info goes here }}
  • Suggested Article Rename/Renaming: {{rename|to=NewNameHere}} (w/ reasoning in /Talk page)
  • {{Tl}} - template link - |nested=true if nesting them.