Jump to content

Common Wiki Fixes: Difference between revisions

m
Text replacement - "fckLR" to ""
m (Text replacement - "fckLR" to "")
(8 intermediate revisions by 6 users not shown)
Line 27: Line 27:


*'''Cause''': A space has been placed between the first word of a text and the left side of the page.  
*'''Cause''': A space has been placed between the first word of a text and the left side of the page.  
*'''Fix''': Remove the space, make sure text is up against the left side of the page and the dashed box should disappear.
*'''Fix''': Remove the space, make sure the text is up against the left side of the page and the dashed box should disappear.


----
----
Line 43: Line 43:
'''Problem''': Links that are blue but don't work.<br> '''Cause''': In this case it is '''not a missing''' <nowiki></div></nowiki> tag but a '''misplaced''' <nowiki></div></nowiki> tag. Sometimes they are in the wrong place. Sometimes a misplaced <nowiki></table></nowiki> can also cause problems.<br> '''Cure''': First, look for opening div tags by typing "<nowiki><div</nowiki>" without the &gt; under Ctrl F. This search will show you all the beginning div tags.  
'''Problem''': Links that are blue but don't work.<br> '''Cause''': In this case it is '''not a missing''' <nowiki></div></nowiki> tag but a '''misplaced''' <nowiki></div></nowiki> tag. Sometimes they are in the wrong place. Sometimes a misplaced <nowiki></table></nowiki> can also cause problems.<br> '''Cure''': First, look for opening div tags by typing "<nowiki><div</nowiki>" without the &gt; under Ctrl F. This search will show you all the beginning div tags.  


*Now look to see if each of these opening div tags has a closing div tag somewhere down the page. *If it does, make the sure closing div tag is in the right place. If it is apparent that it should be in another spot, you can move it to where it should be. If you are not sure, get someone to help you.
*Now look to see if each of these opening div tags has a closing div tag somewhere down the page.  
*If it does, make sure the closing div tag is in the right place. If it is apparent that it should be in another spot, you can move it to where it should be. If you are not sure, get someone to help you.


----
----
Line 51: Line 52:
*'''Problem''': An external link that looks something like this:
*'''Problem''': An external link that looks something like this:


::<font color="blue"><nowiki><a href="https://familysearch.org/learn/wiki/en/Main_Page>FamilySearch Wiki</a></nowiki></font>
::<font color="blue"><nowiki><a href="https://familysearch.org/wiki/en/Main_Page>FamilySearch Wiki</a></nowiki></font>


*'''Cause''': Patron tried to install an external link in HTML style rather than in Wikitext style.  
*'''Cause''': Patron tried to install an external link in HTML style rather than in Wikitext style.  
Line 60: Line 61:
:*Change the &lt;/a&gt; to a ]  
:*Change the &lt;/a&gt; to a ]  
:*It should look like this in Wikitext:  
:*It should look like this in Wikitext:  
::<font color="blue"><nowiki>[https://familysearch.org/learn/wiki/en/Main_Page FamilySearch Wiki]</nowiki></font>
::<font color="blue"><nowiki>[https://familysearch.org/wiki/en/Main_Page FamilySearch Wiki]</nowiki></font>


----
----
Line 68: Line 69:
*'''Problem'''
*'''Problem'''


&lt;a href="https://familysearch.org/learn/wiki/en/United_States_Naturalization_and_Citizenship#On_the_Internet_one_two_three_four_five_six_seven_eight_nine_ten"&gt;United States Naturalization and Citizenship&lt;/a&gt;  
::&lt;a href="https://familysearch.org/wiki/en/United_States_Naturalization_and_Citizenship#On_the_Internet_one_two_three_four_five_six_seven_eight_nine_ten"&gt;United States Naturalization and Citizenship&lt;/a&gt;  


*'''Cause''': Patron tried to install an external link in HTML style rather than in Wikitext style.  
*'''Cause''': Patron tried to install an external link in HTML style rather than in Wikitext style.  
Line 78: Line 79:
:*The code the code should look like this:
:*The code the code should look like this:


<font color="blue"><nowiki>[https://familysearch.org/learn/wiki/en/United_States_Naturalization_and_<br>
::<font color="blue"><nowiki>[https://familysearch.org/wiki/en/United_States_Naturalization_and_<br>
Citizenship#On_the_Internet_one_two_three_four_five_six_seven_eight_nine_ten United States Naturalization and Citizenship]</nowiki></font>  
Citizenship#On_the_Internet_one_two_three_four_five_six_seven_eight_nine_ten United States Naturalization and Citizenship]</nowiki></font>  


*The link will look this in the article:
*The link will look this in the article:


[https://familysearch.org/learn/wiki/en/United_States_Naturalization_and_Citizenship#On_the_Internet_one_two_three_four_five_six_seven_eight_nine_ten United States Naturalization and Citizenship]  
::[https://familysearch.org/wiki/en/United_States_Naturalization_and_Citizenship#On_the_Internet_one_two_three_four_five_six_seven_eight_nine_ten United States Naturalization and Citizenship]  


----
----
Line 109: Line 110:
*'''Cause''': Check to see if a space is missing between the URL and the name of the link:
*'''Cause''': Check to see if a space is missing between the URL and the name of the link:


::<nowiki>[https://familysearch.org/learn/wiki/en/Main_PageFamilySearch Wiki Main Page]</nowiki>
::<nowiki>[https://familysearch.org/wiki/en/Main_PageFamilySearch Wiki Main Page]</nowiki>
::The link looks like this:
::The link looks like this:


::[https://familysearch.org/learn/wiki/en/Main_PageFamilySearch Wiki Main Page].
::[https://familysearch.org/wiki/en/Main_PageFamilySearch Wiki Main Page].


The link should be ''FamilySearch Wiki Main Page'' not ''Wiki Main Page''. The name of the link is ''Wiki Main Page'' instead of ''FamilySearch Wiki Main Page'' because there is no space between '''Page''' (the ''last word'' of the URL)  and '''FamilySearch''' (the ''first word'' in the name of the link). The result is clicking on "Wiki Main Page" leads nowhere.  
The link should be ''FamilySearch Wiki Main Page'' not ''Wiki Main Page''. The name of the link is ''Wiki Main Page'' instead of ''FamilySearch Wiki Main Page'' because there is no space between '''Page''' (the ''last word'' of the URL)  and '''FamilySearch''' (the ''first word'' in the name of the link). The result is clicking on "Wiki Main Page" leads nowhere.  
*'''Cure''': Add the missing space. The link should look like this:
*'''Cure''': Add the missing space. The link should look like this:
::[https://familysearch.org/learn/wiki/en/Main_Page FamilySearch Wiki Main Page]
::[https://familysearch.org/wiki/en/Main_Page FamilySearch Wiki Main Page]
This link works and has the proper spacing between the URL and link.
This link works and has the proper spacing between the URL and link.
Here is the coding:
Here is the coding:
::<font color="blue"><nowiki>[https://familysearch.org/learn/wiki/en/Main_Page FamilySearch Wiki Main Page]</nowiki> </font>
::<font color="blue"><nowiki>[https://familysearch.org/wiki/en/Main_Page FamilySearch Wiki Main Page]</nowiki> </font>


----
----
Line 126: Line 127:


*'''Problem''': External link shows as a number in brackets, which does not tell what the link is for or the source.  
*'''Problem''': External link shows as a number in brackets, which does not tell what the link is for or the source.  
::[https://familysearch.org/learn/wiki/en/Main_Page]
::[https://familysearch.org/wiki/en/Main_Page]
*'''Cause''': External link is not named. <font color="blue"><nowiki>[https://familysearch.org/learn/wiki/en/Main_Page]</nowiki></font>  
*'''Cause''': External link is not named. <font color="blue"><nowiki>[https://familysearch.org/wiki/en/Main_Page]</nowiki></font>  
*'''Cure''': Place a name in the external link. We want the link to look like this:
*'''Cure''': Place a name in the external link. We want the link to look like this:
::[https://familysearch.org/learn/wiki/en/Main_Page Main Page]
::[https://familysearch.org/wiki/en/Main_Page Main Page]
The code should look like this:
The code should look like this:
::<font color="blue"><nowiki>[https://familysearch.org/learn/wiki/en/Main_Page</nowiki></font> <font color="blue">'''Main Page''']</font>
::<font color="blue"><nowiki>[https://familysearch.org/wiki/en/Main_Page</nowiki></font> <font color="blue">'''Main Page''']</font>
----
----


Line 141: Line 142:
*In this example the amp; is injected into the link after the &amp; symbol.
*In this example the amp; is injected into the link after the &amp; symbol.


'''<nowiki><ref>John Marius Wilson ''[http://www.visionofbritain.org.uk/place/place_page.jsp?p_id=11102&st=airmyn Imperial Gazetteer of England and Wales]'' 1870. Date accessed: 11 Nov 2013.</ref></nowiki>'''  
'''<nowiki><ref>John Marius Wilson ''[https://www.visionofbritain.org.uk/place/place_page.jsp?p_id=11102&st=airmyn Imperial Gazetteer of England and Wales]'' 1870. Date accessed: 11 Nov 2013.</ref></nowiki>'''  


*'''Cure''': First you need to check that the link works. It is easier to copy and paste onto another tab as you check the link. Use this page as your reference. After checking the link, the quickest way to solve this problem is to delete <nowiki>"&st=airmyn",</nowiki> this will leave a usable link and stop the amp injection problem. If you deleted just the <nowiki>''amp;st=airmyn''</nowiki> and not the <nowiki>"&"</nowiki> Symbol, the amps will come back.
*'''Cure''': First you need to check that the link works. It is easier to copy and paste onto another tab as you check the link. Use this page as your reference. After checking the link, the quickest way to solve this problem is to delete <nowiki>"&st=airmyn",</nowiki> this will leave a usable link and stop the amp injection problem. If you deleted just the <nowiki>''amp;st=airmyn''</nowiki> and not the <nowiki>"&"</nowiki> Symbol, the amps will come back.


'''<nowiki><ref>John Marius Wilson ''[http://www.visionofbritain.org.uk/place/place_page.jsp?p_id=11102 Imperial Gazetteer of England and Wales]'' 1870. Date accessed: 11 Nov 2013.</ref></nowiki>'''  
'''<nowiki><ref>John Marius Wilson ''[https://www.visionofbritain.org.uk/place/place_page.jsp?p_id=11102 Imperial Gazetteer of England and Wales]'' 1870. Date accessed: 11 Nov 2013.</ref></nowiki>'''  


*In this example the <nowiki>&</nowiki> has been added into a link, which should also be a reference.
*In this example the <nowiki>&</nowiki> has been added into a link, which should also be a reference.
Line 161: Line 162:
*'''Problem''': Fck can be injected onto a page instead of [[ ]], <nowiki>< ></nowiki>. The page can become a mess of Fck's where reference and internal and external links should be. This will inject the Fck from where the error was made up the page.
*'''Problem''': Fck can be injected onto a page instead of [[ ]], <nowiki>< ></nowiki>. The page can become a mess of Fck's where reference and internal and external links should be. This will inject the Fck from where the error was made up the page.


fckLRfckLRhttp://www.achurchnearyou.com/cantley-st-margaret/ for details of the parish. fckLRfckLRhttp://www.britishlistedbuildings.co.uk/en-228599-church-of-st-margaret-cantley/bingmap British Listed buildings<br> fckLRfckLRhttp://www.norfolkchurches.co.uk/cantley/cantley.htm Norfolk Churches website<br>  
http://www.achurchnearyou.com/cantley-st-margaret/ for details of the parish. http://www.britishlistedbuildings.co.uk/en-228599-church-of-st-margaret-cantley/bingmap British Listed buildings<br> http://www.norfolkchurches.co.uk/cantley/cantley.htm Norfolk Churches website<br>  


*'''Cause''': This type of problem is normally caused by missing a closing reference, <nowiki> <ref/></nowiki>, or missing a <nowiki> > </nowiki> of the reference.
*'''Cause''': This type of problem is normally caused by missing a closing reference, <nowiki> <ref/></nowiki>, or missing a <nowiki> > </nowiki> of the reference.
Line 167: Line 168:
*'''Cure''': The easiest way to solve this problem is a rollback or undo, but first its always best to go into the page history and look over the edits. To see when and where the mistake was made on the page. Then do an undo from that point .The other way is much harder and that is to replace the links and references by hand.
*'''Cure''': The easiest way to solve this problem is a rollback or undo, but first its always best to go into the page history and look over the edits. To see when and where the mistake was made on the page. Then do an undo from that point .The other way is much harder and that is to replace the links and references by hand.


[[Category:Help]]
[[Category:Wiki maintenance Help]] [[Category:Additional wikitext help]]