User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
meta_info [2024/07/16 19:47] – [Major Tags] yuumeta_info [2024/07/17 21:00] (current) – [Naming Conventions] yuu
Line 27: Line 27:
  
 ====== Naming Conventions ====== ====== Naming Conventions ======
-  * tags are NOT case sensitive. The tag "OC" and "oc" and "oC" all will link to the correct page!+  * links & tags are NOT case sensitive. The tag "OC" and "oc" and "oC" all will link to the correct page!
   * member tags are the creator's preferred username. usernames may be formatted any way they like but can //not// contain certain special characters. if it becomes an issue, [[tag:yuu]] will contact you.   * member tags are the creator's preferred username. usernames may be formatted any way they like but can //not// contain certain special characters. if it becomes an issue, [[tag:yuu]] will contact you.
   * character pages depends on the species of the character   * character pages depends on the species of the character
-    * humans and hybrids should be their given name //or// commonly used nickname, starting with a capital letter. if, in the future, we have multiple characters in the CHAPsverse with the same given name, we may extend to given and family names, western styled.+    * humans and hybrids should be their given name //or// commonly used nickname. if, in the future, we have multiple characters in the CHAPsverse with the same given name, we may extend to given and family names, western styled.
     * pokemon are done in one of two way's     * pokemon are done in one of two way's
       * if the pokemon has a name their profile title should be <wrap info>Name the Species</wrap>       * if the pokemon has a name their profile title should be <wrap info>Name the Species</wrap>
Line 38: Line 38:
  
 ====== Editing Guidelines ====== ====== Editing Guidelines ======
-<WRAP important>if you have a question about editing , reach out to [[tag:yuu]], preferably by discord!</WRAP>+<WRAP important>if you have a question about editing, reach out to [[tag:yuu]], preferably by discord!</WRAP>
   * Please do //not// attempt to delete pages. Please create the new page, grab yuu and ask her to make sure all the link backs are working. she'll delete the old page.   * Please do //not// attempt to delete pages. Please create the new page, grab yuu and ask her to make sure all the link backs are working. she'll delete the old page.
   * Don't be a jerk! Purposefully editing other people's content without telling them is a dick move.   * Don't be a jerk! Purposefully editing other people's content without telling them is a dick move.
-  * +  * Everything should be saved in the root. That means do NOT put colons (:) in any of your file/page names. 
 +  * Yes URLs must begin with <nowiki>https://chaps.yuu.monster/doku.php/</nowiki>. I love y'all but I'm not dealing with messing with the htaccess file again to make it prettier. 
 +  * You //must// be logged in to edit pages. Log in credentials are made by yuu. 
 +===== How to Make & Edit a Page ===== 
 +  * There are three ways.  
 +    * Search method: You use the search bar and try to find the page. It should say create or edit the page named after your query. Click the link to get to the page editor 
 +    * Link method: If you created a link to a page that doesn't exist, you can click on that link. It should say "This topic does not exist yet" - click on "Create this page" at the bottom to start editing. 
 +    * Direct method: type into your browser **<nowiki>https://chaps.yuu.monster/doku.php/WHATEVER PAGE YOU WANT TO MAKE</nowiki>**. It should load and say "This topic does not exist yet" - click on "Create this page" at the bottom to start editing. 
 +  * Editing is much simpler! If the page has already been made, you can click "Edit this page" to edit. 
 +  * If the page has sections, you can edit individual sections - look for the pencil icon at the bottom of the section. 
 +  * Pages are //not// case sensitive! a page named "Hello World" is the same as "HELLO WORLD" which is the same as "HeLlO wOrLd". They'll all render to "hello_world" 
 +  * Pages with special characters in them (i.e. &) will have the special characters removed 
 +  * **//Nothing keeps until you click the "Save" button below the text box.//** If you go away from the page, you might get lucky and the changes you made might still be in the cache but there's no guarantee. Save, and save often! 
 +  * On that same line, there's an option to provide an "Edit Summary" and to denote if the changes were minor. I don't care if you use them. 
 + 
 +===== Wiki Links ===== 
 +  * The easiest way to make links is writing something <nowiki>[[between these brackets]]</nowiki> which will create a page called "between these brackets".  
 +  * Sometimes though, you want to make a link but the page name is different. In that case you write <nowiki>[[the actual page name|the link that displays]]</nowiki>. If this was a true link it would show "the link that displays", but clicking that link takes you "the actual page name" 
 +===== Adding Images ===== 
 +  * Look for the icon that looks like a mountain picture 
 +  * You should get a pop up 
 +  * It will give you an option to look for a picture that's already uploaded or to upload your own.  
 +  * MAKE SURE YOUR FILE NAME DOES NOT HAVE COLONS.  
 +  * There's no way to edit the file name so use at your own risk, make sure there's no identifying info in it 
 +  * When you choose a picture, you'll have three more things to choose: link target (if clicking the image will take you anywhere), alignment (decides if the image is aligned to the text of the page) and image size (small, medium, large or original). Once you make your choices, click "Insert" 
 +  * It will look like nonsense, **<nowiki>{{:filename.filetype?someinfo&size |}}</nowiki>**. After the "|" symbol, please put either alt text or image source/credits. Please also credit the artist with a link back somewhere on the same page. 
 +  * [[tag:yuu]] reserves the right to delete any uploaded images and remove them from the page. do NOT upload any content that can take this, and all her other sites, taken down.
 ===== Formatting ===== ===== Formatting =====
-<WRAP alert>This is not up to date! It's based on tiddlywiki, i need to figure out how to do it in doku</WRAP+==== Tooltips ==== 
-  * Adding Images with Captions ``<<image-basic "IMGURL" width:"" align:"" caption:"" tooltip:"" alt:"">>`` +This is the tooltip icon **☼** 
-  * Adding Images with a Light Box ``<<lbox "URL" 03 width:"30%">> [[art credit|URL]]`` +Where ever you're adding the tooltip you will use the following code. 
-  * Tooltips:  ``<span aria-label="TEXT" class="exmp tooltip-big-text"  data-balloon-pos="up" data-balloon-length="large"></span>`` +<code> 
-  * [[template]]s +<autott
-  * You create a link to a new tiddly (entryby enclosing word/words in ``[[square brackets]]``Tag links and titles are //case sensitive//. So the tag ``[[hello]]`` is different from ``[[Hello]]`` which is different from ``[[heLlO]]`` etc. Please make sure you follow the following tagging / title conventionsYou can find more about making links [[here|https://tiddlywiki.com/static/Linking%2520in%2520WikiText.html]] +  <content>whatever text you want☼</content> 
-  * Once you finish editing, please make sure you save your edits (it looks like <i class="far fa-dot-circle"></i> but with a bigger dot in the middleand once savedrefresh the wiki <i class="fas fa-redo fa-flip-vertical"></i>)Your tiddly likely won't be on the main page anymore but it should show up in the tags so long as you tagged it correctly! +  <tip>The body of the tooltip.</tip
-  * you can add font awesome icons to your tiddlys! to see available icons check [[here|https://fontawesome.com/v5/search?o=r&m=free]].+  <title>An optional title for the tooltip. Remove this line if you want</title> 
 +</autott> 
 +</code> 
 +More info and documentation is available at [[https://www.dokuwiki.org/plugin:autotooltip|dokuwiki]]  <autott><content>☼</content> 
 +  <tip>This is an example. you can do a bit of changing around</tip> 
 +  <title>Hello!</title> 
 +</autott> 
 +==== Tagging ==== 
 +  * Tagging is simple. 
 +<code>{{tag>tag1 tag2 any other tags}}</code
 +  * Please notes that tags should go at the (bottom? top?of the page 
 +  * Like page names they are NOT case sensitive, however if you write it like thIs, that's how it's going to show up on the page. 
 +  * Please only use one word tags and the canonical tags that are set up aboveIf additional tags are needed, please reach out to [[tag:yuu]]. 
 +  * If you're tagging another user (such as someone you collaborated with), note that the tag for users is <nowiki>[[tag:THEIR USERNAME]]</nowiki>. All the other tags are as they are though.
  
 +==== Spoiler / Details tag ====
 +<details><summary>TITLE</summary>
 +info
 +<code><details><summary>TITLE</summary>
 +info
 +</details></code>
 +</details>
 +Click above to view the code to make one! 
 +==== WRAP Plugin ====
 +FIXME
 +it's past eleven at night for me. please see the main page if you wanna mess around with it https://www.dokuwiki.org/plugin:wrap or check out the image below
 +This plug in also has a built in icon on the editor toolbar (looks like a puzzle piece with a down arrow)
 ====== Helpful links ====== ====== Helpful links ======
   * [[https://chaps.yuu.monster/doku.php/wiki:syntax|syntax info]]   * [[https://chaps.yuu.monster/doku.php/wiki:syntax|syntax info]]
   * [[https://www.dokuwiki.org/plugin:autotooltip|tooltip plugin info]]   * [[https://www.dokuwiki.org/plugin:autotooltip|tooltip plugin info]]
   * [[https://www.dokuwiki.org/_media/plugin:wrap_plugin_example10.png|WRAP plugin info]]    * [[https://www.dokuwiki.org/_media/plugin:wrap_plugin_example10.png|WRAP plugin info]] 
 +  * [[https://www.wikimatrix.org/show/dokuwiki|wikimatrix info on dokuwiki]]
 {{tag>important}} {{tag>important}}

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.
CHAPs is a NSFW multi-user universe created by SheosMan117 and a variety of other members. Events and kinks featured here are entirely fictional and unrelated to Pokémon canon. Content appearing here are © their respective creators

More information