Difference between revisions of "User:Hananack/My Wiki Codes memo page"
From Dungeons and Dragons Wiki
(Created page with '=why do i need this page?= here ill memo the codes that i learned so i will not need to look for them all around') |
|||
Line 1: | Line 1: | ||
=why do i need this page?= | =why do i need this page?= | ||
− | here ill memo the codes that i learned so i will not need to look for them all around | + | here ill memo the codes that i learned so i will not need to look for them all around. |
+ | |||
+ | ==the <nowiki><nowiki></nowiki></nowiki> Code== | ||
+ | this code disables the wiki coding for everything between the <nowiki><nowiki></nowiki></nowiki> signs. its usable to show the needed codes within an article without actually using the code. to make it show the text in a white box i need to add one space before the first <nowiki><nowiki></nowiki>. for example: | ||
+ | <nowiki> <nowiki>{{Stat Block 2 | ||
+ | |summary= | ||
+ | |name= | ||
+ | |al= |size= |type= | ||
+ | |init= |listen= |spot= | ||
+ | |ac= |touch= |flat= | ||
+ | |hp= |hd= | ||
+ | |fort= |ref= |will= | ||
+ | |spd= | ||
+ | |bab= |grp= | ||
+ | }}</nowiki></nowiki> |
Revision as of 23:41, 9 January 2010
why do i need this page?
here ill memo the codes that i learned so i will not need to look for them all around.
the <nowiki></nowiki> Code
this code disables the wiki coding for everything between the <nowiki></nowiki> signs. its usable to show the needed codes within an article without actually using the code. to make it show the text in a white box i need to add one space before the first <nowiki>. for example:
<nowiki>{{Stat Block 2 |summary= |name= |al= |size= |type= |init= |listen= |spot= |ac= |touch= |flat= |hp= |hd= |fort= |ref= |will= |spd= |bab= |grp= }}</nowiki>