Wiki links

Post/Author/DateTimePost
#1

wulfgars

Sep 20, 2011 8:06:38
Hi.
I´m building a Group for my Campaign , and within it , i´m building a Wiki.
I would like to link the names i put on the Blogs directly to the names i puted in the Wiki ( already built it) , is it possible?
Thanks in advance
#2

wrecan

Sep 21, 2011 7:36:56
You can link to the blog as follows

Left bracket ("[") + url for the blog + space (" ") + name of the blog + right bracket ("]").

So for example, my most recent blog is the advertisement for the 31st Expert DM Competition on the What's a DM to Do? Forum.  The url for the blog is http://community.wizards.com/wrecan/blog/2011/09/19/expert_dm_competition_31:_forge_an_item_set!  If I wanted to create a link to that blog in a Wiki that was called "Expert DM Competition 31", I would write as follows:

[http://community.wizards.com/wrecan/blog/2011/09/19/expert_dm_competition_31:_forge_an_item_set! Expert DM Competition 31]

It would appear in the Wiki as follows:

Expert DM Competition 31

I hope that helps.
#3

wulfgars

Sep 21, 2011 9:13:47
I don´t know if it´s relevant , but I want to link FROM the Blog to something  ON THE Wiki.

This is path:

community.wizards.com/eberroncampaignpor... Nermil Fylthwin


So it would be:

[community.wizards.com/eberroncampaignpor... Nermil Fylthwin]

But it appears like you see above , where the first part of the path ( http:// ) disappears and it looks like this in the blog where I put it!!! And yes , i´ve put it correctly with the full path , he just "trims" it!! Know what´s causing this!?
#4

wrecan

Sep 21, 2011 9:56:46
The forum editing software automatically trims links.  What I gave you was for linking from a wiki to a blog.  For links from a blog, you do the same thing that you do when you link from a post.  For instance, let's say that in the blog announcing XDMC 31, I wanted to include a link to the XDMC Group Wiki Homepage and I wanted it to appear as XDMC Wiki.

  1. In the blog, write out the text you want the link to appear as: "XDMC Wiki"

  2. Then highlight the text with your cursor.

  3. Then click on the "link" button that looks like .  It's all the way on the left on the second row of icons.

  4. You'll get a dialog box that looks like the following:

  5. In "Link URL" put the url address for the link.  I would insert "http://community.wizards.com/xdmc/wiki/Expert_Dungeon_Master_Competition"

  6. Hit "Insert".

  7. Now you should have a clean link.

There's no way I know of to turn off the trim function in posts and blogs. 

advanced html trickery
When I want to show the entire url address, I always write it out and then I add some "invisible" html code in the middle to confound the html editor.  For instance, in number 5 above, I highlighted the p in "http" and colored it black.  In the editor, the url address got cut off by the html used to designate colors, so it didn't activate the trim function. However, this also rendered it useless as a link.  So if I want to show the address and have it also work as a link, I have to write out the link and then add the invisible html to prevent the trim function from activating, and then I go through steps 1 to 5 above to make it a link.  Then I can get it to look as follows:

http://community.wizards.com/xdmc/wiki/Expert_Dungeon_Master_Competition

Which is a lot of work for little gain.
#5

wulfgars

Sep 21, 2011 15:43:34
Thanks