(use lt, gt instead of < and >) |
m (wikified something) |
||
Line 1: | Line 1: | ||
{{Wordy Bbc | {{Wordy Bbc | ||
|tag=anchor | |tag=anchor | ||
|example= | |example=<nowiki>[anchor=id]text or more BB Code[/anchor]</nowiki>; | ||
|description=The <tt>anchor</tt> tag produces an anchor which can then be linked | |description=The <tt>anchor</tt> tag produces an anchor which can then be linked. The anchor in the html is actually prefixed with "post_". This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly. | ||
|result= | |result=<nowiki><span id="post_id">text or more BB Code</span></nowiki> | ||
}} | }} | ||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]] | ||
[[Category:Advanced bulletin board code]] | [[Category:Advanced bulletin board code]] |
Revision as of 13:46, 6 May 2011
description: The anchor tag produces an anchor which can then be linked. The anchor in the html is actually prefixed with "post_". This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly.
example: [anchor=id]text or more BB Code[/anchor];
result: <span id="post_id">text or more BB Code</span>