Difference between revisions of "Talk:Healing cover"

From Wurmpedia
Jump to navigation Jump to search
Line 1: Line 1:
Pwin-
+
Thanks Dashiva. Couldn't quite figure out how to do the comments.-[[User:Pwin|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. <nowiki><!-- This does not show up on regular pages --></nowiki> - [[User:Dashiva|Dashiva]] 05:21, 24 January 2007 (CST)
 
If you want to make something only displayed in the source (and thus the Wurm client too) you should use comments. <nowiki><!-- This does not show up on regular pages --></nowiki> - [[User:Dashiva|Dashiva]] 05:21, 24 January 2007 (CST)

Revision as of 06:26, 24 January 2007

Thanks Dashiva. Couldn't quite figure out how to do the comments.-Pwin

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)