Talk:Healing cover

From Wurmpedia
Revision as of 04:21, 24 January 2007 by Dashiva (talk | contribs)
Jump to navigation Jump to search

Pwin- I know people porbably don't use this AT ALL. But heres my explanation of what I did.

When using the wiki console command, all the formatting and coding used in the wiki turns to viewable text. So, to make the wiki more newbie friendly and generally better looking while using the wiki command, I've done a bit of adding to the wiki.

I've used {| and |} at the start of a section that will NOT show up in a webbrowser, but WILL show up when using the wiki command. For example: (NOTE: Do NOT include the parenthesis)

"{|
  |This is|
  |An example!|
               |}"

The example above is what you would see when viewing it using the wiki command from ingame. However, this code would NOT show when viewed with a web browser.

It is necessary to put |'s at the beginning and end of each line; but only 1 set of {| and |} will be needed.

I hope this helps explain what I did. Using this, i was able to put the potency list at the beginning of the Wiki entry, without displacing any information shown in a web browser.

The problem is, that's a horrible hack. The output as HTML becomes the following: <table>

<tr> <td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td></tr></table>

If you want to make something only displayed in the source (and thus the Wurm client too) you should use comments. <!-- This does not show up on regular pages --> - Dashiva 05:21, 24 January 2007 (CST)