Template:Acronymlist: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Stephen Ewen
(I think we are allowing CZ and WP - for better or worse :-| .......)
imported>Stephen Ewen
(to reflect constable discussion: "a template that omits the acronym allows it to die off on our pages")
Line 1: Line 1:
{{#switch: {{{acronym}}}
{{#switch: {{{acronym}}}
|NPOV = neutral point of view rather than NPOV
|NPOV = "unbiased" or "neutral point of view"
|OP = original poster rather than OP
|OP = original poster
|OR = original research rather than OR
|OR = original research
|POV = point of view rather than POV
|POV = "biased" or "point of view"
}}<noinclude>
}}<noinclude>


Line 11: Line 11:


<pre>{{#switch: {{{acronym}}}
<pre>{{#switch: {{{acronym}}}
|NPOV = neutral point of view rather than NPOV
|NPOV = "unbiased" or "neutral point of view"
|OP = original poster rather than OP
|OP = original poster
|OR = original research rather than OR
|OR = original research
|POV = point of view rather than POV
|POV = "biased" or "point of view"
}}</pre>
}}</pre>


</noinclude>
</noinclude>

Revision as of 03:10, 18 April 2007


Master list for common acronyms

The wikicode is as follows

{{#switch: {{{acronym}}}
|NPOV = "unbiased" or "neutral point of view" 
|OP = original poster
|OR = original research
|POV = "biased" or "point of view"
}}