User:ChallengeSpacePedia/WikiTutorial/All/Bold and italics
From Wikipedia, the free encyclopedia
< User:ChallengeSpacePedia | WikiTutorial | All
Contents |
[edit] Bolding
To bold text, input the following code
'''Bold me!'''
which will output Bold me!
[edit] Italicizing
To italicize text, input the following code
''Italicize me!''
which will output Italicize me!
[edit] Combining the tags
To bold and italicize text, input the following code
'''''Bird'''''
which will output Bird
[edit] Notes
- When bolding or italicizing ', you need to add <nowiki></nowiki> in the code. Note that <nowiki> will start a tag and </nowiki> will end it.
- If you put ''''Text'''', the text will be bolded, but not italicized. This outputs 'Text'.