Template:Cite journal help needed
63,506pages on
this wiki
this wiki
Forum page
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 997 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
Hello. I copied the Template:Cite journal from Wikipedia a while ago, however, the red links are starting to pile up. I have linked to a sub-page of mine on the wiki I work at. On the reference list, is an example of the Template:cite journal in action, using most of its parameters. However, notice the redlinks entitled doi, ISSN, OCLC, bibcode, etc. I tried going into the template to fix it, but I have to revert to a previous version because my edits made it worse. Could anyone try to get the Template:Cite journal to not make those links. Thanks! The page on the wiki for that template is HERE! Wikipedia's template, from where this was copied, is HERE! Thanks if anyone can help! --Meghunter99Talk to me! 00:36, 20 July 2009 (UTC)
- When you have no data to pass to a parameter, simply put nothing in there.
- See my edit on the test page.
- But maybe the "none" was only for testing ?
- If you still want thoses links removed, no problem, i'll look into it. — TulipVorlax 06:40, 20 July 2009 (UTC)
- By the way, thoses links are in Template:Citation/core :
<!--===============DOI================-->
#if:{{{DOI|}}}
|{{{Sep|,}}} [[Digital object identifier|doi]]:{{#if: {{{DoiBroken|}}}
| {{#tag:nowiki|{{{DOI}}}}} (inactive {{{DoiBroken|}}}) {{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Pages with DOIs broken since {{#time: Y | {{{DoiBroken|}}} }}]] }}
| <span class="neverexpand">[http://dx.doi.org/{{urlencode:{{{DOI}}}}} {{#tag:nowiki|{{{DOI}}}}}]</span>
}}
}}{{
<!--============ Misc. Identifier ============-->
#if: {{{ID|}}}
|{{{Sep|,}}} {{{ID}}}
}}{{
<!--============ ISBN ============-->
#if: {{{ISBN|}}}
|{{{Sep|,}}} ISBN {{{ISBN}}}
}}{{
<!--============ ISSN ============-->
#if: {{{ISSN|}}}
|{{{Sep|,}}} [[International Standard Serial Number|ISSN]] [http://worldcat.org/issn/{{{ISSN}}} {{{ISSN}}}]
}}{{
<!--============ OCLC ============-->
#if: {{{OCLC|}}}
|{{{Sep|,}}} [[OCLC]] [http://worldcat.org/oclc/{{urlencode:{{{OCLC}}}}} {{{OCLC}}}]
}}{{
<!--============ PMID ============-->
#if: {{{PMID|}}}
|{{{Sep|,}}} PMID {{{PMID}}}
}}{{
<!--============ PMC ============-->
#if: {{{PMC|}}}
|{{#if: {{{URL|}}}
|{{{Sep|,}}} [[PubMed Central|PMC]]: [http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pmcentrez&artid={{{PMC}}} {{{PMC}}}]
}}
}}{{
<!--============ BIBCODE ============-->
#if: {{{Bibcode|}}}
|{{{Sep|,}}} [[Bibcode]]: [http://adsabs.harvard.edu/abs/{{{Bibcode}}} {{{Bibcode}}}]
}}{{
- Thanks Tulip for your help. I purposely lft something in those parameters to make the red-links show. I forgot about the Template:Citation/core. I think I got rid of the red links now. Thanks! --Meghunter99Talk to me! 12:17, 20 July 2009 (UTC)