# 修改引文实例

下面是一个临时引文如何影响使用作者型或者数据型引文格式格式化的实例，第一列是修改临时引文的方法，下面两列是引文格式

**修改引文实例**

| **临时引文**                | **格式化为 Author-Date** | **格式化为数字型** | **说明**                                                                                                                                     |
| ----------------------- | -------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| {Howsci, #77}           | (Howsci)             | \[1]        | 临时引文中没有输入年代，格式化后省略了年代                                                                                                                      |
| {, 2015 #77}            | (2015)               | \[1]        | 临时引文中没有输入作者，格式化后省略了作者。注意临时引文年代前面仍要有一个逗号，这样才能格式化后忽略作者                                                                                       |
| {#77}                   | 文中没有引文               | \[1]        | 格式化后省略了作者和年代，作者数字型格式化后文中就没有了引文，只在文末参考文献中出现                                                                                                 |
| {Howsci,2015 #77 p.4}   | (Howsci 2015 p.4)    | \[1 p.4]    | 临时引文增加的后缀会出现在格式化后的引文中                                                                                                                      |
| {see \Howsci, 2015 #77} | (see Howsci 2015)    | \[see 1]    | 临时引文中添加的前缀也会出现格式化引文中。注意临时引文中的前缀要使用反斜杠与文献信息分开，详见[引文前缀](https://app.gitbook.com/s/-LrgCHEEK5wsSALfCziF/cwyw/citations/Citation_Prefixes.htm) |
| {Howsci, #77, p.4}      | (Howsci, p.4)        | \[1, p.4]   | 省略了年代，添加了后缀。后缀要在文献编辑后添加，或者第三个逗号后添加                                                                                                         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.howsci.com/cwyw/citations/examples-of-modified-citations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
