Difference between revisions of "User talk:Belgrave"

From Fallen Sword Wiki
Jump to: navigation, search
(Help with User Page)
Line 24: Line 24:
  
 
I tried coping the code from http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_Page_Help/Do-It-Yourself/Formatting_Text#Text_formatting under the heading '''Show/Hide sections''' and placing it between the tags <nowiki><nowiki></nowiki></nowiki> but it all ran together so I just deleted it here in your talk page.  But I do have a copy of the coding at [[User:DavidAHare/Test Page Section A]].<br>{{User:DavidAHare/Sig}}
 
I tried coping the code from http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_Page_Help/Do-It-Yourself/Formatting_Text#Text_formatting under the heading '''Show/Hide sections''' and placing it between the tags <nowiki><nowiki></nowiki></nowiki> but it all ran together so I just deleted it here in your talk page.  But I do have a copy of the coding at [[User:DavidAHare/Test Page Section A]].<br>{{User:DavidAHare/Sig}}
 
+
:<span style="color:#060">I looked at the instructions for that at[http://en.wikipedia.org/wiki/Wikipedia:NavFrame Wikipedia:NavFrame] and can say it's not going to be available, at least until I'm looking for another project to work on. It requires editing the css and javascript that's used on the entire wiki and that's not something I'd do without at least testing it awhile first in a controlled environment. In the meantime, we do have [http://en.wikipedia.org/wiki/Wikipedia:Collapsible_tables collapsible tables] which is essentially the same thing.</span><br>{{User:Belgrave/Sig}}
== Question??? ==
+
 
+
How did you become a wiki sysop?
+
:<span style="color:#060">HCS asked if I would take the position and I agreed.</span><br>{{User:Belgrave/Sig}}
+
 
+
 
+
== On Splitting Up Pages ==
+
{| class="collapsible collapsed" width="100%" style="border:1px solid #acacac;"
+
!
+
|-
+
| To split up pages into stuff like User:Belgrave/Components, does it have to be a template? - [[User:Sinho6|Sinho6]] 00:41, 2 September 2008 (BST)
+
:<span style="color:#060">It isn't an actual template since it isn't <tt>Template:Pagename</tt>, but it works the same way as a template since you use <tt><nowiki>{{User:Belgrave/Pagename}}</nowiki></tt> on the page you want to put it into. I find it to be useful since I can then add lots of content and not have to sort through too much code when I want to edit it... For example, [[User:Belgrave/Profile]] would be a nightmare if I didn't have it split up so each section was a different page.</span><br>{{User:Belgrave/Sig}}
+
 
+
So, is there a specific way to make those pages or do you just treat them as regular pages and simply make them? [[User:Sinho6|Sinho6]] 01:18, 2 September 2008 (BST)
+
:<span style="color:#060">They're made the same as any other page.</span><br>{{User:Belgrave/Sig}}
+
 
+
|}
+
How do you hide specific parts of a page? [[User:Sinho6|Sinho6]] 20:08, 7 September 2008 (BST)
+
:<span style="color:#060">You make a table with the following code and put everything you want to hide inside it.
+
<pre>{| class="collapsible collapsed"
+
! table header (this part needs to exist for it to work)
+
|-
+
| table content
+
|}</pre>
+
:{{User:Belgrave/Sig}}
+
 
+
== Adding Separate Pages to a Wiki Page ==
+
 
+
Okay, I added a new page called [[The Hunted Cow Tippers/Gear 1-100]], how do I incorporate it into the main page? ([[The Hunted Cow Tippers]]) [[User:Sinho6|Sinho6]] 20:46, 7 September 2008 (BST)
+
:<span style="color:#060">Put <tt><nowiki>{{The Hunted Cow Tippers/Gear 1-100}}</nowiki></tt> where you want it on [[The Hunted Cow Tippers]] page.</span><br>{{User:Belgrave/Sig}}
+
 
+
Okay, I tried that, but all it does is write "Template:The Hunted Cow Tippers/Gear 1-100" with a link to a page that doesn't exist. Could you help me out? It's under the Gear section of [[The Hunted Cow Tippers|this page]]. [[User:Sinho6|Sinho6]] 20:59, 7 September 2008 (BST)
+
:<span style="color:#060">My bad... apparently you need a colon (:) at the front since it's in the Main namespace so it would be <tt><nowiki>{{:The Hunted Cow Tippers/Gear 1-100}}</nowiki></tt>.</span><br>{{User:Belgrave/Sig}}
+
 
+
 
+
== Linking ==
+
<span style="color:#600">Is it possible to have any link that goes to my profile to end up [[User:CHiNback/Notices|here]]?</span><br>{{User:CHiNback/Sig}}
+
:<span style="color:#060">Only if your profile redirects to that... Alternatively, you can go through the entire wiki and edit every page that links to your profile so it links to that instead.</span><br>{{User:Belgrave/Sig}}
+

Revision as of 18:01, 16 September 2008

Have problems or need to report someone in the game? If so, submit a ticket.

I deal with mostly wiki and occasional forum issues.



-Stares in awe-
                 CHiNback - [ Talk - Message - PM ]

I got bored... I'm really just waiting for Extension:Parserfunctions before I do many more content edits and I didn't want to take much time to do maps today.
 Belgrave, Moderator / Sysop  Talk  Message PM 




Help with User Page

Question I may have found a way to make my tab area smaller, but I need to know if theses div classes will work in this Wiki. Here they are. div class="NavFrame", div class="NavHead", and div class="NavContent" I have found on another Wiki they did it by using these 3 div classes and other codes to go along with them. I have not used scripts in the html pages I have built unless it was copied from another code so I am not to versed in that type of programing. That is why I ask alot of questions dealing with that type of coding. I also have not gotten into the more advanced programing styles. All I have done is just the basic type of Web page programing and the WIKI is different then that so I am learning how to program in that way since some of what I do know of HTML programing does not work or works in a different way. If the above div classes will not work then I think I may have a way to do something like what has been done on the other Wiki.
   DavidAHare,Talk Message PM 17:54, 16 September 2008 (BST)

Let me know the page/other wiki and I'll take a look at it to see if it would work here. In the meantime, without knowing the code behind it, I am very likely to say no, it won't work.
 Belgrave, Moderator / Sysop  Talk  Message PM 


I tried coping the code from http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_Page_Help/Do-It-Yourself/Formatting_Text#Text_formatting under the heading Show/Hide sections and placing it between the tags <nowiki></nowiki> but it all ran together so I just deleted it here in your talk page. But I do have a copy of the coding at User:DavidAHare/Test Page Section A.
   DavidAHare,Talk Message PM

I looked at the instructions for that atWikipedia:NavFrame and can say it's not going to be available, at least until I'm looking for another project to work on. It requires editing the css and javascript that's used on the entire wiki and that's not something I'd do without at least testing it awhile first in a controlled environment. In the meantime, we do have collapsible tables which is essentially the same thing.
 Belgrave, Moderator / Sysop  Talk  Message PM